Searched refs:hashmap_find_entry (Results 1 – 1 of 1) sorted by relevance
/third_party/libbpf/src/ |
D | hashmap.c | 130 static bool hashmap_find_entry(const struct hashmap *map, in hashmap_find_entry() function 169 hashmap_find_entry(map, key, h, NULL, &entry)) { in hashmap_insert() 212 if (!hashmap_find_entry(map, key, h, NULL, &entry)) in hashmap_find() 227 if (!hashmap_find_entry(map, key, h, &pprev, &entry)) in hashmap_delete()
|