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

/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_main.c209 static kmutex_t ath_loglock; variable
262 mutex_enter(&ath_loglock);
268 mutex_exit(&ath_loglock);
279 mutex_enter(&ath_loglock);
285 mutex_exit(&ath_loglock);
294 mutex_enter(&ath_loglock);
298 mutex_exit(&ath_loglock);
2519 mutex_init(&ath_loglock, NULL, MUTEX_DRIVER, NULL);
2526 mutex_destroy(&ath_loglock);
2542 mutex_destroy(&ath_loglock);
[all...]

Completed in 65 milliseconds