Searched refs:clutch_interactivity_score_max (Results 1 – 3 of 3) sorted by relevance
23 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);
16 extern int clutch_interactivity_score_max;
68 int clutch_interactivity_score_max = -1; variable111 clutch_interactivity_score_max = 2 * sched_clutch_bucket_group_interactive_pri; in impl_init_runqueue()