Searched refs:other_id (Results 1 – 1 of 1) sorted by relevance
1728 unsigned int cur_id = 0, other_id = 0; in dcn6_calculate_pstate_schedule_admissibility() local1822 for (other_id = cur_id + 1; other_id < timing_group_count; other_id++) in dcn6_calculate_pstate_schedule_admissibility()1823 if (disallow_window_us[sorted[cur_id]] < disallow_window_us[sorted[other_id]]) in dcn6_calculate_pstate_schedule_admissibility()1824 swap(sorted[cur_id], sorted[other_id]); in dcn6_calculate_pstate_schedule_admissibility()1830 other_id = sorted[i]; in dcn6_calculate_pstate_schedule_admissibility()1832 if (cur_id == other_id || disallow_window_us[other_id] <= 0.0) in dcn6_calculate_pstate_schedule_admissibility()1836 allow_fragment_us -= disallow_window_us[other_id]; in dcn6_calculate_pstate_schedule_admissibility()1839 if (allow_window_us[other_id] < allow_fragment_us) in dcn6_calculate_pstate_schedule_admissibility()1840 allow_fragment_us = allow_window_us[other_id]; in dcn6_calculate_pstate_schedule_admissibility()1867 for (other_id = cur_id + 1; other_id < timing_group_count; other_id++) { in dcn6_calculate_pstate_schedule_admissibility()[all …]