Searched refs:barrier_head (Results 1 – 2 of 2) sorted by relevance
226 struct rcu_head barrier_head; member
3368 struct rcu_data *rdp = container_of(rhp, struct rcu_data, barrier_head); in rcu_barrier_callback()3389 rdp->barrier_head.func = rcu_barrier_callback; in rcu_barrier_func()3390 debug_rcu_head_queue(&rdp->barrier_head); in rcu_barrier_func()3391 if (rcu_segcblist_entrain(&rdp->cblist, &rdp->barrier_head, 0)) { in rcu_barrier_func()3394 debug_rcu_head_unqueue(&rdp->barrier_head); in rcu_barrier_func()3456 __call_rcu(&rdp->barrier_head, in _rcu_barrier()