Searched refs:hlist_for_each_entry_safe (Results 1 – 3 of 3) sorted by relevance
/tools/include/linux/ |
D | hashtable.h | 122 hlist_for_each_entry_safe(obj, tmp, &name[bkt], member) 145 hlist_for_each_entry_safe(obj, tmp,\
|
D | list.h | 745 #define hlist_for_each_entry_safe(pos, n, head, member) \ macro
|
/tools/perf/util/ |
D | auxtrace.c | 1418 hlist_for_each_entry_safe(entry, tmp, &c->hashtable[i], hash) { in auxtrace_cache__drop()
|