Searched refs:highq (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dsched_proto.c304 queue = rq->queues + rq->highq;
305 pri = rq->highq;
333 rq->highq = MAXPRI - ffsbit(rq->bitmap);
443 rq->highq = MAXPRI - ffsbit(rq->bitmap);
482 result = global_runq->highq >= priority;
484 result = global_runq->highq >= priority;
H A Dsched.h189 int highq; /* highest runnable queue */ member in struct:run_queue
H A Dsched_fixedpriority.c529 return runq_for_processor(processor)->highq >= priority;
531 return runq_for_processor(processor)->highq > priority;
558 has_higher = (runq->highq > processor->current_pri);
560 has_higher = (runq->highq >= processor->current_pri);
H A Dsched_prim.c1990 queue_t queue = rq->queues + rq->highq;
1991 int pri = rq->highq, count = rq->count;
2010 rq->highq = MAXPRI - ffsbit(rq->bitmap);
2705 rq->highq = IDLEPRI;
2810 queue_t queue = rq->queues + rq->highq;
2822 if (SCHED(priority_is_urgent)(rq->highq)) {
2826 if (rq->highq != IDLEPRI)
2827 clrbit(MAXPRI - rq->highq, rq->bitmap);
2828 rq->highq = MAXPRI - ffsbit(rq->bitmap);
2855 if (thread->sched_pri > rq->highq) {
[all...]

Completed in 25 milliseconds