Home
last modified time | relevance | path

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

/xnu-12377.81.4/tools/lldbmacros/
H A Dscheduler.py161 clutch_bucket.scb_group.scbg_clutch.sc_tg, pending_delta,
189 …>10d} | {:>10d} | {:>15s} | ".format("*", "*", clutch_bucket.scb_group.scbg_clutch.sc_tg.tg_name, …
272 …0s} | 0x{:<16x} | {:>20d} | {:>20d} | ".format(clutch_bucket.scb_group.scbg_clutch.sc_tg.tg_name, …
278 print("{:<30s} : {:s}".format("TG Name", clutch_bucket.scb_group.scbg_clutch.sc_tg.tg_name))
281 print("{:<30s} : 0x{:<16x}".format("Thread Group", clutch_bucket.scb_group.scbg_clutch.sc_tg))
/xnu-12377.81.4/osfmk/kern/
H A Dsched_clutch.h317 struct sched_clutch *scbg_clutch; member
H A Dsched_clutch.c1396 clutch_bucket_group->scbg_clutch = clutch; in sched_clutch_bucket_group_init()
1790 …thread_group_get_id(clutch_bucket->scb_group->scbg_clutch->sc_tg), clutch_bucket->scb_bucket, pri,… in sched_clutch_bucket_pri_calculate()
2848 …root_clutch->scr_cluster_id, thread_group_get_id(clutch_bucket->scb_group->scbg_clutch->sc_tg), cl… in sched_clutch_thread_insert()
2913 …root_clutch->scr_cluster_id, thread_group_get_id(clutch_bucket->scb_group->scbg_clutch->sc_tg), cl… in sched_clutch_thread_remove()