Searched refs:scbg_clutch (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/tools/lldbmacros/ |
| H A D | scheduler.py | 170 …tg_boost = kern.globals.sched_clutch_bucket_group_pri_boost[clutch_bucket.scb_group.scbg_clutch.sc… 174 … {:>20d} | {:>20d} | {:>10d} | {:>10d}".format(clutch_bucket.scb_group.scbg_clutch.sc_tg, pending_… 200 …>10d} | {:>10d} | {:>15s} | ".format("*", "*", clutch_bucket.scb_group.scbg_clutch.sc_tg.tg_name, … 283 …0s} | 0x{:<16x} | {:>20d} | {:>20d} | ".format(clutch_bucket.scb_group.scbg_clutch.sc_tg.tg_name, … 289 print "{:<30s} : {:s}".format("TG Name", clutch_bucket.scb_group.scbg_clutch.sc_tg.tg_name) 292 print "{:<30s} : 0x{:<16x}".format("Thread Group", clutch_bucket.scb_group.scbg_clutch.sc_tg)
|
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | sched_clutch.h | 315 struct sched_clutch *scbg_clutch; member
|
| H A D | sched_clutch.c | 1091 clutch_bucket_group->scbg_clutch = clutch; in sched_clutch_bucket_group_init() 1369 sched_clutch_t clutch = clutch_bucket->scb_group->scbg_clutch; in sched_clutch_bucket_base_pri() 1444 …thread_group_get_id(clutch_bucket->scb_group->scbg_clutch->sc_tg), clutch_bucket->scb_bucket, pri,… in sched_clutch_bucket_pri_calculate() 2438 …root_clutch->scr_cluster_id, thread_group_get_id(clutch_bucket->scb_group->scbg_clutch->sc_tg), cl… in sched_clutch_thread_insert() 2498 …root_clutch->scr_cluster_id, thread_group_get_id(clutch_bucket->scb_group->scbg_clutch->sc_tg), cl… in sched_clutch_thread_remove() 2523 …thread_tid(thread), thread_group_get_id(clutch_bucket->scb_group->scbg_clutch->sc_tg), clutch_buck… in sched_clutch_thread_unbound_lookup()
|