Searched refs:hashmap_find_entry (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/tools/lib/bpf/ |
D | hashmap.c | 118 static bool hashmap_find_entry(const struct hashmap *map, in hashmap_find_entry() function 157 hashmap_find_entry(map, key, h, NULL, &entry)) { in hashmap__insert() 200 if (!hashmap_find_entry(map, key, h, NULL, &entry)) in hashmap__find() 215 if (!hashmap_find_entry(map, key, h, &pprev, &entry)) in hashmap__delete()
|