Searched refs:default_timeshare_computation (Results 1 - 6 of 6) sorted by relevance

/xnu-2422.115.4/osfmk/kern/
H A Dsched.h282 extern uint32_t default_timeshare_computation;
H A Dthread_policy.c430 info->computation = default_timeshare_computation;
H A Dsched_proto.c238 default_timeshare_computation = proto_quantum / 2;
H A Dsched_fixedpriority.c317 default_timeshare_computation = sched_fixedpriority_quantum / 2;
H A Dsched_grrr.c265 default_timeshare_computation = grrr_quantum / 2;
H A Dsched_prim.c153 uint32_t default_timeshare_computation; variable
680 default_timeshare_computation = std_quantum / 2;

Completed in 81 milliseconds