Home
last modified time | relevance | path

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

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