Home
last modified time | relevance | path

Searched refs:loc_mutex (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dllog_net.c63 mutex_lock(&ctxt->loc_mutex); in llog_initiator_connect()
69 mutex_unlock(&ctxt->loc_mutex); in llog_initiator_connect()
Dllog_client.c53 mutex_lock(&ctxt->loc_mutex); \
62 mutex_unlock(&ctxt->loc_mutex); \
65 mutex_unlock(&ctxt->loc_mutex); \
69 mutex_lock(&ctxt->loc_mutex); \
74 mutex_unlock(&ctxt->loc_mutex); \
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_obd.c165 mutex_init(&ctxt->loc_mutex); in llog_setup()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_log.h318 struct mutex loc_mutex; /* protect loc_imp */ member