Home
last modified time | relevance | path

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

/xnu-11215.81.4/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);
465 struct thread_group *non_interactive_tg = create_tg(clutch_interactivity_score_max - 1);
/xnu-11215.81.4/tests/sched/sched_test_harness/ !
H A Dsched_clutch_harness.h16 extern int clutch_interactivity_score_max;
H A Dsched_clutch_harness.c68 int clutch_interactivity_score_max = -1; variable
111 clutch_interactivity_score_max = 2 * sched_clutch_bucket_group_interactive_pri; in impl_init_runqueue()