Home
last modified time | relevance | path

Searched refs:sched_fixed_shift (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/tests/sched/sched_test_harness/shadow_headers/
H A Dsched_prim.c259 uint32_t sched_fixed_shift; variable
315 sched_fixed_shift = shift; in sched_timeshare_timebase_init()
/xnu-11215/osfmk/kern/
H A Dsched.h383 extern uint32_t sched_fixed_shift;
H A Dsched_average.c294 uint32_t shift = sched_fixed_shift - sched_load_shifts[bucket_load]; in compute_averages()
H A Dsched_prim.c322 uint32_t sched_fixed_shift; variable
731 sched_fixed_shift = shift; in sched_timeshare_timebase_init()
H A Dsched_clutch.c2066 uint32_t pri_shift = sched_fixed_shift - sched_load_shifts[bucket_group_load]; in sched_clutch_bucket_group_timeshare_update()