Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dsched_clutch.h357 struct thread_group *sc_tg; member
H A Dsched_clutch.c1143 clutch->sc_tg = tg; in sched_clutch_init_with_thread_group()
1444 …thread_group_get_id(clutch_bucket->scb_group->scbg_clutch->sc_tg), clutch_bucket->scb_bucket, pri,… in sched_clutch_bucket_pri_calculate()
2389 assert(thread->thread_group == clutch->sc_tg); in sched_clutch_thread_insert()
2438 …root_clutch->scr_cluster_id, thread_group_get_id(clutch_bucket->scb_group->scbg_clutch->sc_tg), cl… in sched_clutch_thread_insert()
2468 assert(thread->thread_group == clutch->sc_tg); in sched_clutch_thread_remove()
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()
4725 boolean_t expected_tg = (src_processor->current_thread_group == sched_clutch->sc_tg); in sched_edge_migrate_thread_group_running_threads()
4749 …RECOMMENDATION_CHANGE) | DBG_FUNC_NONE, thread_group_get_id(sched_clutch->sc_tg), ast_processor_ma… in sched_edge_migrate_thread_group_running_threads()
/xnu-8019.80.24/tools/lldbmacros/
H A Dscheduler.py174 …| {:>20d} | {:>10d} | {:>10d}".format(clutch_bucket.scb_group.scbg_clutch.sc_tg, pending_delta, cl…
200 …:>10d} | {:>15s} | ".format("*", "*", clutch_bucket.scb_group.scbg_clutch.sc_tg.tg_name, "*", clut…
283 …:<16x} | {:>20d} | {:>20d} | ".format(clutch_bucket.scb_group.scbg_clutch.sc_tg.tg_name, clutch_bu…
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)