Home
last modified time | relevance | path

Searched refs:hlist_for_each_safe (Results 1 – 7 of 7) sorted by relevance

/linux/fs/9p/
H A Dvfs_dentry.c60 hlist_for_each_safe(p, n, &head) in v9fs_dentry_release()
/linux/tools/include/linux/
H A Dlist.h710 #define hlist_for_each_safe(pos, n, head) \ macro
/linux/
H A D.clang-format511 - 'hlist_for_each_safe'
/linux/arch/x86/kernel/
H A Dkvm.c184 hlist_for_each_safe(p, next, &b->list) { in apf_task_wake_all()
/linux/include/linux/
H A Dlist.h1151 #define hlist_for_each_safe(pos, n, head) \ macro
/linux/lib/tests/
H A Dlist-test.c1065 hlist_for_each_safe(cur, n, &list) { in hlist_test_for_each_safe()
/linux/tools/perf/
H A Dbuiltin-inject.c1500 hlist_for_each_safe(pos, n, &heads[i]) { in free_hlist()