Home
last modified time | relevance | path

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

/linux-6.15/drivers/tty/
H A Dn_tty.c59 #define N_TTY_BUF_SIZE 4096 macro
106 u8 read_buf[N_TTY_BUF_SIZE];
107 DECLARE_BITMAP(read_flags, N_TTY_BUF_SIZE);
108 u8 echo_buf[N_TTY_BUF_SIZE];
126 #define MASK(x) ((x) & (N_TTY_BUF_SIZE - 1))
165 size_t size = N_TTY_BUF_SIZE - tail; in tty_copy()
319 bitmap_zero(ldata->read_flags, N_TTY_BUF_SIZE); in reset_buffer_flags()
2023 if (eol == N_TTY_BUF_SIZE && more) { in canon_copy_from_read_buf()
2031 if (n > N_TTY_BUF_SIZE) in canon_copy_from_read_buf()
2032 n += N_TTY_BUF_SIZE; in canon_copy_from_read_buf()
[all …]