Home
last modified time | relevance | path

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

/openbsd-src/sys/sys/
H A Dsched.h116 u_char spc_curpriority; /* usrpri of curproc */ member
/openbsd-src/sys/kern/
H A Dkern_sched.c297 else if (prio < spc->spc_curpriority) in setrunqueue()
595 cost += (p->p_usrpri - spc->spc_curpriority) * in sched_proc_to_cpu_cost()
H A Dkern_synch.c418 p->p_cpu->ci_schedstate.spc_curpriority = p->p_usrpri; in sleep_finish()
H A Dkern_sig.c2117 p->p_cpu->ci_schedstate.spc_curpriority = p->p_usrpri; in single_thread_check()