Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/tty/tty_ldisc/
H A Dntty.rs75 commit_head: usize, field
132 commit_head: 0, in new()
275 self.commit_head = self.read_head; in receive_buf()
1105 return (self.commit_head - self.read_tail) >= amt; in input_available()
1126 let head = self.commit_head; in copy_from_read_buf()
1561 ldata.commit_head = 0; in flush_buffer()
1935 ldata.commit_head = ldata.read_head; in set_termios()