Searched refs:hashmap_delete (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/tools/perf/util/ |
A D | hashmap.h | 160 bool hashmap_delete(struct hashmap *map, long key, long *old_key, long *old_value); 163 hashmap_delete((map), (long)(key), \
|
A D | hashmap.c | 220 bool hashmap_delete(struct hashmap *map, long key, in hashmap_delete() function
|
/linux-6.3-rc2/tools/lib/bpf/ |
A D | hashmap.h | 160 bool hashmap_delete(struct hashmap *map, long key, long *old_key, long *old_value); 163 hashmap_delete((map), (long)(key), \
|
A D | hashmap.c | 220 bool hashmap_delete(struct hashmap *map, long key, in hashmap_delete() function
|
Completed in 8 milliseconds