Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Dmodule.c62 LNET_MUTEX_UNLOCK(&lnet_config_mutex); in lnet_configure()
80 LNET_MUTEX_UNLOCK(&the_lnet.ln_api_mutex); in lnet_unconfigure()
82 LNET_MUTEX_UNLOCK(&lnet_config_mutex); in lnet_unconfigure()
Dapi-ni.c304 LNET_MUTEX_UNLOCK(&the_lnet.ln_lnd_mutex); in lnet_register_lnd()
320 LNET_MUTEX_UNLOCK(&the_lnet.ln_lnd_mutex); in lnet_unregister_lnd()
1070 LNET_MUTEX_UNLOCK(&the_lnet.ln_lnd_mutex); in lnet_startup_lndnis()
1077 LNET_MUTEX_UNLOCK(&the_lnet.ln_lnd_mutex); in lnet_startup_lndnis()
1093 LNET_MUTEX_UNLOCK(&the_lnet.ln_lnd_mutex); in lnet_startup_lndnis()
1354 LNET_MUTEX_UNLOCK(&the_lnet.ln_api_mutex); in LNetNIInit()
1394 LNET_MUTEX_UNLOCK(&the_lnet.ln_api_mutex); in LNetNIFini()
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/
Dlib-lnet.h176 #define LNET_MUTEX_UNLOCK(m) mutex_unlock(m) macro