Home
last modified time | relevance | path

Searched defs:n_tty_data (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/tty/
Dn_tty.c90 struct n_tty_data { struct
92 size_t read_head;
93 size_t commit_head;
94 size_t canon_head;
95 size_t echo_head;
96 size_t echo_commit;
97 size_t echo_mark;
101 unsigned long overrun_time;
102 int num_overrun;
105 bool no_room;
[all …]