Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/tty/pty/
H A Dmod.rs20 use self::unix98pty::{Unix98PtyDriverInner, NR_UNIX98_PTY_MAX};
248 NR_UNIX98_PTY_MAX, in pty_init()
269 NR_UNIX98_PTY_MAX, in pty_init()
H A Dunix98pty.rs26 pub const NR_UNIX98_PTY_MAX: u32 = 128; constant
/DragonOS/kernel/src/filesystem/devpts/
H A Dmod.rs21 pty::unix98pty::NR_UNIX98_PTY_MAX,
53 pts_ida: SpinLock::new(IdAllocator::new(0, NR_UNIX98_PTY_MAX as usize).unwrap()), in new()