Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/tty/tty_ldisc/
H A Dntty.rs91 lookahead_count: usize, field
139 lookahead_count: 0, in new()
247 let look_ahead = self.lookahead_count.min(count); in receive_buf()
269 self.lookahead_count -= look_ahead; in receive_buf()
813 self.lookahead_count = 0; in input_signal()
1566 ldata.lookahead_count = 0; in flush_buffer()