Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/rcu/
Dsrcutree.c140 sdp->srcu_barrier_head.next = &sdp->srcu_barrier_head; in init_srcu_struct_data()
1567 sdp = container_of(rhp, struct srcu_data, srcu_barrier_head); in srcu_barrier_cb()
1585 sdp->srcu_barrier_head.func = srcu_barrier_cb; in srcu_barrier_one_cpu()
1586 debug_rcu_head_queue(&sdp->srcu_barrier_head); in srcu_barrier_one_cpu()
1588 &sdp->srcu_barrier_head)) { in srcu_barrier_one_cpu()
1589 debug_rcu_head_unqueue(&sdp->srcu_barrier_head); in srcu_barrier_one_cpu()
/linux-6.12.1/include/linux/
Dsrcutree.h38 struct rcu_head srcu_barrier_head; /* For srcu_barrier() use. */ member