Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Dmodule.c52 LNET_MUTEX_LOCK(&lnet_config_mutex); in lnet_configure()
71 LNET_MUTEX_LOCK(&lnet_config_mutex); in lnet_unconfigure()
78 LNET_MUTEX_LOCK(&the_lnet.ln_api_mutex); in lnet_unconfigure()
Dapi-ni.c293 LNET_MUTEX_LOCK(&the_lnet.ln_lnd_mutex); in lnet_register_lnd()
311 LNET_MUTEX_LOCK(&the_lnet.ln_lnd_mutex); in lnet_unregister_lnd()
1066 LNET_MUTEX_LOCK(&the_lnet.ln_lnd_mutex); in lnet_startup_lndnis()
1073 LNET_MUTEX_LOCK(&the_lnet.ln_lnd_mutex); in lnet_startup_lndnis()
1283 LNET_MUTEX_LOCK(&the_lnet.ln_api_mutex); in LNetNIInit()
1371 LNET_MUTEX_LOCK(&the_lnet.ln_api_mutex); in LNetNIFini()
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/
Dlib-lnet.h175 #define LNET_MUTEX_LOCK(m) mutex_lock(m) macro