Searched refs:TS_ON_SWAPQ (Results 1 – 4 of 4) sorted by relevance
277 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()673 if (tp->t_schedflag & TS_ON_SWAPQ) { in swapout()810 tp->t_schedflag |= TS_ON_SWAPQ; in swapout_lwp()866 ASSERT(tp->t_schedflag & (TS_LOAD | TS_ON_SWAPQ)); in process_swap_queue()868 tp->t_schedflag &= ~(TS_LOAD | TS_ON_SWAPQ); in process_swap_queue()
2690 (tp->t_schedflag & (TS_LOAD | TS_ON_SWAPQ)) in cpu_bind_thread()
1198 if ((tp->t_schedflag & (TS_LOAD | TS_ON_SWAPQ)) != TS_LOAD) { in setbackdq()1387 if ((tp->t_schedflag & (TS_LOAD | TS_ON_SWAPQ)) != TS_LOAD) { in setfrontdq()1624 if ((tp->t_schedflag & (TS_LOAD | TS_ON_SWAPQ)) != TS_LOAD) in dispdeq()1762 ASSERT((tp->t_schedflag & (TS_LOAD | TS_ON_SWAPQ)) != TS_LOAD); in disp_swapped_setrun()2161 tp->t_schedflag & TS_ON_SWAPQ) in disp_adjust_unbound_pri()
405 #define TS_ON_SWAPQ 0x0008 /* thread is on the swap queue */ macro