Searched refs:hashmap_insert (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | hashmap.h | 50 * behind auxiliary macros, e.g. hashmap_insert <-> hashmap__insert; 129 int hashmap_insert(struct hashmap *map, long key, long value, 134 hashmap_insert((map), (long)(key), (long)(value), (strategy), \
|
H A D | hashmap.c | 154 int hashmap_insert(struct hashmap *map, long key, long value, in hashmap_insert() function
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | hashmap.h | 50 * behind auxiliary macros, e.g. hashmap_insert <-> hashmap__insert; 129 int hashmap_insert(struct hashmap *map, long key, long value, 134 hashmap_insert((map), (long)(key), (long)(value), (strategy), \
|
H A D | hashmap.c | 154 int hashmap_insert(struct hashmap *map, long key, long value, in hashmap_insert() function
|
Completed in 2 milliseconds