Home
last modified time | relevance | path

Searched refs:oldt (Results 1 – 1 of 1) sorted by relevance

/device/linaro/dragonboard/qcom/qrtr/src/
Dmap.c121 struct map_entry *oldt, *newt; in map_rehash() local
129 oldt = map->data; in map_rehash()
137 if (!oldt[i].item || oldt[i].item == &deleted) in map_rehash()
139 rc = map_put(map, oldt[i].item->key, oldt[i].item); in map_rehash()
144 free(oldt); in map_rehash()