Searched refs:str_equal_fn (Results 1 – 2 of 2) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A 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/tools/lib/bpf/ |
H A D | btf_dump.c | 127 static bool str_equal_fn(long a, long b, void *ctx) in str_equal_fn() function 172 d->type_names = hashmap__new(str_hash_fn, str_equal_fn, NULL); in btf_dump__new() 178 d->ident_names = hashmap__new(str_hash_fn, str_equal_fn, NULL); in btf_dump__new()
|