Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dsched_clutch.h180 struct priority_queue_deadline_min scr_unbound_root_buckets; member
H A Dsched_clutch.c338 priority_queue_init(&root_clutch->scr_unbound_root_buckets); in sched_clutch_root_init()
645 …edf_bucket = priority_queue_min(&root_clutch->scr_unbound_root_buckets, struct sched_clutch_root_b… in sched_clutch_root_highest_root_bucket()
647 …root_bucket_t unbound_bucket = priority_queue_min(&root_clutch->scr_unbound_root_buckets, struct s… in sched_clutch_root_highest_root_bucket()
781 …ucket->scrb_bound) ? &root_clutch->scr_bound_root_buckets : &root_clutch->scr_unbound_root_buckets; in sched_clutch_root_bucket_deadline_update()
815 …ucket->scrb_bound) ? &root_clutch->scr_bound_root_buckets : &root_clutch->scr_unbound_root_buckets; in sched_clutch_root_bucket_runnable()
844 …ucket->scrb_bound) ? &root_clutch->scr_bound_root_buckets : &root_clutch->scr_unbound_root_buckets; in sched_clutch_root_bucket_empty()