Searched refs:index_row (Results 1 – 1 of 1) sorted by relevance
109 u16 index_row; in hist_browser__update_rows() local123 index_row = browser->index - browser->top_idx; in hist_browser__update_rows()124 if (index_row >= browser->rows) in hist_browser__update_rows()125 browser->index -= index_row - browser->rows + 1; in hist_browser__update_rows()