Searched refs:hashmap_insert (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/lib/bpf/ |
H A D | hashmap.h | 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
|
/openbmc/linux/tools/perf/util/ |
H A D | hashmap.h | 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
|