Home
last modified time | relevance | path

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

/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.c303 LNET_MUTEX_UNLOCK(&the_lnet.ln_lnd_mutex); in lnet_register_lnd()
319 LNET_MUTEX_UNLOCK(&the_lnet.ln_lnd_mutex); in lnet_unregister_lnd()
1073 LNET_MUTEX_UNLOCK(&the_lnet.ln_lnd_mutex); in lnet_startup_lndnis()
1080 LNET_MUTEX_UNLOCK(&the_lnet.ln_lnd_mutex); in lnet_startup_lndnis()
1096 LNET_MUTEX_UNLOCK(&the_lnet.ln_lnd_mutex); in lnet_startup_lndnis()
1357 LNET_MUTEX_UNLOCK(&the_lnet.ln_api_mutex); in LNetNIInit()
1397 LNET_MUTEX_UNLOCK(&the_lnet.ln_api_mutex); in LNetNIFini()
/drivers/staging/lustre/include/linux/lnet/
Dlib-lnet.h176 #define LNET_MUTEX_UNLOCK(m) mutex_unlock(m) macro