Searched refs:scbg_clutch (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215.81.4/osfmk/kern/ |
| H A D | sched_clutch.h | 289 struct sched_clutch *scbg_clutch; member
|
| H A D | sched_clutch.c | 1373 clutch_bucket_group->scbg_clutch = clutch; in sched_clutch_bucket_group_init() 1716 …thread_group_get_id(clutch_bucket->scb_group->scbg_clutch->sc_tg), clutch_bucket->scb_bucket, pri,… in sched_clutch_bucket_pri_calculate() 2721 …root_clutch->scr_cluster_id, thread_group_get_id(clutch_bucket->scb_group->scbg_clutch->sc_tg), cl… in sched_clutch_thread_insert() 2786 …root_clutch->scr_cluster_id, thread_group_get_id(clutch_bucket->scb_group->scbg_clutch->sc_tg), cl… in sched_clutch_thread_remove()
|
| /xnu-11215.81.4/tools/lldbmacros/ |
| H A D | scheduler.py | 165 clutch_bucket.scb_group.scbg_clutch.sc_tg, pending_delta, 193 …>10d} | {:>10d} | {:>15s} | ".format("*", "*", clutch_bucket.scb_group.scbg_clutch.sc_tg.tg_name, … 276 …0s} | 0x{:<16x} | {:>20d} | {:>20d} | ".format(clutch_bucket.scb_group.scbg_clutch.sc_tg.tg_name, … 282 print("{:<30s} : {:s}".format("TG Name", clutch_bucket.scb_group.scbg_clutch.sc_tg.tg_name)) 285 print("{:<30s} : 0x{:<16x}".format("Thread Group", clutch_bucket.scb_group.scbg_clutch.sc_tg))
|