Searched refs:SCLP_TTY_BUF_SIZE (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/s390/char/
H A Dsclp_tty.c30 #define SCLP_TTY_BUF_SIZE 512 macro
51 static unsigned char sclp_tty_chars[SCLP_TTY_BUF_SIZE];
261 if (ch == '\n' || sclp_tty_chars_count >= SCLP_TTY_BUF_SIZE) { sclp_tty_put_char()

Completed in 44 milliseconds