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()
304 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()
176 #define LNET_MUTEX_UNLOCK(m) mutex_unlock(m) macro