Searched defs:TtyFlowState (Results 1 – 1 of 1) sorted by relevance
294 pub struct TtyFlowState { struct296 pub stopped: bool,298 pub tco_stopped: bool,342 pub fn flow_irqsave(&self) -> SpinLockGuard<TtyFlowState> { in flow_irqsave()