Home
last modified time | relevance | path

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

/device/linaro/dragonboard/qcom/qrtr/src/
Dmap.c149 static struct map_entry *map_find(const struct map *map, unsigned int key) in map_find() function
175 return (map_find(map, key) == NULL) ? 0 : 1; in map_contains()
182 e = map_find(map, key); in map_get()
192 e = map_find(map, key); in map_remove()