Searched refs:LNET_MUTEX_UNLOCK (Results 1 – 3 of 3) sorted by relevance
62 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()
303 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()
176 #define LNET_MUTEX_UNLOCK(m) mutex_unlock(m) macro