Searched refs:btf_dedup_equal_fn (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | btf.c | 1646 static bool btf_dedup_equal_fn(long k1, long k2, void *ctx); 1682 p.str_off_map = hashmap__new(btf_dedup_identity_hash_fn, btf_dedup_equal_fn, NULL); in btf__add_btf() 3210 static bool btf_dedup_equal_fn(long k1, long k2, void *ctx) in btf_dedup_equal_fn() function 3230 d->dedup_table = hashmap__new(hash_fn, btf_dedup_equal_fn, NULL); in btf_dedup_new() 4633 names_map = hashmap__new(btf_dedup_identity_hash_fn, btf_dedup_equal_fn, NULL); in btf_dedup_resolve_fwds()
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | btf.c | 2956 static bool btf_dedup_equal_fn(const void *k1, const void *k2, void *ctx) in btf_dedup_equal_fn() function 2979 d->dedup_table = hashmap__new(hash_fn, btf_dedup_equal_fn, NULL); in btf_dedup_new()
|
Completed in 14 milliseconds