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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd_xbuf.c75 static kmutex_t xbuf_mutex = { 0 }; variable
128 mutex_enter(&xbuf_mutex);
142 mutex_exit(&xbuf_mutex);
168 mutex_enter(&xbuf_mutex);
175 mutex_exit(&xbuf_mutex);
H A Dsd_xbuf.h62 #define xbuf_mutex ssd_xbuf_mutex macro

Completed in 85 milliseconds