Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/kern/
H A Dsched_clutch.h264 struct priority_queue_sched_stable_max scb_thread_runq; member
H A Dsched_clutch.c1074 priority_queue_init(&clutch_bucket->scb_thread_runq); in sched_clutch_bucket_init()
1367 assert(priority_queue_empty(&clutch_bucket->scb_thread_runq) == false); in sched_clutch_bucket_base_pri()
2407 …priority_queue_entry_set_sched_pri(&clutch_bucket->scb_thread_runq, &thread->th_clutch_runq_link, … in sched_clutch_thread_insert()
2409 priority_queue_insert(&clutch_bucket->scb_thread_runq, &thread->th_clutch_runq_link); in sched_clutch_thread_insert()
2478 priority_queue_remove(&clutch_bucket->scb_thread_runq, &thread->th_clutch_runq_link); in sched_clutch_thread_remove()
2521 …thread_t thread = priority_queue_max(&clutch_bucket->scb_thread_runq, struct thread, th_clutch_run… in sched_clutch_thread_unbound_lookup()
2643 thread = priority_queue_max(&clutch_bucket->scb_thread_runq, struct thread, th_clutch_runq_link); in sched_clutch_root_highest_foreign_thread_remove()
/xnu-8792.41.9/tools/lldbmacros/
H A Dscheduler.py166 ….scct_count, tg_boost, SchedPriorityStableQueueRootPri(clutch_bucket.scb_thread_runq, 'struct thre…