Home
last modified time | relevance | path

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

/device/linaro/dragonboard/qcom/qrtr/src/
Dmap.c30 struct map_entry { struct
66 struct map_entry *e; in map_hash()
121 struct map_entry *oldt, *newt; in map_rehash()
125 newt = calloc(sizeof(struct map_entry), map->size + 256); in map_rehash()
149 static struct map_entry *map_find(const struct map *map, unsigned int key) in map_find()
151 struct map_entry *e; in map_find()
180 struct map_entry *e; in map_get()
190 struct map_entry *e; in map_remove()
205 static struct map_entry *map_iter_from(const struct map *map, unsigned int start) in map_iter_from()
216 struct map_entry *map_iter_next(const struct map *map, struct map_entry *iter) in map_iter_next()
[all …]
Dmap.h8 struct map_entry;
13 struct map_entry *data;
28 struct map_entry *map_iter_first(const struct map *map);
29 struct map_entry *map_iter_next(const struct map *map, struct map_entry *iter);
30 struct map_item *map_iter_item(struct map_entry *iter);
Dns.c131 struct map_entry *node_me; in server_query()
132 struct map_entry *me; in server_query()
226 struct map_entry *me; in annouce_servers()
340 struct map_entry *me; in ctrl_cmd_bye()
389 struct map_entry *me; in ctrl_cmd_del_client()