Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dsched_clutch.h134 uint16_t scr_thr_count; member
H A Dsched_clutch.c400 root_clutch->scr_thr_count = 0; in sched_clutch_root_init()
2149 sched_clutch_thr_count_inc(&root_clutch->scr_thr_count); in sched_edge_bound_thread_insert()
2181 sched_clutch_thr_count_dec(&root_clutch->scr_thr_count); in sched_edge_bound_thread_remove()
2712 sched_clutch_thr_count_inc(&root_clutch->scr_thr_count); in sched_clutch_thread_insert()
2716 sched_clutch_thr_count_inc(&root_clutch->scr_thr_count); in sched_clutch_thread_insert()
2722 …SCHED_CLUTCH_DBG_THR_COUNT_PACK(root_clutch->scr_thr_count, os_atomic_load(&clutch->sc_thr_count, … in sched_clutch_thread_insert()
2775 sched_clutch_thr_count_dec(&root_clutch->scr_thr_count); in sched_clutch_thread_remove()
2787 …SCHED_CLUTCH_DBG_THR_COUNT_PACK(root_clutch->scr_thr_count, os_atomic_load(&clutch->sc_thr_count, … in sched_clutch_thread_remove()
2966 return root_clutch->scr_thr_count; in sched_clutch_root_count()
3277 if (bound_runq->count == 0 && root_clutch->scr_thr_count == 0) { in sched_clutch_processor_highest_thread()
[all …]
/xnu-11215.1.10/tools/lldbmacros/
H A Dscheduler.py174 …clutch), (root_clutch.scr_priority if root_clutch.scr_thr_count > 0 else -1), root_clutch.scr_thr_…
242 … print("{:>30s} : {:d}".format("Priority", (root.scr_priority if root.scr_thr_count > 0 else -1)))
244 print("{:>30s} : {:d}".format("Threads", root.scr_thr_count))