Searched refs:st_debug_mutex (Results 1 – 2 of 2) sorted by relevance
1460 #define DEBLOCK(d) int lev = CE_NOTE; mutex_enter(&st_debug_mutex); \1461 if (d == st_lastdev || d == 0) lev = CE_CONT; mutex_exit(&st_debug_mutex);1463 #define DEBUNLOCK(d) mutex_enter(&st_debug_mutex); \1464 if (d != 0 && d != st_lastdev) st_lastdev = d; mutex_exit(&st_debug_mutex);
254 static kmutex_t st_debug_mutex; variable743 mutex_init(&st_debug_mutex, NULL, MUTEX_DRIVER, NULL); in _init()773 mutex_destroy(&st_debug_mutex); in _fini()