Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/tty/
A Dpty.c144 set_bit(TTY_PTY_LOCK, &tty->flags); in pty_set_lock()
146 clear_bit(TTY_PTY_LOCK, &tty->flags); in pty_set_lock()
152 int locked = test_bit(TTY_PTY_LOCK, &tty->flags); in pty_get_lock()
227 if (test_bit(TTY_PTY_LOCK, &tty->link->flags)) in pty_open()
837 set_bit(TTY_PTY_LOCK, &tty->flags); /* LOCK THE SLAVE */ in ptmx_open()
/linux-6.3-rc2/include/linux/
A Dtty.h320 #define TTY_PTY_LOCK 16 macro

Completed in 6 milliseconds