Searched refs:last_row (Results 1 – 3 of 3) sorted by relevance
292 tbl->first_row = tbl->last_row = in tbl_layout()324 tbl->last_row = rp; in tbl_layout()338 if (tbl->last_row == NULL || in tbl_layout()339 tbl->last_row->first != NULL) { in tbl_layout()341 if (tbl->last_row) in tbl_layout()342 tbl->last_row->next = rp; in tbl_layout()345 tbl->last_row = rp; in tbl_layout()347 rp = tbl->last_row; in tbl_layout()
33 struct tbl_row *last_row; /* Last layout row. */ member
3286 int last_row = ps->ii - 1; in rotate_partial_schedule() local3299 for (row = 0; row < last_row; row++) in rotate_partial_schedule()3305 ps->rows[last_row] = first_row; in rotate_partial_schedule()3306 ps->rows_length[last_row] = first_row_length; in rotate_partial_schedule()