Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/s390/char/
H A Dsclp_tty.c46 static struct sclp_buffer *sclp_ttybuf; variable
99 if (sclp_ttybuf != NULL) in sclp_tty_write_room()
100 count = sclp_buffer_space(sclp_ttybuf) / sizeof(struct msg_buf); in sclp_tty_write_room()
160 buf = sclp_ttybuf; in sclp_tty_timeout()
161 sclp_ttybuf = NULL; in sclp_tty_timeout()
186 if (sclp_ttybuf == NULL) { in sclp_tty_write_string()
197 sclp_ttybuf = sclp_make_buffer(page, sclp_tty_columns, in sclp_tty_write_string()
201 written = sclp_write(sclp_ttybuf, str, count); in sclp_tty_write_string()
210 buf = sclp_ttybuf; in sclp_tty_write_string()
211 sclp_ttybuf in sclp_tty_write_string()
[all...]
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dsclp_tty.c46 static struct sclp_buffer *sclp_ttybuf; variable
98 if (sclp_ttybuf != NULL) in sclp_tty_write_room()
99 count = sclp_buffer_space(sclp_ttybuf) / sizeof(struct msg_buf); 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()
196 sclp_ttybuf = sclp_make_buffer(page, SCLP_TTY_COLUMNS, in sclp_tty_write_string()
200 written = sclp_write(sclp_ttybuf, str, count); in sclp_tty_write_string()
209 buf = sclp_ttybuf; in sclp_tty_write_string()
210 sclp_ttybuf in sclp_tty_write_string()
[all...]

Completed in 2 milliseconds