Home
last modified time | relevance | path

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

/tools/include/linux/
A Dhashtable.h122 hlist_for_each_entry_safe(obj, tmp, &name[bkt], member)
145 hlist_for_each_entry_safe(obj, tmp,\
A Dlist.h756 #define hlist_for_each_entry_safe(pos, n, head, member) \ macro
/tools/perf/util/
A Dauxtrace.c2081 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