Searched refs:hashmap_find_entry (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A 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()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A 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()
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A 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()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A 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()
|
Completed in 2 milliseconds