Searched refs:curr_max (Results 1 – 2 of 2) sorted by relevance
86 __field(unsigned int, curr_max)107 __entry->curr_max = curr->max;131 __entry->curr_max,
445 int row_index = 0, col_index = 0, selected_row_index = 0, curr_max = 0; in msm_find_most_appropriate_phase() local520 if (phases_per_row[cnt] > curr_max) { in msm_find_most_appropriate_phase()521 curr_max = phases_per_row[cnt]; in msm_find_most_appropriate_phase()526 i = (curr_max * 3) / 4; in msm_find_most_appropriate_phase()