Home
last modified time | relevance | path

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

/xnu-8019.80.24/tools/lldbmacros/
H A Dscheduler.py170 …tg_boost = kern.globals.sched_clutch_bucket_group_pri_boost[clutch_bucket.scb_group.scbg_clutch.sc…
171 …pending_delta = kern.GetNanotimeFromAbstime(GetRecentTimestamp() - clutch_bucket.scb_group.scbg_pe…
172 if (int)(clutch_bucket.scb_group.scbg_pending_data.scct_timestamp) == 18446744073709551615:
174 … | {:>10d} | {:>10d}".format(clutch_bucket.scb_group.scbg_clutch.sc_tg, pending_delta, clutch_buck…
200 …:<16x} | {:>10d} | {:>10d} | {:>15s} | ".format("*", "*", clutch_bucket.scb_group.scbg_clutch.sc_t…
283 …print "{:>30s} | 0x{:<16x} | {:>20d} | {:>20d} | ".format(clutch_bucket.scb_group.scbg_clutch.sc_t…
288 print "{:<30s} : 0x{:<16x}".format("Clutch Bucket Group", clutch_bucket.scb_group)
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)
293 … from clutch bucket group)".format("Interactivity Score", clutch_bucket.scb_group.scbg_interactivi…
[all …]
/xnu-8019.80.24/osfmk/kern/
H A Dsched_clutch.h258 struct sched_clutch_bucket_group *scb_group; member
H A Dsched_clutch.c1071 clutch_bucket->scb_group = clutch_bucket_group; in sched_clutch_bucket_init()
1183 return sched_edge_clutch_bucket_group_preferred_cluster(clutch_bucket->scb_group); in sched_clutch_bucket_preferred_cluster()
1369 sched_clutch_t clutch = clutch_bucket->scb_group->scbg_clutch; in sched_clutch_bucket_base_pri()
1438 …ore = sched_clutch_bucket_group_interactivity_score_calculate(clutch_bucket->scb_group, timestamp); in sched_clutch_bucket_pri_calculate()
1444 …thread_group_get_id(clutch_bucket->scb_group->scbg_clutch->sc_tg), clutch_bucket->scb_bucket, pri,… in sched_clutch_bucket_pri_calculate()
1485 sched_clutch_bucket_group_timeshare_update(clutch_bucket->scb_group, clutch_bucket, timestamp); in sched_clutch_bucket_runnable()
2423 sched_clutch_bucket_group_thr_count_inc(clutch_bucket->scb_group, current_timestamp); 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()
2486 sched_clutch_bucket_group_thr_count_dec(clutch_bucket->scb_group, current_timestamp); 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()
[all …]