Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dsched_clutch.h99 bool scrb_starvation_avoidance; member
H A Dsched_clutch.c608 root_bucket->scrb_starvation_avoidance = false; in sched_clutch_root_bucket_init()
919 if (edf_bucket->scrb_starvation_avoidance) { in sched_clutch_root_highest_root_bucket()
924 edf_bucket->scrb_starvation_avoidance = false; in sched_clutch_root_highest_root_bucket()
953 if (edf_bucket->scrb_starvation_avoidance == false && should_update_edf_starvation_state) { in sched_clutch_root_highest_root_bucket()
964 edf_bucket->scrb_starvation_avoidance = true; in sched_clutch_root_highest_root_bucket()
1118 if (root_bucket->scrb_starvation_avoidance == false) { in sched_clutch_root_bucket_runnable()
2956 …oot_bucket->scrb_bucket >= root_bucket->scrb_bucket) || (root_bucket->scrb_starvation_avoidance) || in sched_clutch_hierarchy_thread_highest()