Lines Matching refs:thread_pri
149 pri_t thread_pri; in sched() local
224 thread_pri = CL_SWAPIN(t, 0); in sched()
229 if (thread_pri > proc_pri) in sched()
230 proc_pri = thread_pri; in sched()
281 thread_pri = CL_SWAPOUT(t, SOFTSWAP); in sched()
283 if (thread_pri > proc_pri) in sched()
284 proc_pri = thread_pri; in sched()
425 thread_pri = CL_SWAPOUT(t, HARDSWAP); in sched()
427 if (thread_pri > proc_pri) in sched()
428 proc_pri = thread_pri; in sched()
540 pri_t thread_pri; in swapin() local
553 thread_pri = CL_SWAPIN(tp, 0); in swapin()
554 if (thread_pri != -1 && tp->t_state == TS_RUN && in swapin()
636 pri_t thread_pri; in swapout() local
656 thread_pri = CL_SWAPOUT(tp, swapflags); in swapout()
657 if (thread_pri != -1) { in swapout()