Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Dtree_nocb.h1122 mutex_lock(&rcu_state.nocb_mutex); in rcu_nocb_cpu_deoffload()
1133 mutex_unlock(&rcu_state.nocb_mutex); in rcu_nocb_cpu_deoffload()
1191 mutex_lock(&rcu_state.nocb_mutex); in rcu_nocb_cpu_offload()
1202 mutex_unlock(&rcu_state.nocb_mutex); in rcu_nocb_cpu_offload()
1220 if (!mutex_trylock(&rcu_state.nocb_mutex)) in lazy_rcu_shrink_count()
1230 mutex_unlock(&rcu_state.nocb_mutex); in lazy_rcu_shrink_count()
1248 if (!mutex_trylock(&rcu_state.nocb_mutex)) { in lazy_rcu_shrink_scan()
1289 mutex_unlock(&rcu_state.nocb_mutex); in lazy_rcu_shrink_scan()
1437 mutex_lock(&rcu_state.nocb_mutex); in rcu_spawn_cpu_nocb_kthread()
1442 mutex_unlock(&rcu_state.nocb_mutex); in rcu_spawn_cpu_nocb_kthread()
H A Dtree.h424 struct mutex nocb_mutex; /* Guards (de-)offloading */ member