Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/tty/
H A Dtty_device.rs244 if core.flags().contains(TtyFlag::NO_WRITE_SPLIT) { in write_at()
H A Dtty_core.rs635 const NO_WRITE_SPLIT = 1 << 17; constant