Home
last modified time | relevance | path

Searched refs:hashmap__add (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dhashmap.c64 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/
Dstrset.c70 err = hashmap__add(hash, (void *)off, (void *)off); in strset__new()
Dhashmap.h116 static inline int hashmap__add(struct hashmap *map, in hashmap__add() function
/Linux-v5.15/tools/perf/util/
Dhashmap.h116 static inline int hashmap__add(struct hashmap *map, in hashmap__add() function
Dstat.c351 ret = hashmap__add(mask, (void *)key, (void *)1); in check_per_pkg()