Searched refs:NR_UNIX98_PTY_MAX (Results 1 – 3 of 3) sorted by relevance
20 use self::unix98pty::{Unix98PtyDriverInner, NR_UNIX98_PTY_MAX};248 NR_UNIX98_PTY_MAX, in pty_init()269 NR_UNIX98_PTY_MAX, in pty_init()
26 pub const NR_UNIX98_PTY_MAX: u32 = 128; constant
21 pty::unix98pty::NR_UNIX98_PTY_MAX,53 pts_ida: SpinLock::new(IdAllocator::new(0, NR_UNIX98_PTY_MAX as usize).unwrap()), in new()