Searched refs:has_higher (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dsched_fixedpriority.c554 boolean_t has_higher; local
558 has_higher = (runq->highq > processor->current_pri);
560 has_higher = (runq->highq >= processor->current_pri);
562 if (has_higher) {
H A Dsched_prim.c3187 boolean_t has_higher; local
3193 has_higher = (runq->highq > processor->current_pri);
3195 has_higher = (runq->highq >= processor->current_pri);
3197 if (has_higher) {

Completed in 29 milliseconds