Home
last modified time | relevance | path

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

/linux/drivers/s390/char/
A Dsclp_tty.c46 static struct sclp_buffer *sclp_ttybuf; variable
98 if (sclp_ttybuf != NULL) in sclp_tty_write_room()
159 buf = sclp_ttybuf; in sclp_tty_timeout()
160 sclp_ttybuf = NULL; in sclp_tty_timeout()
185 if (sclp_ttybuf == NULL) { in sclp_tty_write_string()
209 buf = sclp_ttybuf; in sclp_tty_write_string()
210 sclp_ttybuf = NULL; in sclp_tty_write_string()
218 if (sclp_ttybuf && sclp_chars_in_buffer(sclp_ttybuf) && in sclp_tty_write_string()
291 if (sclp_ttybuf != NULL) in sclp_tty_chars_in_buffer()
292 count = sclp_chars_in_buffer(sclp_ttybuf); in sclp_tty_chars_in_buffer()
[all …]

Completed in 4 milliseconds