Searched refs:barrier_mutex (Results 1 – 4 of 4) sorted by relevance
1212 mutex_lock(&rcu_state.barrier_mutex); in rcu_nocb_cpu_deoffload()1223 mutex_unlock(&rcu_state.barrier_mutex); in rcu_nocb_cpu_deoffload()1297 mutex_lock(&rcu_state.barrier_mutex); in rcu_nocb_cpu_offload()1308 mutex_unlock(&rcu_state.barrier_mutex); in rcu_nocb_cpu_offload()1485 mutex_lock(&rcu_state.barrier_mutex); in rcu_spawn_cpu_nocb_kthread()1490 mutex_unlock(&rcu_state.barrier_mutex); in rcu_spawn_cpu_nocb_kthread()
355 struct mutex barrier_mutex; /* Guards barrier fields. */ member
88 .barrier_mutex = __MUTEX_INITIALIZER(rcu_state.barrier_mutex),3945 mutex_lock(&rcu_state.barrier_mutex); in rcu_barrier()3951 mutex_unlock(&rcu_state.barrier_mutex); in rcu_barrier()4026 mutex_unlock(&rcu_state.barrier_mutex); in rcu_barrier()
28 !(lockdep_is_held(&rcu_state.barrier_mutex) || in rcu_rdp_is_offloaded()
Completed in 23 milliseconds