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

/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_watch.c83 kthread_t *sw_thread; /* the watch thread */ member in struct:scsi_watch
184 ASSERT(sw.sw_thread == 0);
239 if (sw.sw_thread == 0) {
244 sw.sw_thread = t;
853 * no more work to do, reset sw_thread and exit
855 sw.sw_thread = 0;
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvsw.h130 kthread_t *sw_thread; /* setup switching thread */ member in struct:vsw

Completed in 59 milliseconds