Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvsw.h131 sw_thr_flags_t sw_thr_flags; /* setup switching thr flags */ member
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_switching.c189 while ((vswp->sw_thr_flags & VSW_SWTHR_STOP) == 0) { in vsw_setup_switching_thread()
195 while ((vswp->sw_thr_flags & VSW_SWTHR_STOP) == 0) { in vsw_setup_switching_thread()
205 if ((vswp->sw_thr_flags & VSW_SWTHR_STOP) != 0) { in vsw_setup_switching_thread()
226 vswp->sw_thr_flags &= ~VSW_SWTHR_STOP; in vsw_setup_switching_thread()
268 vswp->sw_thr_flags |= VSW_SWTHR_STOP; in vsw_setup_switching_stop()