Home
last modified time | relevance | path

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

/xnu-11417.140.69/tests/sched/sched_test_harness/
H A Dsched_clutch_harness_impl.c173 …tg->tg_sched_clutch.sc_clutch_groups[bucket].scbg_interactivity_data.scct_count = interactivity_sc… in clutch_impl_create_tg()
174 …tg->tg_sched_clutch.sc_clutch_groups[bucket].scbg_interactivity_data.scct_timestamp = mach_absolut… in clutch_impl_create_tg()
/xnu-11417.140.69/osfmk/kern/
H A Dsched_clutch.c1417 sched_clutch_bucket_group_init(&(clutch->sc_clutch_groups[i]), clutch, i); in sched_clutch_init_with_thread_group()
1435 sched_clutch_bucket_group_destroy(&(clutch->sc_clutch_groups[i])); in sched_clutch_destroy()
1476 sched_clutch_bucket_group_t clutch_bucket_group = &clutch->sc_clutch_groups[sched_bucket]; in sched_edge_thread_preferred_cluster()
1867 …sched_clutch_bucket_group_t clutch_bucket_group = &(clutch->sc_clutch_groups[thread->th_sched_buck… in sched_clutch_cpu_usage_update()
1987 sched_clutch_bucket_group_t clutch_bucket_group = &(clutch->sc_clutch_groups[bucket]); in sched_clutch_run_bucket_incr()
2015 sched_clutch_bucket_group_t clutch_bucket_group = &(clutch->sc_clutch_groups[bucket]); in sched_clutch_run_bucket_decr()
2111 …sched_clutch_bucket_group_t clutch_bucket_group = &(old_clutch->sc_clutch_groups[thread->th_sched_… in sched_clutch_thread_clutch_update()
2626 …sched_clutch_bucket_group_t clutch_bucket_group = &(clutch->sc_clutch_groups[thread->th_sched_buck… in sched_clutch_bucket_for_thread()
2637 return &clutch->sc_clutch_groups[prev_thread->th_sched_bucket]; in sched_clutch_bucket_group_for_thread()
2750 …sched_clutch_bucket_group_t clutch_bucket_group = &(clutch->sc_clutch_groups[thread->th_sched_buck… in sched_clutch_thread_remove()
[all …]
H A Dsched_clutch.h325 struct sched_clutch_bucket_group sc_clutch_groups[TH_BUCKET_SCHED_MAX]; member