Searched refs:sched_pri_shift (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/osfmk/kern/
H A Dsched.h333 extern uint32_t sched_pri_shift;
H A Dsched_average.c226 sched_pri_shift = sched_fixed_shift - sched_load_shifts[load_now];
H A Dpriority.c404 thread->pri_shift = sched_pri_shift;
490 int alt_pri = thread->priority - (thread->sched_usage >> sched_pri_shift);
H A Dthread.c845 new_thread->pri_shift = sched_pri_shift;
H A Dsched_prim.c164 uint32_t sched_pri_shift = INT8_MAX; variable
780 * sched_pri_shift will be >INT8_MAX, and there will be no

Completed in 84 milliseconds