Home
last modified time | relevance | path

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

/linux-6.15/drivers/tty/
Dn_tty.c84 struct n_tty_data { struct
86 size_t read_head;
87 size_t commit_head;
88 size_t canon_head;
89 size_t echo_head;
90 size_t echo_commit;
91 size_t echo_mark;
95 unsigned long overrun_time;
96 unsigned int num_overrun;
99 bool no_room;
[all …]