Home
last modified time | relevance | path

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

/linux/drivers/tty/
A Dtty_audit.c40 buf->data = kmalloc(N_TTY_BUF_SIZE, GFP_KERNEL); in tty_audit_buf_alloc()
238 run = N_TTY_BUF_SIZE - buf->valid; in tty_audit_add_data()
245 if (buf->valid == N_TTY_BUF_SIZE) in tty_audit_add_data()
A Dn_tty.c112 u8 read_buf[N_TTY_BUF_SIZE];
113 DECLARE_BITMAP(read_flags, N_TTY_BUF_SIZE);
114 u8 echo_buf[N_TTY_BUF_SIZE];
132 #define MASK(x) ((x) & (N_TTY_BUF_SIZE - 1))
171 size_t size = N_TTY_BUF_SIZE - tail; in tty_copy()
325 bitmap_zero(ldata->read_flags, N_TTY_BUF_SIZE); in reset_buffer_flags()
1530 size_t n = min(count, N_TTY_BUF_SIZE - head); in n_tty_receive_buf_real_raw()
2042 if (eol == N_TTY_BUF_SIZE && more) { in canon_copy_from_read_buf()
2050 if (n > N_TTY_BUF_SIZE) in canon_copy_from_read_buf()
2051 n += N_TTY_BUF_SIZE; in canon_copy_from_read_buf()
[all …]
/linux/drivers/net/caif/
A Dcaif_serial.c347 tty->receive_room = N_TTY_BUF_SIZE; in ldisc_open()
/linux/include/linux/
A Dtty.h242 #define N_TTY_BUF_SIZE 4096 macro

Completed in 18 milliseconds