Home
last modified time | relevance | path

Searched refs:hashmap__clear (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/tools/lib/bpf/
H A Dhashmap.c63 void hashmap__clear(struct hashmap *map) in hashmap__clear() function
81 hashmap__clear(map); in hashmap__free()
H A Dhashmap.h88 void hashmap__clear(struct hashmap *map);
/openbmc/linux/tools/perf/util/
H A Dhashmap.c63 void hashmap__clear(struct hashmap *map) in hashmap__clear() function
81 hashmap__clear(map); in hashmap__free()
H A Dhashmap.h88 void hashmap__clear(struct hashmap *map);
H A Dexpr.c317 hashmap__clear(ctx->ids); in expr__ctx_clear()
H A Devsel.c3104 hashmap__clear(evsel->per_pkg_mask); in evsel__zero_per_pkg()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dhashmap.c237 hashmap__clear(map); in test_hashmap_generic()