Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dddi_impl.c128 static kmutex_t ctgmutex; variable
129 #define CTGLOCK() mutex_enter(&ctgmutex)
130 #define CTGUNLOCK() mutex_exit(&ctgmutex)