Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Drcuscale.c118 struct llist_head ____cacheline_internodealigned_in_smp ws_lhp; member
486 if (llist_empty(&wflp->ws_lhp)) { in rcu_scale_alloc()
489 wflp->ws_lhp.first = &wmbp->wmb_node; in rcu_scale_alloc()
491 llnp = llist_del_first(&wflp->ws_lhp); in rcu_scale_alloc()
1033 llist_for_each(llnp, wflp->ws_lhp.first) in rcu_scale_cleanup()
1179 init_llist_head(&wflp->ws_lhp); in rcu_scale_init()
1190 llist_add(&wmbp->wmb_node, &wflp->ws_lhp); in rcu_scale_init()