Home
last modified time | relevance | path

Searched refs:hashmap_entry (Results 1 – 5 of 5) sorted by relevance

/tools/lib/bpf/
Dhashmap.c18 static void hashmap_add_entry(struct hashmap_entry **pprev, in hashmap_add_entry()
19 struct hashmap_entry *entry) in hashmap_add_entry()
25 static void hashmap_del_entry(struct hashmap_entry **pprev, in hashmap_del_entry()
26 struct hashmap_entry *entry) in hashmap_del_entry()
90 struct hashmap_entry **new_buckets; in hashmap_grow()
91 struct hashmap_entry *cur, *tmp; in hashmap_grow()
120 struct hashmap_entry ***pprev, in hashmap_find_entry()
121 struct hashmap_entry **entry) in hashmap_find_entry()
123 struct hashmap_entry *cur, **prev_ptr; in hashmap_find_entry()
146 struct hashmap_entry *entry; in hashmap__insert()
[all …]
Dhashmap.h29 struct hashmap_entry { struct
32 struct hashmap_entry *next; argument
40 struct hashmap_entry **buckets;
Dbtf.c1994 struct hashmap_entry *hash_entry; in btf_dedup_prim_type()
2459 struct hashmap_entry *hash_entry; in btf_dedup_struct_type()
2550 struct hashmap_entry *hash_entry; in btf_dedup_ref_type()
Dlibbpf.c3119 struct hashmap_entry *entry; in bpf_core_reloc_offsets()
/tools/testing/selftests/bpf/
Dtest_hashmap.c54 struct hashmap_entry *entry, *tmp; in test_hashmap_generic()
260 struct hashmap_entry *entry; in test_hashmap_multimap()
334 struct hashmap_entry *entry; in test_hashmap_empty()