Searched refs:hashmap__add (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/ |
D | hashmap.c | 64 err = hashmap__add(map, k, v); in test_hashmap_generic() 110 err = hashmap__add(map, k, v); in test_hashmap_generic()
|
/Linux-v5.15/tools/lib/bpf/ |
D | strset.c | 70 err = hashmap__add(hash, (void *)off, (void *)off); in strset__new()
|
D | hashmap.h | 116 static inline int hashmap__add(struct hashmap *map, in hashmap__add() function
|
/Linux-v5.15/tools/perf/util/ |
D | hashmap.h | 116 static inline int hashmap__add(struct hashmap *map, in hashmap__add() function
|
D | stat.c | 351 ret = hashmap__add(mask, (void *)key, (void *)1); in check_per_pkg()
|