Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Dsrcutree.c139 sdp->srcu_barrier_head.next = &sdp->srcu_barrier_head; in init_srcu_struct_data()
1686 sdp = container_of(rhp, struct srcu_data, srcu_barrier_head); in srcu_barrier_cb()
1704 sdp->srcu_barrier_head.func = srcu_barrier_cb; in srcu_barrier_one_cpu()
1705 debug_rcu_head_queue(&sdp->srcu_barrier_head); in srcu_barrier_one_cpu()
1707 &sdp->srcu_barrier_head)) { in srcu_barrier_one_cpu()
1708 debug_rcu_head_unqueue(&sdp->srcu_barrier_head); in srcu_barrier_one_cpu()
/linux/include/linux/
H A Dsrcutree.h44 struct rcu_head srcu_barrier_head; /* For srcu_barrier() use. */ member