Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dsrcutree.h82 struct mutex srcu_barrier_mutex; /* Serialize barrier ops. */ member
/linux-6.14.4/kernel/rcu/
Dsrcutree.c253 mutex_init(&ssp->srcu_sup->srcu_barrier_mutex); in init_srcu_struct_fields()
1646 mutex_lock(&ssp->srcu_sup->srcu_barrier_mutex); in srcu_barrier()
1649 mutex_unlock(&ssp->srcu_sup->srcu_barrier_mutex); in srcu_barrier()
1672 mutex_unlock(&ssp->srcu_sup->srcu_barrier_mutex); in srcu_barrier()