Home
last modified time | relevance | path

Searched refs:spc_curpriority (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/kern/
H A Dkern_runq.c334 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()
H A Dkern_synch.c570 spc->spc_curpriority = lwp_eprio(newl); in nextlwp()
580 spc->spc_curpriority = PRI_IDLE; in nextlwp()
/netbsd-src/sys/sys/
H A Dsched.h173 volatile pri_t spc_curpriority;/* s: usrpri of curlwp */ member
/netbsd-src/sys/arch/amd64/amd64/
H A Dgenassym.cf257 define CPU_INFO_CURPRIORITY offsetof(struct cpu_info, ci_schedstate.spc_curpriority)
/netbsd-src/sys/arch/i386/i386/
H A Dgenassym.cf253 define CPU_INFO_CURPRIORITY offsetof(struct cpu_info, ci_schedstate.spc_curpriority)