Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/s390/char/
Dtty3270.c39 static int tty3270_max_index; variable
938 for (i = RAW3270_FIRSTMINOR; i <= tty3270_max_index; i++) { in tty3270_del_views()
974 if (tty3270_max_index < tty->index + 1) in tty3270_install()
975 tty3270_max_index = tty->index + 1; in tty3270_install()