Searched refs:hlist_for_each_entry (Results 1 – 10 of 10) sorted by relevance
| /tools/include/linux/ |
| A D | hashtable.h | 108 hlist_for_each_entry(obj, &name[bkt], member) 133 hlist_for_each_entry(obj, &name[hash_min(key, HASH_BITS(name))], member)
|
| A D | list.h | 725 #define hlist_for_each_entry(pos, head, member) \ macro
|
| /tools/perf/util/ |
| A D | lock-contention.c | 63 hlist_for_each_entry(ret, entry, hash_entry) { in lock_stat_find() 75 hlist_for_each_entry(ret, entry, hash_entry) { in lock_stat_findnew()
|
| A D | srccode.c | 97 hlist_for_each_entry (h, &srcfile_htab[hval], hash_nd) { in find_srcfile()
|
| A D | evlist.c | 608 hlist_for_each_entry(sid, head, node) in evlist__id2sid() 691 hlist_for_each_entry(sid, head, node) { in evlist__event2evsel()
|
| A D | auxtrace.c | 2160 hlist_for_each_entry(entry, hlist, hash) { in auxtrace_cache__lookup()
|
| /tools/lib/perf/ |
| A D | evsel.c | 579 hlist_for_each_entry(res, head, hnode) in perf_sample_id__get_period_storage()
|
| /tools/perf/ |
| A D | builtin-lock.c | 1378 hlist_for_each_entry(st, &lockhash_table[i], hash_entry) { in dump_map() 1465 hlist_for_each_entry(st, &lockhash_table[i], hash_entry) { in combine_result() 1477 hlist_for_each_entry(st, &lockhash_table[i], hash_entry) { in sort_result()
|
| A D | builtin-inject.c | 1209 hlist_for_each_entry(guest_id, head, node) in guest_session__lookup_id() 1316 hlist_for_each_entry(guest_tid, head, node) in guest_session__lookup_tid()
|
| /tools/objtool/ |
| A D | check.c | 383 hlist_for_each_entry(obj, head, hash) { in cfi_hash_find_or_add()
|
Completed in 37 milliseconds