Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Dsched_clutch.h127 int16_t scr_priority; member
H A Dsched_clutch.c363 root_clutch->scr_priority = NOPRI; in sched_clutch_root_init()
978 root_clutch->scr_priority = MAX(root_bound_pri, root_unbound_pri); in sched_clutch_root_pri_update()
1513 int16_t root_old_pri = root_clutch->scr_priority; in sched_clutch_bucket_runnable()
1515 return root_clutch->scr_priority > root_old_pri; in sched_clutch_bucket_runnable()
1562 int16_t root_old_pri = root_clutch->scr_priority; in sched_clutch_bucket_update()
1564 return root_clutch->scr_priority > root_old_pri; in sched_clutch_bucket_update()
1896 int16_t root_old_pri = root_clutch->scr_priority; in sched_edge_bound_thread_insert()
1898 return root_clutch->scr_priority > root_old_pri; in sched_edge_bound_thread_insert()
2588 return root_clutch->scr_priority; in sched_clutch_root_priority()
/xnu-10063.141.1/tools/lldbmacros/
H A Dscheduler.py171 … ".format("Root", "*", "*", "*", addressof(root_clutch), (root_clutch.scr_priority if root_clutch.…
239 … print("{:>30s} : {:d}".format("Priority", (root.scr_priority if root.scr_thr_count > 0 else -1)))