Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dsched.h358 extern uint32_t default_timeshare_computation;
H A Dsched_proto.c255 default_timeshare_computation = proto_quantum / 2; in sched_proto_timebase_init()
H A Dsched_grrr.c279 default_timeshare_computation = grrr_quantum / 2; in sched_grrr_timebase_init()
H A Dthread_policy.c1323 info->computation = default_timeshare_computation; in thread_policy_get()
H A Dsched_prim.c274 uint32_t default_timeshare_computation; variable
546 default_timeshare_computation = std_quantum / 2; in sched_timeshare_timebase_init()