Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/kern/
H A Dsched_clutch.h165 struct priority_queue_deadline_min scr_bound_root_buckets; member
H A Dsched_clutch.c383 priority_queue_init(&root_clutch->scr_bound_root_buckets); in sched_clutch_root_init()
696 …sched_clutch_root_bucket_t bound_bucket = priority_queue_min(&root_clutch->scr_bound_root_buckets,… in sched_clutch_root_highest_root_bucket()
829 …_deadline_min *prioq = (root_bucket->scrb_bound) ? &root_clutch->scr_bound_root_buckets : &root_cl… in sched_clutch_root_bucket_deadline_update()
863 …_deadline_min *prioq = (root_bucket->scrb_bound) ? &root_clutch->scr_bound_root_buckets : &root_cl… in sched_clutch_root_bucket_runnable()
892 …_deadline_min *prioq = (root_bucket->scrb_bound) ? &root_clutch->scr_bound_root_buckets : &root_cl… in sched_clutch_root_bucket_empty()