Searched refs:scbg_clutch (Results 1 – 3 of 3) sorted by relevance
| /xnu-8796.141.3/osfmk/kern/ |
| H A D | sched_clutch.h | 298 struct sched_clutch *scbg_clutch; member
|
| H A D | sched_clutch.c | 1129 clutch_bucket_group->scbg_clutch = clutch; in sched_clutch_bucket_group_init() 1475 …thread_group_get_id(clutch_bucket->scb_group->scbg_clutch->sc_tg), clutch_bucket->scb_bucket, pri,… in sched_clutch_bucket_pri_calculate() 2469 …root_clutch->scr_cluster_id, thread_group_get_id(clutch_bucket->scb_group->scbg_clutch->sc_tg), cl… in sched_clutch_thread_insert() 2529 …root_clutch->scr_cluster_id, thread_group_get_id(clutch_bucket->scb_group->scbg_clutch->sc_tg), cl… in sched_clutch_thread_remove() 2554 …thread_tid(thread), thread_group_get_id(clutch_bucket->scb_group->scbg_clutch->sc_tg), clutch_buck… in sched_clutch_thread_unbound_lookup()
|
| /xnu-8796.141.3/tools/lldbmacros/ |
| H A D | scheduler.py | 167 clutch_bucket.scb_group.scbg_clutch.sc_tg, pending_delta, 195 …>10d} | {:>10d} | {:>15s} | ".format("*", "*", clutch_bucket.scb_group.scbg_clutch.sc_tg.tg_name, … 278 …0s} | 0x{:<16x} | {:>20d} | {:>20d} | ".format(clutch_bucket.scb_group.scbg_clutch.sc_tg.tg_name, … 284 print("{:<30s} : {:s}".format("TG Name", clutch_bucket.scb_group.scbg_clutch.sc_tg.tg_name)) 287 print("{:<30s} : 0x{:<16x}".format("Thread Group", clutch_bucket.scb_group.scbg_clutch.sc_tg))
|