Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dsched_clutch.h202 struct priority_queue_deadline_min scr_bound_root_buckets; member
H A Dsched_clutch.c438 priority_queue_init(&root_clutch->scr_bound_root_buckets); in sched_clutch_root_init()
893 …sched_clutch_root_bucket_t bound_bucket = priority_queue_min(&root_clutch->scr_bound_root_buckets,… in sched_clutch_root_highest_root_bucket()
1089 …_deadline_min *prioq = (root_bucket->scrb_bound) ? &root_clutch->scr_bound_root_buckets : &root_cl… in sched_clutch_root_bucket_deadline_update()
1124 …_deadline_min *prioq = (root_bucket->scrb_bound) ? &root_clutch->scr_bound_root_buckets : &root_cl… in sched_clutch_root_bucket_runnable()
1153 …_deadline_min *prioq = (root_bucket->scrb_bound) ? &root_clutch->scr_bound_root_buckets : &root_cl… in sched_clutch_root_bucket_empty()