Home
last modified time | relevance | path

Searched refs:llist_for_each (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dllist.h143 #define llist_for_each(pos, node) \ macro
/linux/kernel/rcu/
H A Drcuscale.c1031 llist_for_each(llnp, wflp->ws_lhg.first) in rcu_scale_cleanup()
1033 llist_for_each(llnp, wflp->ws_lhp.first) in rcu_scale_cleanup()
/linux/
H A D.clang-format570 - 'llist_for_each'
/linux/kernel/bpf/
H A Darena.c809 llist_for_each(pos, list) { in arena_free_worker()