Searched refs:hlist_for_each_safe (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/fs/9p/ |
D | vfs_dentry.c | 54 hlist_for_each_safe(p, n, (struct hlist_head *)&dentry->d_fsdata) in v9fs_dentry_release()
|
/linux-6.6.21/ |
D | .clang-format | 428 - 'hlist_for_each_safe'
|
/linux-6.6.21/tools/include/linux/ |
D | list.h | 710 #define hlist_for_each_safe(pos, n, head) \ macro
|
/linux-6.6.21/include/linux/ |
D | list.h | 1119 #define hlist_for_each_safe(pos, n, head) \ macro
|
/linux-6.6.21/arch/x86/kernel/ |
D | kvm.c | 181 hlist_for_each_safe(p, next, &b->list) { in apf_task_wake_all()
|
/linux-6.6.21/lib/ |
D | list-test.c | 1057 hlist_for_each_safe(cur, n, &list) { in hlist_test_for_each_safe()
|
/linux-6.6.21/drivers/net/vxlan/ |
D | vxlan_core.c | 2889 hlist_for_each_safe(p, n, &vxlan->fdb_head[h]) { in vxlan_cleanup() 3034 hlist_for_each_safe(p, n, &vxlan->fdb_head[h]) { in vxlan_flush()
|
/linux-6.6.21/tools/perf/ |
D | builtin-inject.c | 1305 hlist_for_each_safe(pos, n, &heads[i]) { in free_hlist()
|