Home
last modified time | relevance | path

Searched refs:btf_dedup_identity_hash_fn (Results 1 - 1 of 1) sorted by relevance

/third_party/libbpf/src/
H A Dbtf.c1907 static size_t btf_dedup_identity_hash_fn(long key, void *ctx);
1944 p.str_off_map = hashmap__new(btf_dedup_identity_hash_fn, btf_dedup_equal_fn, NULL);
3462 static size_t btf_dedup_identity_hash_fn(long key, void *ctx) function
3480 hashmap_hash_fn hash_fn = btf_dedup_identity_hash_fn;
4895 names_map = hashmap__new(btf_dedup_identity_hash_fn, btf_dedup_equal_fn, NULL);

Completed in 6 milliseconds