Searched refs:str_equal_fn (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/ |
D | hashmap.c | 254 static bool str_equal_fn(long a, long b, void *ctx) in str_equal_fn() function 267 map = hashmap__new(str_hash_fn, str_equal_fn, NULL); in test_hashmap_ptr_iface()
|
/Linux-v6.6/tools/lib/bpf/ |
D | btf_dump.c | 126 static bool str_equal_fn(long a, long b, void *ctx) in str_equal_fn() function 171 d->type_names = hashmap__new(str_hash_fn, str_equal_fn, NULL); in btf_dump__new() 177 d->ident_names = hashmap__new(str_hash_fn, str_equal_fn, NULL); in btf_dump__new()
|