Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/tty/
H A Dtty_core.rs294 pub struct TtyFlowState { struct
296 pub stopped: bool,
298 pub tco_stopped: bool,
342 pub fn flow_irqsave(&self) -> SpinLockGuard<TtyFlowState> { in flow_irqsave()