Searched refs:scrb_bound_thread_runq (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.61.12/osfmk/kern/ |
| H A D | sched_clutch.h | 105 struct run_queue scrb_bound_thread_runq; member
|
| H A D | sched_clutch.c | 595 run_queue_init(&root_bucket->scrb_bound_thread_runq); in sched_clutch_root_bucket_init() 719 …sched_clutch_pri_greater_than_tiebreak(root_bucket_aboveui->scrb_bound_thread_runq.highq, *highest… in sched_clutch_root_bound_select_aboveui() 720 *highest_pri = root_bucket_aboveui->scrb_bound_thread_runq.highq; in sched_clutch_root_bound_select_aboveui() 727 …sched_clutch_pri_greater_than_tiebreak(root_bucket_sharefg->scrb_bound_thread_runq.highq, *highest… in sched_clutch_root_bound_select_aboveui() 728 *highest_pri = root_bucket_sharefg->scrb_bound_thread_runq.highq; in sched_clutch_root_bound_select_aboveui() 1225 root_bound_pri = highest_bound_root_bucket->scrb_bound_thread_runq.highq; in sched_clutch_root_pri_update() 2212 if (root_bucket->scrb_bound_thread_runq.count == 0) { in sched_edge_bound_thread_insert() 2217 run_queue_enqueue(&root_bucket->scrb_bound_thread_runq, thread, options); in sched_edge_bound_thread_insert() 2241 run_queue_remove(&root_bucket->scrb_bound_thread_runq, thread); in sched_edge_bound_thread_remove() 2249 if (root_bucket->scrb_bound_thread_runq.count == 0) { in sched_edge_bound_thread_remove() [all …]
|
| /xnu-12377.61.12/tools/lldbmacros/ |
| H A D | scheduler.py | 199 if root_bucket.scrb_bound_thread_runq.count != 0: 201 …+ " [Bound]", "*", "*", addressof(root_bucket), "*", root_bucket.scrb_bound_thread_runq.count, roo… 202 if root_bucket.scrb_bound_thread_runq.count == 0: 205 thread_runq = root_bucket.scrb_bound_thread_runq
|