Searched refs:nskernd_lock (Results 1 – 1 of 1) sorted by relevance
39 static kmutex_t nskernd_lock; variable56 mutex_init(&nskernd_lock, NULL, MUTEX_DRIVER, NULL); in nskernd_init()68 mutex_destroy(&nskernd_lock); in nskernd_deinit()80 mutex_enter(&nskernd_lock); in nskernd_start()91 mutex_exit(&nskernd_lock); in nskernd_start()112 mutex_enter(&nskernd_lock); in nskernd_stop()116 mutex_exit(&nskernd_lock); in nskernd_stop()122 cv_wait(&nskernd_k_cv, &nskernd_lock); in nskernd_stop()126 mutex_exit(&nskernd_lock); in nskernd_stop()137 mutex_exit(&nskernd_lock); in nskernd_stop()[all …]