Home
last modified time | relevance | path

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

/linux-6.15/drivers/s390/char/
H A Dcon3270.c94 unsigned int oops_line; /* line counter used when print oops */ member
504 len = tty3270_convert_line(tp, line, tp->oops_line); in tty3270_update_lines_all()
508 if (++tp->oops_line >= tty3270_tty_rows(tp)) in tty3270_update_lines_all()
509 tp->oops_line = 0; in tty3270_update_lines_all()
513 if (tp->oops_line < tty3270_tty_rows(tp)) { in tty3270_update_lines_all()