Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h1462 mutex_enter(&st_debug_mutex); \
1466 mutex_exit(&st_debug_mutex);
1469 mutex_enter(&st_debug_mutex); \
1473 mutex_exit(&st_debug_mutex);
/illumos-gate/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()