Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/kern/
H A Dsched_clutch.h95 bool scrb_starvation_avoidance; member
H A Dsched_clutch.c552 root_bucket->scrb_starvation_avoidance = false; in sched_clutch_root_bucket_init()
715 if (edf_bucket->scrb_starvation_avoidance) { in sched_clutch_root_highest_root_bucket()
729 edf_bucket->scrb_starvation_avoidance = false; in sched_clutch_root_highest_root_bucket()
739 edf_bucket->scrb_starvation_avoidance = true; in sched_clutch_root_highest_root_bucket()
855 if (root_bucket->scrb_starvation_avoidance == false) { in sched_clutch_root_bucket_runnable()