Home
last modified time | relevance | path

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

/xnu-10063.121.3/osfmk/kern/
H A Dsched_clutch.h101 struct run_queue scrb_bound_thread_runq; member
H A Dsched_clutch.c538 run_queue_init(&root_bucket->scrb_bound_thread_runq); in sched_clutch_root_bucket_init()
611 if (root_bucket_aboveui->scrb_bound_thread_runq.count == 0) { in sched_clutch_root_bound_select_aboveui()
614 …return root_bucket_aboveui->scrb_bound_thread_runq.highq >= root_bucket_sharefg->scrb_bound_thread… in sched_clutch_root_bound_select_aboveui()
664 …int bound_aboveui_pri = root_clutch->scr_bound_buckets[TH_BUCKET_FIXPRI].scrb_bound_thread_runq.hi… in sched_clutch_root_highest_root_bucket()
959 root_bound_pri = root_bucket_bound->scrb_bound_thread_runq.highq; in sched_clutch_root_pri_update()
1885 if (root_bucket->scrb_bound_thread_runq.count == 0) { in sched_edge_bound_thread_insert()
1890 run_queue_enqueue(&root_bucket->scrb_bound_thread_runq, thread, options); in sched_edge_bound_thread_insert()
1908 run_queue_remove(&root_bucket->scrb_bound_thread_runq, thread); in sched_edge_bound_thread_remove()
1916 if (root_bucket->scrb_bound_thread_runq.count == 0) { in sched_edge_bound_thread_remove()
2061 return run_queue_peek(&root_bucket->scrb_bound_thread_runq); in sched_clutch_thread_bound_lookup()
[all …]
/xnu-10063.121.3/tools/lldbmacros/
H A Dscheduler.py200 if root_bucket.scrb_bound_thread_runq.count != 0:
202 …+ " [Bound]", "*", "*", addressof(root_bucket), "*", root_bucket.scrb_bound_thread_runq.count, roo…
203 if root_bucket.scrb_bound_thread_runq.count == 0:
206 thread_runq = root_bucket.scrb_bound_thread_runq