Searched refs:map_find (Results 1 – 1 of 1) sorted by relevance
149 static struct map_entry *map_find(const struct map *map, unsigned int key) in map_find() function175 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()