Home
last modified time | relevance | path

Searched refs:new_allocated (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/s390/char/
H A Dcon3270.c973 int new_allocated, old_allocated = tp->allocated_lines; in tty3270_resize() local
990 screen = tty3270_alloc_screen(tp, new_rows, new_cols, &new_allocated); in tty3270_resize()
1002 tp->allocated_lines = new_allocated; in tty3270_resize()