Searched defs:softmac_taskq_lock (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c124 static kmutex_t softmac_taskq_lock; variable
139 mutex_init(&softmac_taskq_lock, NULL, MUTEX_DRIVER, NULL);
156 mutex_enter(&softmac_taskq_lock);
160 cv_wait(&softmac_taskq_cv, &softmac_taskq_lock);
161 mutex_exit(&softmac_taskq_lock);
164 mutex_destroy(&softmac_taskq_lock);
844 CALLB_CPR_INIT(&cprinfo, &softmac_taskq_lock, callb_generic_cpr,
846 mutex_enter(&softmac_taskq_lock);
853 mutex_exit(&softmac_taskq_lock);
856 mutex_enter(&softmac_taskq_lock);
[all...]

Completed in 74 milliseconds