Searched refs:hashmap_find (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | hashmap.h | 157 bool hashmap_find(const struct hashmap *map, long key, long *value); 160 hashmap_find((map), (long)(key), hashmap_cast_ptr(value))
|
H A D | hashmap.c | 206 bool hashmap_find(const struct hashmap *map, long key, long *value) in hashmap_find() function
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | hashmap.h | 157 bool hashmap_find(const struct hashmap *map, long key, long *value); 160 hashmap_find((map), (long)(key), hashmap_cast_ptr(value))
|
H A D | hashmap.c | 206 bool hashmap_find(const struct hashmap *map, long key, long *value) in hashmap_find() function
|
Completed in 3 milliseconds