Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dsched_clutch.h323 struct sched_clutch_bucket_group sc_clutch_groups[TH_BUCKET_SCHED_MAX]; member
H A Dsched_clutch.c292 …ket_group_t clutch_bucket_group = &sched_clutch_for_thread(thread)->sc_clutch_groups[sched_bucket]; in sched_clutch_thread_group_cpu_time_for_thread()
1442 sched_clutch_bucket_group_init(&(clutch->sc_clutch_groups[i]), clutch, i); in sched_clutch_init_with_thread_group()
1460 sched_clutch_bucket_group_destroy(&(clutch->sc_clutch_groups[i])); in sched_clutch_destroy()
1501 sched_clutch_bucket_group_t clutch_bucket_group = &clutch->sc_clutch_groups[sched_bucket]; in sched_edge_thread_preferred_cluster()
1898 …sched_clutch_bucket_group_t clutch_bucket_group = &(clutch->sc_clutch_groups[thread->th_sched_buck… in sched_clutch_cpu_usage_update()
2018 sched_clutch_bucket_group_t clutch_bucket_group = &(clutch->sc_clutch_groups[bucket]); in sched_clutch_run_bucket_incr()
2046 sched_clutch_bucket_group_t clutch_bucket_group = &(clutch->sc_clutch_groups[bucket]); in sched_clutch_run_bucket_decr()
2173 old_clutch_bucket_group = &(old_clutch->sc_clutch_groups[thread->th_sched_bucket]); in sched_clutch_thread_clutch_update()
2700 …sched_clutch_bucket_group_t clutch_bucket_group = &(clutch->sc_clutch_groups[thread->th_sched_buck… in sched_clutch_bucket_for_thread()
2711 return &clutch->sc_clutch_groups[prev_thread->th_sched_bucket]; in sched_clutch_bucket_group_for_thread()
[all …]
/xnu-12377.1.9/tests/sched/sched_test_harness/
H A Dsched_clutch_harness_impl.c219 …tg->tg_sched_clutch.sc_clutch_groups[bucket].scbg_interactivity_data.scct_count = interactivity_sc… in clutch_impl_create_tg()
220 …tg->tg_sched_clutch.sc_clutch_groups[bucket].scbg_interactivity_data.scct_timestamp = mach_absolut… in clutch_impl_create_tg()