exp_mutex         301 drivers/infiniband/hw/hfi1/hfi.h 	struct mutex exp_mutex;
exp_mutex         377 drivers/infiniband/hw/hfi1/init.c 		mutex_init(&rcd->exp_mutex);
exp_mutex         165 drivers/infiniband/hw/hfi1/user_exp_rcv.c 		mutex_lock(&uctxt->exp_mutex);
exp_mutex         170 drivers/infiniband/hw/hfi1/user_exp_rcv.c 		mutex_unlock(&uctxt->exp_mutex);
exp_mutex         380 drivers/infiniband/hw/hfi1/user_exp_rcv.c 	mutex_lock(&uctxt->exp_mutex);
exp_mutex         466 drivers/infiniband/hw/hfi1/user_exp_rcv.c 	mutex_unlock(&uctxt->exp_mutex);
exp_mutex         522 drivers/infiniband/hw/hfi1/user_exp_rcv.c 	mutex_lock(&uctxt->exp_mutex);
exp_mutex         535 drivers/infiniband/hw/hfi1/user_exp_rcv.c 	mutex_unlock(&uctxt->exp_mutex);
exp_mutex          94 kernel/rcu/tree.c 	.exp_mutex = __MUTEX_INITIALIZER(rcu_state.exp_mutex),
exp_mutex         318 kernel/rcu/tree.h 	struct mutex exp_mutex;			/* Serialize expedited GP. */
exp_mutex         285 kernel/rcu/tree_exp.h 	    mutex_trylock(&rcu_state.exp_mutex))
exp_mutex         317 kernel/rcu/tree_exp.h 	mutex_lock(&rcu_state.exp_mutex);
exp_mutex         320 kernel/rcu/tree_exp.h 		mutex_unlock(&rcu_state.exp_mutex);
exp_mutex         836 kernel/rcu/tree_exp.h 	mutex_unlock(&rcu_state.exp_mutex);