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