Searched refs:sched_fixed_shift (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/osfmk/kern/
H A Dsched_average.c226 sched_pri_shift = sched_fixed_shift - sched_load_shifts[load_now];
227 sched_background_pri_shift = sched_fixed_shift - sched_load_shifts[background_load_now];
228 sched_combined_fgbg_pri_shift = sched_fixed_shift - sched_load_shifts[combined_fgbg_load_now];
H A Dsched.h336 extern uint32_t sched_fixed_shift;
H A Dsched_prim.c167 uint32_t sched_fixed_shift; variable
673 sched_fixed_shift = shift;

Completed in 74 milliseconds