Searched refs:tty_buffer_flush (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | tty.h | 73 void tty_buffer_flush(struct tty_struct *tty, struct tty_ldisc *ld);
|
H A D | tty_ldisc.c | 415 tty_buffer_flush(tty, ld); in tty_ldisc_flush()
|
H A D | tty_buffer.c | 209 * tty_buffer_flush - flush full tty buffers 220 void tty_buffer_flush(struct tty_struct *tty, struct tty_ldisc *ld) in tty_buffer_flush() function 502 * tty_buffer_flush(); ensures we see the committed buffer data in flush_to_ldisc()
|
H A D | pty.c | 222 tty_buffer_flush(to, NULL); in pty_flush_buffer()
|
H A D | tty_io.c | 2731 tty_buffer_flush(tty, NULL); in tty_ioctl()
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | tty.h | 72 void tty_buffer_flush(struct tty_struct *tty, struct tty_ldisc *ld);
|
H A D | tty_ldisc.c | 388 tty_buffer_flush(tty, ld); in tty_ldisc_flush()
|
H A D | tty_buffer.c | 212 * tty_buffer_flush - flush full tty buffers 221 void tty_buffer_flush(struct tty_struct *tty, struct tty_ldisc *ld) in tty_buffer_flush() function 413 * tty_buffer_flush(); ensures we see the committed buffer data. in lookahead_bufs() 484 * tty_buffer_flush(); ensures we see the committed buffer data in flush_to_ldisc()
|
H A D | pty.c | 211 tty_buffer_flush(to, NULL); in pty_flush_buffer()
|
H A D | tty_io.c | 2762 tty_buffer_flush(tty, NULL); in tty_ioctl()
|
Completed in 26 milliseconds