Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/lib/bpf/
Dhashmap.c39 hashmap_equal_fn equal_fn, void *ctx) in hashmap__init()
52 hashmap_equal_fn equal_fn, in hashmap__new()
Dhashmap.h74 hashmap_equal_fn equal_fn; member
/kernel/linux/linux-6.6/tools/perf/util/
Dhashmap.c39 hashmap_equal_fn equal_fn, void *ctx) in hashmap__init()
52 hashmap_equal_fn equal_fn, in hashmap__new()
Dhashmap.h74 hashmap_equal_fn equal_fn; member
/kernel/linux/linux-5.10/tools/perf/util/
Dhashmap.c39 hashmap_equal_fn equal_fn, void *ctx) in hashmap__init()
52 hashmap_equal_fn equal_fn, in hashmap__new()
Dhashmap.h54 hashmap_equal_fn equal_fn; member
63 #define HASHMAP_INIT(hash_fn, equal_fn, ctx) { \ argument
/kernel/linux/linux-5.10/tools/lib/bpf/
Dhashmap.c39 hashmap_equal_fn equal_fn, void *ctx) in hashmap__init()
52 hashmap_equal_fn equal_fn, in hashmap__new()
Dhashmap.h54 hashmap_equal_fn equal_fn; member
63 #define HASHMAP_INIT(hash_fn, equal_fn, ctx) { \ argument
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dhashmap.c18 static bool equal_fn(const void *a, const void *b, void *ctx) in equal_fn() function
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
Dhashmap.c19 static bool equal_fn(long a, long b, void *ctx) in equal_fn() function