Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/kern/
H A Dsched_clutch.h100 bool scrb_starvation_avoidance; member
H A Dsched_clutch.c589 root_bucket->scrb_starvation_avoidance = false; in sched_clutch_root_bucket_init()
900 if (edf_bucket->scrb_starvation_avoidance) { in sched_clutch_root_highest_root_bucket()
905 edf_bucket->scrb_starvation_avoidance = false; in sched_clutch_root_highest_root_bucket()
934 if (edf_bucket->scrb_starvation_avoidance == false && should_update_edf_starvation_state) { in sched_clutch_root_highest_root_bucket()
945 edf_bucket->scrb_starvation_avoidance = true; in sched_clutch_root_highest_root_bucket()
1093 if (root_bucket->scrb_starvation_avoidance == false) { in sched_clutch_root_bucket_runnable()
2886 …oot_bucket->scrb_bucket >= root_bucket->scrb_bucket) || (root_bucket->scrb_starvation_avoidance) || in sched_clutch_hierarchy_thread_highest()