Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dsched_clutch.h112 bool scrb_starvation_avoidance; member
H A Dsched_clutch.c504 root_bucket->scrb_starvation_avoidance = false; in sched_clutch_root_bucket_init()
667 if (edf_bucket->scrb_starvation_avoidance) { in sched_clutch_root_highest_root_bucket()
681 edf_bucket->scrb_starvation_avoidance = false; in sched_clutch_root_highest_root_bucket()
691 edf_bucket->scrb_starvation_avoidance = true; in sched_clutch_root_highest_root_bucket()
807 if (root_bucket->scrb_starvation_avoidance == false) { in sched_clutch_root_bucket_runnable()