Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dsched.h417 extern uint64_t sched_safe_duration;
H A Dsched_proto.c259 sched_safe_duration = 2 * max_unsafe_quanta * proto_quantum; in sched_proto_timebase_init()
H A Dsched_grrr.c283 sched_safe_duration = 2 * max_unsafe_quanta * grrr_quantum; in sched_grrr_timebase_init()
H A Dpriority.c173 thread->safe_release = ctime + sched_safe_duration; in thread_quantum_expire()
H A Dsched_prim.c260 uint64_t sched_safe_duration; variable
542 sched_safe_duration = 2 * ((uint64_t)max_unsafe_quanta) * std_quantum; in sched_timeshare_timebase_init()