Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h1460 #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);
/titanic_50/usr/src/uts/common/io/scsi/targets/
H A Dst.c254 static kmutex_t st_debug_mutex; variable
743 mutex_init(&st_debug_mutex, NULL, MUTEX_DRIVER, NULL); in _init()
773 mutex_destroy(&st_debug_mutex); in _fini()