Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/kern/
H A Dsched_clutch.c876 …sched_clutch_root_bucket_t bound_bucket = priority_queue_min(&root_clutch->scr_bound_root_buckets,… in sched_clutch_root_highest_root_bucket() local
877 if (bound_bucket && unbound_bucket) { in sched_clutch_root_highest_root_bucket()
879 …edf_bucket = (bound_bucket->scrb_pqlink.deadline <= unbound_bucket->scrb_pqlink.deadline) ? bound_… in sched_clutch_root_highest_root_bucket()
881 edf_bucket = (bound_bucket) ? bound_bucket : unbound_bucket; in sched_clutch_root_highest_root_bucket()