Lines Matching refs:prio
184 sched_nice(struct proc *p, int prio)191 p->p_nice = prio;192 n = (prio - NZERO) >> 2;248 pri_t prio;260 prio = l->l_priority;261 if (batch && prio != 0)262 prio--;267 prio = high_pri[prio];269 if (prio != l->l_priority)270 lwp_changepri(l, prio);273 l->l_priority = prio;
Indexes created Thu Oct 30 23:09:54 GMT 2025