Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/tty/pty/
H A Dunix98pty.rs71 to.core().read_wq().wakeup_all(); in flush_buffer()
147 link.read_wq().wakeup_all(); in set_termios()
173 .read_wq() in start()
191 .read_wq() in stop()
/DragonOS/kernel/src/driver/tty/
H A Dtty_core.rs63 read_wq: EventWaitQueue::new(), in new()
299 read_wq: EventWaitQueue, field
380 pub fn read_wq(&self) -> &EventWaitQueue { in read_wq() method
381 &self.read_wq in read_wq()
/DragonOS/kernel/src/driver/tty/tty_ldisc/
H A Dntty.rs279 .read_wq() in receive_buf()
506 tty.core().read_wq().wakeup_any( in receive_special_char()
519 tty.core().read_wq().wakeup_any( in receive_special_char()
547 tty.core().read_wq().wakeup_any( in receive_special_char()
1536 link.core().read_wq().wakeup_all(); in packet_mode_flush()
1702 core.read_wq() in read()
2053 core.read_wq().wakeup_all(); in set_termios()