Home
last modified time | relevance | path

Searched refs:clutch_interactivity_score_max (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.101.15/tests/sched/
H A Dclutch_runqueue.c23 struct thread_group *high_tg = create_tg(clutch_interactivity_score_max);
61 struct thread_group *same_tg = create_tg(clutch_interactivity_score_max);
140 int num_tgs = clutch_interactivity_score_max + 1;
149 …threads[i] = create_thread(bucket, tgs[clutch_interactivity_score_max - i], root_bucket_to_highest…
161 struct thread_group *low_tg = create_tg(clutch_interactivity_score_max / 2);
162 struct thread_group *high_tg = create_tg((clutch_interactivity_score_max / 2) + 2);
170 …hest_pri[bucket] - 1, (clutch_interactivity_score_max / 2) + 2, root_bucket_to_highest_pri[bucket]…
177 struct thread_group *first_tg = create_tg(clutch_interactivity_score_max / 2);
178 struct thread_group *second_tg = create_tg(clutch_interactivity_score_max / 2);
519 struct thread_group *non_interactive_tg = create_tg(clutch_interactivity_score_max - 1);
H A Dedge_runqueue.c40 struct thread_group *same_tg = create_tg(clutch_interactivity_score_max);
117 struct thread_group *high_iscore_tg = create_tg(clutch_interactivity_score_max);
/xnu-11417.101.15/tests/sched/sched_test_harness/
H A Dsched_clutch_harness.h17 extern int clutch_interactivity_score_max;
H A Dsched_clutch_harness_impl.c68 int clutch_interactivity_score_max = -1; variable
149 clutch_interactivity_score_max = 2 * sched_clutch_bucket_group_interactive_pri; in clutch_impl_init_params()