Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dsched_m2.c72 static pri_t high_pri[PRI_COUNT]; /* Map for priority increase */ variable
122 high_pri[p] = (PRI_HIGHEST_TS - PRI_HTS_RANGE) + in sched_precalcts()
129 high_pri[p] = p; in sched_precalcts()
242 l->l_priority = high_pri[l->l_priority]; in sched_wakeup()
267 prio = high_pri[prio]; in sched_pstats_hook()