Searched refs:softmac_taskq_lock (Results 1 – 1 of 1) sorted by relevance
124 static kmutex_t softmac_taskq_lock; variable139 mutex_init(&softmac_taskq_lock, NULL, MUTEX_DRIVER, NULL); in softmac_fp_init()156 mutex_enter(&softmac_taskq_lock); in softmac_fp_fini()160 cv_wait(&softmac_taskq_cv, &softmac_taskq_lock); in softmac_fp_fini()161 mutex_exit(&softmac_taskq_lock); in softmac_fp_fini()164 mutex_destroy(&softmac_taskq_lock); in softmac_fp_fini()844 CALLB_CPR_INIT(&cprinfo, &softmac_taskq_lock, callb_generic_cpr, in softmac_taskq_dispatch()846 mutex_enter(&softmac_taskq_lock); in softmac_taskq_dispatch()853 mutex_exit(&softmac_taskq_lock); in softmac_taskq_dispatch()856 mutex_enter(&softmac_taskq_lock); in softmac_taskq_dispatch()[all …]