Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/kern/
H A Dsched_clutch.h133 uint16_t scr_thr_count; member
H A Dsched_clutch.c399 root_clutch->scr_thr_count = 0; in sched_clutch_root_init()
2148 sched_clutch_thr_count_inc(&root_clutch->scr_thr_count); in sched_edge_bound_thread_insert()
2180 sched_clutch_thr_count_dec(&root_clutch->scr_thr_count); in sched_edge_bound_thread_remove()
2708 sched_clutch_thr_count_inc(&root_clutch->scr_thr_count); in sched_clutch_thread_insert()
2712 sched_clutch_thr_count_inc(&root_clutch->scr_thr_count); in sched_clutch_thread_insert()
2718 …SCHED_CLUTCH_DBG_THR_COUNT_PACK(root_clutch->scr_thr_count, os_atomic_load(&clutch->sc_thr_count, … in sched_clutch_thread_insert()
2771 sched_clutch_thr_count_dec(&root_clutch->scr_thr_count); in sched_clutch_thread_remove()
2783 …SCHED_CLUTCH_DBG_THR_COUNT_PACK(root_clutch->scr_thr_count, os_atomic_load(&clutch->sc_thr_count, … in sched_clutch_thread_remove()
2962 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-11417.101.15/tools/lldbmacros/
H A Dscheduler.py170 …clutch), (root_clutch.scr_priority if root_clutch.scr_thr_count > 0 else -1), root_clutch.scr_thr_…
238 … print("{:>30s} : {:d}".format("Priority", (root.scr_priority if root.scr_thr_count > 0 else -1)))
240 print("{:>30s} : {:d}".format("Threads", root.scr_thr_count))