Searched refs:thread_pri (Results 1 – 1 of 1) sorted by relevance
149 pri_t thread_pri; in sched() local224 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()[all …]