Searched refs:n_rows (Results 1 – 2 of 2) sorted by relevance
273 int n_rows; in uwb_rsv_find_best_row_alloc() local278 for (n_rows = max_rows; n_rows >= min_rows; n_rows--) { in uwb_rsv_find_best_row_alloc()279 if (n_rows <= ai->ri.free_rows) { in uwb_rsv_find_best_row_alloc()280 ai->ri.used_rows = n_rows; in uwb_rsv_find_best_row_alloc()
85 unsigned int n_model, n_cols, n_rows; /* New model & size */ member854 screen = tty3270_alloc_screen(tp->n_rows, tp->n_cols); in tty3270_resize_work()863 tp->view.rows = tp->n_rows; in tty3270_resize_work()891 if (tp->n_model == model && tp->n_rows == rows && tp->n_cols == cols) in tty3270_resize()894 tp->n_rows = rows; in tty3270_resize()