Searched refs:IDLEPRI (Results 1 - 7 of 7) sorted by relevance

/xnu-2782.1.97/osfmk/kern/
H A Dsched.h81 #define MINPRI IDLEPRI /* lowest legal priority schedulable */
82 #define IDLEPRI 0 /* idle thread priority */ macro
H A Dsched_proto.c337 if (pri != IDLEPRI)
447 if (thread->sched_pri != IDLEPRI)
H A Dmachine.c311 processor->current_pri = IDLEPRI;
H A Dsched_multiq.c631 if (rq->highq != IDLEPRI)
706 if (sched_pri != IDLEPRI)
741 if (rq->highq != IDLEPRI)
814 if (thread_pri != IDLEPRI)
H A Dsched_prim.c1870 (SCHED(processor_queue_has_priority)(processor, rt_runq.count == 0 ? IDLEPRI : BASEPRI_RTQUEUES, TRUE) &&
2011 processor->current_pri = IDLEPRI;
2153 if (pri != IDLEPRI)
2898 rq->highq = IDLEPRI;
2901 setbit(MAXPRI - IDLEPRI, rq->bitmap);
3019 if (rq->highq != IDLEPRI)
3089 if (thread->sched_pri != IDLEPRI)
4076 if (pri != IDLEPRI)
4421 if (pri != IDLEPRI)
4638 processor->current_pri = IDLEPRI;
[all...]
H A Dsched_grrr.c373 while ((thread = sched_grrr_choose_thread(processor, IDLEPRI, AST_NONE)) != THREAD_NULL) {
H A Dhost.c245 priority_info->idle_priority = IDLEPRI;

Completed in 37 milliseconds