Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_main.c69 static kmutex_t smac_global_lock; variable
167 mutex_init(&smac_global_lock, NULL, MUTEX_DRIVER, NULL); in softmac_init()
184 mutex_destroy(&smac_global_lock); in softmac_fini()
390 mutex_enter(&smac_global_lock); in softmac_create()
392 mutex_exit(&smac_global_lock); in softmac_create()
1581 mutex_enter(&smac_global_lock); in softmac_hold_device()
1583 cv_wait(&smac_global_cv, &smac_global_lock); in softmac_hold_device()
1584 mutex_exit(&smac_global_lock); in softmac_hold_device()