Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/kern/
H A Dsched_clutch.h163 struct priority_queue_deadline_min scr_unbound_root_buckets; member
H A Dsched_clutch.c386 priority_queue_init(&root_clutch->scr_unbound_root_buckets); in sched_clutch_root_init()
693 …edf_bucket = priority_queue_min(&root_clutch->scr_unbound_root_buckets, struct sched_clutch_root_b… in sched_clutch_root_highest_root_bucket()
695 …root_bucket_t unbound_bucket = priority_queue_min(&root_clutch->scr_unbound_root_buckets, struct s… in sched_clutch_root_highest_root_bucket()
829 …ucket->scrb_bound) ? &root_clutch->scr_bound_root_buckets : &root_clutch->scr_unbound_root_buckets; in sched_clutch_root_bucket_deadline_update()
863 …ucket->scrb_bound) ? &root_clutch->scr_bound_root_buckets : &root_clutch->scr_unbound_root_buckets; in sched_clutch_root_bucket_runnable()
892 …ucket->scrb_bound) ? &root_clutch->scr_bound_root_buckets : &root_clutch->scr_unbound_root_buckets; in sched_clutch_root_bucket_empty()