Home
last modified time | relevance | path

Searched refs:TS_ON_SWAPQ (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsched.c277 TS_ON_SWAPQ | TS_LOAD)) != TS_LOAD) in sched()
421 TS_ON_SWAPQ | TS_LOAD)) != TS_LOAD) in sched()
516 ASSERT(tp->t_schedflag & TS_ON_SWAPQ); in swapdeq()
526 tp->t_schedflag &= ~TS_ON_SWAPQ; in swapdeq()
559 ASSERT((tp->t_schedflag & TS_ON_SWAPQ) == 0); in swapin()
670 if (tp->t_schedflag & TS_ON_SWAPQ) { in swapout()
801 tp->t_schedflag |= TS_ON_SWAPQ; in swapout_lwp()
857 ASSERT(tp->t_schedflag & (TS_LOAD | TS_ON_SWAPQ)); in process_swap_queue()
859 tp->t_schedflag &= ~(TS_LOAD | TS_ON_SWAPQ); in process_swap_queue()
H A Dcpu.c2715 (tp->t_schedflag & (TS_LOAD | TS_ON_SWAPQ)) in cpu_bind_thread()
/illumos-gate/usr/src/uts/common/disp/
H A Ddisp.c1216 if ((tp->t_schedflag & (TS_LOAD | TS_ON_SWAPQ)) != TS_LOAD) { in setbackdq()
1400 if ((tp->t_schedflag & (TS_LOAD | TS_ON_SWAPQ)) != TS_LOAD) { in setfrontdq()
1622 if ((tp->t_schedflag & (TS_LOAD | TS_ON_SWAPQ)) != TS_LOAD) in dispdeq()
1760 ASSERT((tp->t_schedflag & (TS_LOAD | TS_ON_SWAPQ)) != TS_LOAD); in disp_swapped_setrun()
2159 tp->t_schedflag & TS_ON_SWAPQ) in disp_adjust_unbound_pri()
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h418 #define TS_ON_SWAPQ 0x0008 /* thread is on the swap queue */ macro