TTY_PTY_LOCK
set_bit(TTY_PTY_LOCK, &tty->flags);
clear_bit(TTY_PTY_LOCK, &tty->flags);
int locked = test_bit(TTY_PTY_LOCK, &tty->flags);
if (test_bit(TTY_PTY_LOCK, &tty->link->flags))
set_bit(TTY_PTY_LOCK, &tty->flags); /* LOCK THE SLAVE */