Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Dtree_nocb.h1116 mutex_lock(&rcu_state.nocb_mutex); in rcu_nocb_cpu_deoffload()
1127 mutex_unlock(&rcu_state.nocb_mutex); in rcu_nocb_cpu_deoffload()
1184 mutex_lock(&rcu_state.nocb_mutex); in rcu_nocb_cpu_offload()
1195 mutex_unlock(&rcu_state.nocb_mutex); in rcu_nocb_cpu_offload()
1213 if (!mutex_trylock(&rcu_state.nocb_mutex)) in lazy_rcu_shrink_count()
1223 mutex_unlock(&rcu_state.nocb_mutex); in lazy_rcu_shrink_count()
1241 if (!mutex_trylock(&rcu_state.nocb_mutex)) { in lazy_rcu_shrink_scan()
1282 mutex_unlock(&rcu_state.nocb_mutex); in lazy_rcu_shrink_scan()
1430 mutex_lock(&rcu_state.nocb_mutex); in rcu_spawn_cpu_nocb_kthread()
1435 mutex_unlock(&rcu_state.nocb_mutex); in rcu_spawn_cpu_nocb_kthread()
H A Dtree.h436 struct mutex nocb_mutex; /* Guards (de-)offloading */ member
H A Dtree.c107 .nocb_mutex = __MUTEX_INITIALIZER(rcu_state.nocb_mutex),