Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_impl.h312 kmutex_t asc_genlock; member
327 #define ATH_LOCK(_asc) mutex_enter(&(_asc)->asc_genlock)
328 #define ATH_UNLOCK(_asc) mutex_exit(&(_asc)->asc_genlock)
329 #define ATH_LOCK_ASSERT(_asc) ASSERT(mutex_owned(&(_asc)->asc_genlock))
H A Dath_main.c1998 mutex_init(&asc->asc_genlock, NULL, MUTEX_DRIVER, NULL); in ath_attach()
2349 mutex_destroy(&asc->asc_genlock); in ath_attach()
2429 mutex_destroy(&asc->asc_genlock); in ath_detach()