Searched refs:map_reput (Results 1 – 3 of 3) sorted by relevance
/device/linaro/dragonboard/qcom/qrtr/src/ |
D | map.c | 91 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()
|
D | map.h | 21 int map_reput(struct map *map, unsigned int key, struct map_item *v,
|
D | ns.c | 270 rc = map_reput(&node->services, hash_u32(port), &srv->mi, &mi); in server_add()
|