Home
last modified time | relevance | path

Searched refs:scrb_bound_thread_runq (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.61.5/osfmk/kern/
H A Dsched_clutch.h106 struct run_queue scrb_bound_thread_runq; member
H A Dsched_clutch.c576 run_queue_init(&root_bucket->scrb_bound_thread_runq); in sched_clutch_root_bucket_init()
700 …sched_clutch_pri_greater_than_tiebreak(root_bucket_aboveui->scrb_bound_thread_runq.highq, *highest… in sched_clutch_root_bound_select_aboveui()
701 *highest_pri = root_bucket_aboveui->scrb_bound_thread_runq.highq; in sched_clutch_root_bound_select_aboveui()
708 …sched_clutch_pri_greater_than_tiebreak(root_bucket_sharefg->scrb_bound_thread_runq.highq, *highest… in sched_clutch_root_bound_select_aboveui()
709 *highest_pri = root_bucket_sharefg->scrb_bound_thread_runq.highq; in sched_clutch_root_bound_select_aboveui()
1200 root_bound_pri = highest_bound_root_bucket->scrb_bound_thread_runq.highq; in sched_clutch_root_pri_update()
2151 if (root_bucket->scrb_bound_thread_runq.count == 0) { in sched_edge_bound_thread_insert()
2156 run_queue_enqueue(&root_bucket->scrb_bound_thread_runq, thread, options); in sched_edge_bound_thread_insert()
2174 run_queue_remove(&root_bucket->scrb_bound_thread_runq, thread); in sched_edge_bound_thread_remove()
2182 if (root_bucket->scrb_bound_thread_runq.count == 0) { in sched_edge_bound_thread_remove()
[all …]
/xnu-11215.61.5/tools/lldbmacros/
H A Dscheduler.py203 if root_bucket.scrb_bound_thread_runq.count != 0:
205 …+ " [Bound]", "*", "*", addressof(root_bucket), "*", root_bucket.scrb_bound_thread_runq.count, roo…
206 if root_bucket.scrb_bound_thread_runq.count == 0:
209 thread_runq = root_bucket.scrb_bound_thread_runq