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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dsched_average.c167 sched_pri_shift = sched_fixed_shift - sched_load_shifts[load_now];
H A Dsched.h234 extern uint32_t sched_pri_shift;
H A Dpriority.c304 thread->pri_shift = sched_pri_shift;
H A Dthread.c680 new_thread->pri_shift = sched_pri_shift;
H A Dsched_prim.c141 uint32_t sched_pri_shift = INT8_MAX; variable

Completed in 42 milliseconds