Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dsched_prim.c324 uint64_t perfcontrol_failsafe_starvation_threshold; variable
550 perfcontrol_failsafe_starvation_threshold = (2 * sched_tick_interval); in sched_timeshare_timebase_init()
7057 uint64_t too_long_ago = ctime - perfcontrol_failsafe_starvation_threshold; in sched_consider_recommended_cores()
7166 if ((ctime - perfcontrol_failsafe_activation_time) < perfcontrol_failsafe_starvation_threshold) { in sched_recommended_cores_maintenance()