Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dsched_clutch.h133 uint16_t scr_thr_count; member
H A Dsched_clutch.c419 root_clutch->scr_thr_count = 0; in sched_clutch_root_init()
2210 sched_clutch_thr_count_inc(&root_clutch->scr_thr_count); in sched_edge_bound_thread_insert()
2248 sched_clutch_thr_count_dec(&root_clutch->scr_thr_count); in sched_edge_bound_thread_remove()
2782 sched_clutch_thr_count_inc(&root_clutch->scr_thr_count); in sched_clutch_thread_insert()
2786 sched_clutch_thr_count_inc(&root_clutch->scr_thr_count); in sched_clutch_thread_insert()
2792 …SCHED_CLUTCH_DBG_THR_COUNT_PACK(root_clutch->scr_thr_count, os_atomic_load(&clutch->sc_thr_count, … in sched_clutch_thread_insert()
2845 sched_clutch_thr_count_dec(&root_clutch->scr_thr_count); in sched_clutch_thread_remove()
2857 …SCHED_CLUTCH_DBG_THR_COUNT_PACK(root_clutch->scr_thr_count, os_atomic_load(&clutch->sc_thr_count, … in sched_clutch_thread_remove()
3036 return root_clutch->scr_thr_count; in sched_clutch_root_count()
3351 if (bound_runq->count == 0 && root_clutch->scr_thr_count == 0) { in sched_clutch_processor_highest_thread()
[all …]
/xnu-12377.1.9/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))