Home
last modified time | relevance | path

Searched refs:exp_mutex (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/kernel/rcu/
Dtree_exp.h285 mutex_trylock(&rcu_state.exp_mutex)) in exp_funnel_lock()
317 mutex_lock(&rcu_state.exp_mutex); in exp_funnel_lock()
320 mutex_unlock(&rcu_state.exp_mutex); in exp_funnel_lock()
838 mutex_unlock(&rcu_state.exp_mutex); in synchronize_rcu_expedited()
Dtree.h318 struct mutex exp_mutex; /* Serialize expedited GP. */ member
Dtree.c94 .exp_mutex = __MUTEX_INITIALIZER(rcu_state.exp_mutex),
/Linux-v5.4/drivers/infiniband/hw/hfi1/
Duser_exp_rcv.c381 mutex_lock(&uctxt->exp_mutex); in hfi1_user_exp_rcv_setup()
467 mutex_unlock(&uctxt->exp_mutex); in hfi1_user_exp_rcv_setup()
523 mutex_lock(&uctxt->exp_mutex); in hfi1_user_exp_rcv_clear()
536 mutex_unlock(&uctxt->exp_mutex); in hfi1_user_exp_rcv_clear()
Dhfi.h301 struct mutex exp_mutex; member
Dinit.c377 mutex_init(&rcd->exp_mutex); in hfi1_create_ctxtdata()