Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/kern/
H A Dsched_clutch.h336 struct thread_group *sc_tg; member
H A Dsched_clutch.c1181 clutch->sc_tg = tg; in sched_clutch_init_with_thread_group()
1475 …thread_group_get_id(clutch_bucket->scb_group->scbg_clutch->sc_tg), clutch_bucket->scb_bucket, pri,… in sched_clutch_bucket_pri_calculate()
2420 assert(thread->thread_group == clutch->sc_tg); in sched_clutch_thread_insert()
2469 …root_clutch->scr_cluster_id, thread_group_get_id(clutch_bucket->scb_group->scbg_clutch->sc_tg), cl… in sched_clutch_thread_insert()
2499 assert(thread->thread_group == clutch->sc_tg); in sched_clutch_thread_remove()
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()
4721 boolean_t expected_tg = (src_processor->current_thread_group == sched_clutch->sc_tg); in sched_edge_migrate_thread_group_running_threads()
4745 …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-8796.141.3/tools/lldbmacros/
H A Dscheduler.py167 clutch_bucket.scb_group.scbg_clutch.sc_tg, pending_delta,
195 …:>10d} | {:>15s} | ".format("*", "*", clutch_bucket.scb_group.scbg_clutch.sc_tg.tg_name, "*", clut…
278 …:<16x} | {:>20d} | {:>20d} | ".format(clutch_bucket.scb_group.scbg_clutch.sc_tg.tg_name, clutch_bu…
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))