Home
last modified time | relevance | path

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

/linux/drivers/tty/
H A Dn_tty.c59 #define N_TTY_BUF_SIZE 4096 macro
82 #define ECHO_DISCARD_WATERMARK N_TTY_BUF_SIZE - (ECHO_BLOCK + 32)
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()
248 if (N_TTY_BUF_SIZE - read_cnt(ldata) >= TTY_THRESHOLD_THROTTLE) in n_tty_check_throttle()
319 bitmap_zero(ldata->read_flags, N_TTY_BUF_SIZE); in reset_buffer_flags()
1514 size_t n = min(count, N_TTY_BUF_SIZE in n_tty_receive_buf_real_raw()
[all...]