Home
last modified time | relevance | path

Searched refs:hlist_for_each_entry_safe (Results 1 – 3 of 3) sorted by relevance

/tools/include/linux/
Dhashtable.h122 hlist_for_each_entry_safe(obj, tmp, &name[bkt], member)
145 hlist_for_each_entry_safe(obj, tmp,\
Dlist.h745 #define hlist_for_each_entry_safe(pos, n, head, member) \ macro
/tools/perf/util/
Dauxtrace.c1418 hlist_for_each_entry_safe(entry, tmp, &c->hashtable[i], hash) { in auxtrace_cache__drop()