Home
last modified time | relevance | path

Searched refs:max_unsafe_fixed_computation (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dsched.h400 extern uint64_t max_unsafe_fixed_computation;
H A Dpriority.c182 if (new_computation > max_unsafe_fixed_computation) { in thread_quantum_expire()
H A Dsched_prim.c285 uint64_t max_unsafe_fixed_computation; variable
674 max_unsafe_fixed_computation = ((uint64_t)max) * quantum_size; in sched_set_max_unsafe_fixed_quanta()
4218 new_quantum = MIN(new_quantum, max_unsafe_fixed_computation); in thread_quantum_init()