Home
last modified time | relevance | path

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

/device/linaro/dragonboard/qcom/qrtr/src/
Dmap.c91 int map_reput(struct map *map, unsigned int key, struct map_item *value, in map_reput() function
116 return map_reput(map, key, value, NULL); in map_put()
Dmap.h21 int map_reput(struct map *map, unsigned int key, struct map_item *v,
Dns.c270 rc = map_reput(&node->services, hash_u32(port), &srv->mi, &mi); in server_add()