Searched refs:sw_thread (Results 1 - 3 of 3) 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
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_switching.c227 vswp->sw_thread = NULL;
241 vswp->sw_thread = thread_create(NULL, 2 * DEFAULTSTKSZ,
244 if (vswp->sw_thread == NULL) {
266 if (vswp->sw_thread != NULL) {
267 tid = vswp->sw_thread->t_did;

Completed in 80 milliseconds