Searched refs:spc_curpriority (Results 1 – 5 of 5) sorted by relevance
334 if (pri <= spc->spc_curpriority || !mp_online) { in sched_resched_cpu() 505 bestpri = MAX(bestspc->spc_curpriority, in sched_bestcpu() 530 curpri = MAX(curspc->spc_curpriority, in sched_bestcpu() 622 if (sched_migratable(l, ci) && (eprio > spc->spc_curpriority || in sched_takecpu()
570 spc->spc_curpriority = lwp_eprio(newl); in nextlwp()580 spc->spc_curpriority = PRI_IDLE; in nextlwp()
173 volatile pri_t spc_curpriority;/* s: usrpri of curlwp */ member
257 define CPU_INFO_CURPRIORITY offsetof(struct cpu_info, ci_schedstate.spc_curpriority)
253 define CPU_INFO_CURPRIORITY offsetof(struct cpu_info, ci_schedstate.spc_curpriority)