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

/darwin-on-arm/xnu/osfmk/kern/
H A Dsched_average.c180 sched_pri_shift = sched_fixed_shift - sched_load_shifts[load_now];
H A Dsched.h332 extern uint32_t sched_pri_shift;
H A Dpriority.c412 thread->pri_shift = sched_pri_shift;
H A Dthread.c807 new_thread->pri_shift = sched_pri_shift;
H A Dsched_prim.c163 uint32_t sched_pri_shift = INT8_MAX; variable

Completed in 47 milliseconds