Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/kern/
H A Dsched_clutch.h172 struct priority_queue_deadline_min scr_bound_root_buckets; member
H A Dsched_clutch.c421 priority_queue_init(&root_clutch->scr_bound_root_buckets); in sched_clutch_root_init()
876 …sched_clutch_root_bucket_t bound_bucket = priority_queue_min(&root_clutch->scr_bound_root_buckets,… in sched_clutch_root_highest_root_bucket()
1066 …_deadline_min *prioq = (root_bucket->scrb_bound) ? &root_clutch->scr_bound_root_buckets : &root_cl… in sched_clutch_root_bucket_deadline_update()
1101 …_deadline_min *prioq = (root_bucket->scrb_bound) ? &root_clutch->scr_bound_root_buckets : &root_cl… in sched_clutch_root_bucket_runnable()
1130 …_deadline_min *prioq = (root_bucket->scrb_bound) ? &root_clutch->scr_bound_root_buckets : &root_cl… in sched_clutch_root_bucket_empty()