Searched refs:TTY_PTY_LOCK (Results 1 – 3 of 3) sorted by relevance
262 set_bit(TTY_PTY_LOCK, &tty->flags); in pty_set_lock()264 clear_bit(TTY_PTY_LOCK, &tty->flags); in pty_set_lock()332 if (test_bit(TTY_PTY_LOCK, &tty->link->flags)) in pty_open()
1741 set_bit(TTY_PTY_LOCK, &tty->flags); /* LOCK THE SLAVE */ in tty_open()
338 #define TTY_PTY_LOCK 16 /* pty private */ macro