Home
last modified time | relevance | path

Searched refs:softmac_taskq_lock (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c129 static kmutex_t softmac_taskq_lock; variable
144 mutex_init(&softmac_taskq_lock, NULL, MUTEX_DRIVER, NULL); in softmac_fp_init()
161 mutex_enter(&softmac_taskq_lock); in softmac_fp_fini()
165 cv_wait(&softmac_taskq_cv, &softmac_taskq_lock); in softmac_fp_fini()
166 mutex_exit(&softmac_taskq_lock); in softmac_fp_fini()
169 mutex_destroy(&softmac_taskq_lock); in softmac_fp_fini()
818 CALLB_CPR_INIT(&cprinfo, &softmac_taskq_lock, callb_generic_cpr, in softmac_taskq_dispatch()
820 mutex_enter(&softmac_taskq_lock); in softmac_taskq_dispatch()
827 mutex_exit(&softmac_taskq_lock); in softmac_taskq_dispatch()
831 mutex_enter(&softmac_taskq_lock); in softmac_taskq_dispatch()
[all …]