Home
last modified time | relevance | path

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

/xnu-8796.141.3/tools/lldbmacros/
H A Dscheduler.py163 …pending_delta = kern.GetNanotimeFromAbstime(GetRecentTimestamp() - clutch_bucket.scb_group.scbg_pe…
164 if (int)(clutch_bucket.scb_group.scbg_pending_data.scct_timestamp) == 18446744073709551615:
167 clutch_bucket.scb_group.scbg_clutch.sc_tg, pending_delta,
168 clutch_bucket.scb_group.scbg_interactivity_data.scct_count,
195 …:<16x} | {:>10d} | {:>10d} | {:>15s} | ".format("*", "*", clutch_bucket.scb_group.scbg_clutch.sc_t…
278 …print("{:>30s} | 0x{:<16x} | {:>20d} | {:>20d} | ".format(clutch_bucket.scb_group.scbg_clutch.sc_t…
283 print("{:<30s} : 0x{:<16x}".format("Clutch Bucket Group", clutch_bucket.scb_group))
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))
288 … from clutch bucket group)".format("Interactivity Score", clutch_bucket.scb_group.scbg_interactivi…
[all …]
/xnu-8796.141.3/osfmk/kern/
H A Dsched_clutch.h241 struct sched_clutch_bucket_group *scb_group; member
H A Dsched_clutch.c1109 clutch_bucket->scb_group = clutch_bucket_group; in sched_clutch_bucket_init()
1220 return sched_edge_clutch_bucket_group_preferred_cluster(clutch_bucket->scb_group); in sched_clutch_bucket_preferred_cluster()
1469 …ore = sched_clutch_bucket_group_interactivity_score_calculate(clutch_bucket->scb_group, timestamp); in sched_clutch_bucket_pri_calculate()
1475 …thread_group_get_id(clutch_bucket->scb_group->scbg_clutch->sc_tg), clutch_bucket->scb_bucket, pri,… in sched_clutch_bucket_pri_calculate()
1516 sched_clutch_bucket_group_timeshare_update(clutch_bucket->scb_group, clutch_bucket, timestamp); in sched_clutch_bucket_runnable()
2454 sched_clutch_bucket_group_thr_count_inc(clutch_bucket->scb_group, current_timestamp); 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()
2517 sched_clutch_bucket_group_thr_count_dec(clutch_bucket->scb_group, current_timestamp); 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()
[all …]