Searched refs:module_thread_lock (Results 1 – 1 of 1) sorted by relevance
103 static kmutex_t module_thread_lock; variable421 mutex_init(&module_thread_lock, MUTEX_DEFAULT, IPL_NONE); in module_init()1739 mutex_enter(&module_thread_lock); in module_thread()1740 (void)cv_timedwait(&module_thread_cv, &module_thread_lock, in module_thread()1743 mutex_exit(&module_thread_lock); in module_thread()1757 mutex_enter(&module_thread_lock); in module_thread_kick()1760 mutex_exit(&module_thread_lock); in module_thread_kick()