Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/s390/char/
A Dsclp_tty.c218 if (sclp_ttybuf && sclp_chars_in_buffer(sclp_ttybuf) && in sclp_tty_write_string()
292 count = sclp_chars_in_buffer(sclp_ttybuf); in sclp_tty_chars_in_buffer()
294 count += sclp_chars_in_buffer(t); in sclp_tty_chars_in_buffer()
A Dsclp_rw.h89 unsigned int sclp_chars_in_buffer(struct sclp_buffer *);
A Dsclp_con.c208 if (sclp_conbuf != NULL && sclp_chars_in_buffer(sclp_conbuf) != 0 && in sclp_console_write()
A Dsclp_rw.c322 sclp_chars_in_buffer(struct sclp_buffer *buffer) in sclp_chars_in_buffer() function

Completed in 5 milliseconds