Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Drcuscale.c479 struct llist_node *llnp; in rcu_scale_alloc() local
491 llnp = llist_del_first(&wflp->ws_lhp); in rcu_scale_alloc()
492 if (!llnp) in rcu_scale_alloc()
494 return container_of(llnp, struct writer_mblock, wmb_node); in rcu_scale_alloc()
1027 struct llist_node *llnp; in rcu_scale_cleanup() local
1031 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()