Searched refs:hashmap_find (Results 1 – 5 of 5) sorted by relevance
| /tools/perf/util/ |
| 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))
|
| A D | hashmap.c | 206 bool hashmap_find(const struct hashmap *map, long key, long *value) in hashmap_find() function
|
| A D | hwmon_pmu.c | 570 if (hashmap_find(&hwm->events, key.type_and_num, /*value=*/NULL)) in hwmon_pmu__have_event()
|
| /tools/lib/bpf/ |
| 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))
|
| A D | hashmap.c | 206 bool hashmap_find(const struct hashmap *map, long key, long *value) in hashmap_find() function
|
Completed in 7 milliseconds