Searched refs:num_boundaries (Results 1 – 1 of 1) sorted by relevance
815 static bool dc_calculate_first_second_splitting(const int *mcache_boundaries, int num_boundaries, i… in dc_calculate_first_second_splitting() argument825 if (num_boundaries <= 1) { in dc_calculate_first_second_splitting()834 for (left_cache_id = 0; left_cache_id < num_boundaries; left_cache_id++) { in dc_calculate_first_second_splitting()844 for (right_cache_id = num_boundaries - 1; right_cache_id >= -1; right_cache_id--) { in dc_calculate_first_second_splitting()855 right_cache_id = (right_cache_id + 1) % num_boundaries; in dc_calculate_first_second_splitting()863 } else if (right_cache_id == (left_cache_id + 1) % num_boundaries) { in dc_calculate_first_second_splitting()