Home
last modified time | relevance | path

Searched refs:hashmap_find (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/lib/bpf/
H A Dhashmap.h157 bool hashmap_find(const struct hashmap *map, long key, long *value);
160 hashmap_find((map), (long)(key), hashmap_cast_ptr(value))
H A Dhashmap.c206 bool hashmap_find(const struct hashmap *map, long key, long *value) in hashmap_find() function
/openbmc/linux/tools/perf/util/
H A Dhashmap.h157 bool hashmap_find(const struct hashmap *map, long key, long *value);
160 hashmap_find((map), (long)(key), hashmap_cast_ptr(value))
H A Dhashmap.c206 bool hashmap_find(const struct hashmap *map, long key, long *value) in hashmap_find() function