Home
last modified time | relevance | path

Searched defs:equal_fn (Results 1 – 3 of 3) sorted by relevance

/linux/tools/lib/bpf/
H A Dhashmap.c39 hashmap_equal_fn equal_fn, void *ctx) in hashmap__init()
52 hashmap_equal_fn equal_fn, in hashmap__new()
/linux/tools/perf/util/
H A Dhashmap.c39 hashmap_equal_fn equal_fn, void *ctx) in hashmap__init()
52 hashmap_equal_fn equal_fn, in hashmap__new()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dhashmap.c19 static bool equal_fn(long a, long b, void *ctx) in equal_fn() function