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

/linux-master/fs/9p/
H A Dvfs_dentry.c54 hlist_for_each_safe(p, n, (struct hlist_head *)&dentry->d_fsdata)
/linux-master/tools/include/linux/
H A Dlist.h710 #define hlist_for_each_safe(pos, n, head) \ macro
/linux-master/include/linux/
H A Dlist.h1147 #define hlist_for_each_safe(pos, n, head) \ macro
/linux-master/arch/x86/kernel/
H A Dkvm.c182 hlist_for_each_safe(p, next, &b->list) {
/linux-master/lib/
H A Dlist-test.c1057 hlist_for_each_safe(cur, n, &list) {
/linux-master/tools/perf/
H A Dbuiltin-inject.c1305 hlist_for_each_safe(pos, n, &heads[i]) {
/linux-master/drivers/net/vxlan/
H A Dvxlan_core.c2784 hlist_for_each_safe(p, n, &vxlan->fdb_head[h]) {
3012 hlist_for_each_safe(p, n, &vxlan->fdb_head[h]) {

Completed in 234 milliseconds