Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/scsi/impl/
H A Dscsi_watch.c83 kthread_t *sw_thread; /* the watch thread */ member
184 ASSERT(sw.sw_thread == 0); in scsi_watch_fini()
239 if (sw.sw_thread == 0) { in scsi_watch_request_submit_impl()
244 sw.sw_thread = t; in scsi_watch_request_submit_impl()
855 sw.sw_thread = 0; in _NOTE()
/titanic_44/usr/src/uts/sun4v/sys/
H A Dvsw.h130 kthread_t *sw_thread; /* setup switching thread */ member
/titanic_44/usr/src/uts/sun4v/io/
H A Dvsw_switching.c227 vswp->sw_thread = NULL; in vsw_setup_switching_thread()
241 vswp->sw_thread = thread_create(NULL, 2 * DEFAULTSTKSZ, in vsw_setup_switching_start()
244 if (vswp->sw_thread == NULL) { in vsw_setup_switching_start()
266 if (vswp->sw_thread != NULL) { in vsw_setup_switching_stop()
267 tid = vswp->sw_thread->t_did; in vsw_setup_switching_stop()