Searched refs:srcu_barrier_head (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dsrcutree.h38 struct rcu_head srcu_barrier_head; /* For srcu_barrier() use. */ member in struct:srcu_data
/linux-master/kernel/rcu/
H A Dsrcutree.c1560 sdp = container_of(rhp, struct srcu_data, srcu_barrier_head);
1578 sdp->srcu_barrier_head.func = srcu_barrier_cb;
1579 debug_rcu_head_queue(&sdp->srcu_barrier_head);
1581 &sdp->srcu_barrier_head)) {
1582 debug_rcu_head_unqueue(&sdp->srcu_barrier_head);

Completed in 77 milliseconds