Home
last modified time | relevance | path

Searched refs:hash_entry (Results 1 – 4 of 4) sorted by relevance

/tools/lib/bpf/
Dbtf.c1994 struct hashmap_entry *hash_entry; in btf_dedup_prim_type() local
2018 for_each_dedup_cand(d, hash_entry, h) { in btf_dedup_prim_type()
2019 cand_id = (__u32)(long)hash_entry->value; in btf_dedup_prim_type()
2030 for_each_dedup_cand(d, hash_entry, h) { in btf_dedup_prim_type()
2031 cand_id = (__u32)(long)hash_entry->value; in btf_dedup_prim_type()
2053 for_each_dedup_cand(d, hash_entry, h) { in btf_dedup_prim_type()
2054 cand_id = (__u32)(long)hash_entry->value; in btf_dedup_prim_type()
2459 struct hashmap_entry *hash_entry; in btf_dedup_struct_type() local
2476 for_each_dedup_cand(d, hash_entry, h) { in btf_dedup_struct_type()
2477 __u32 cand_id = (__u32)(long)hash_entry->value; in btf_dedup_struct_type()
[all …]
/tools/perf/util/
Dkvm-stat.h28 struct list_head hash_entry; member
/tools/perf/
Dbuiltin-lock.c47 struct list_head hash_entry; member
323 list_for_each_entry(ret, entry, hash_entry) { in lock_stat_findnew()
342 list_add(&new->hash_entry, entry); in lock_stat_findnew()
788 list_for_each_entry(st, &lockhash_table[i], hash_entry) { in dump_map()
845 list_for_each_entry(st, &lockhash_table[i], hash_entry) { in sort_result()
Dbuiltin-kvm.c166 list_for_each_entry(event, head, hash_entry) { in clear_events_cache_stats()
234 list_for_each_entry(event, head, hash_entry) { in find_create_kvm_event()
243 list_add(&event->hash_entry, head); in find_create_kvm_event()
549 list_for_each_entry(event, &kvm->kvm_events_cache[i], hash_entry) { in sort_result()