Searched defs:equal_fn (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/tools/lib/bpf/ |
D | hashmap.c | 39 hashmap_equal_fn equal_fn, void *ctx) in hashmap__init() 52 hashmap_equal_fn equal_fn, in hashmap__new()
|
D | hashmap.h | 54 hashmap_equal_fn equal_fn; member 63 #define HASHMAP_INIT(hash_fn, equal_fn, ctx) { \ argument
|
/linux-6.1.9/tools/perf/util/ |
D | hashmap.c | 39 hashmap_equal_fn equal_fn, void *ctx) in hashmap__init() 52 hashmap_equal_fn equal_fn, in hashmap__new()
|
D | hashmap.h | 54 hashmap_equal_fn equal_fn; member 63 #define HASHMAP_INIT(hash_fn, equal_fn, ctx) { \ argument
|
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/ |
D | hashmap.c | 18 static bool equal_fn(const void *a, const void *b, void *ctx) in equal_fn() function
|