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

/darwin-on-arm/xnu/osfmk/kern/
H A Dsched_fixedpriority.c236 static uint32_t sched_fixedpriority_quantum; variable
314 sched_fixedpriority_quantum = (uint32_t)abstime;
316 thread_depress_time = 1 * sched_fixedpriority_quantum;
317 default_timeshare_computation = sched_fixedpriority_quantum / 2;
318 default_timeshare_constraint = sched_fixedpriority_quantum;
320 max_unsafe_computation = max_unsafe_quanta * sched_fixedpriority_quantum;
321 sched_safe_duration = 2 * max_unsafe_quanta * sched_fixedpriority_quantum;
586 return sched_fixedpriority_quantum;
646 thread->last_quantum_refill_time = thread->last_run_time - 2 * sched_fixedpriority_quantum - 1;
759 if ((elapsed < 2 * sched_fixedpriority_quantum)
[all...]

Completed in 20 milliseconds