HomeSort by: relevance | last modified time | path
    Searched defs:high_pri (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
sched_m2.c 72 static pri_t high_pri[PRI_COUNT]; /* Map for priority increase */ variable in typeref:typename:pri_t[]
122 high_pri[p] = (PRI_HIGHEST_TS - PRI_HTS_RANGE) +
129 high_pri[p] = p;
242 l->l_priority = high_pri[l->l_priority];
267 prio = high_pri[prio];
sched_m2.c 72 static pri_t high_pri[PRI_COUNT]; /* Map for priority increase */ variable in typeref:typename:pri_t[]
122 high_pri[p] = (PRI_HIGHEST_TS - PRI_HTS_RANGE) +
129 high_pri[p] = p;
242 l->l_priority = high_pri[l->l_priority];
267 prio = high_pri[prio];

Completed in 24 milliseconds