Home
last modified time | relevance | path

Searched refs:tty_buffer_lock_exclusive (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/Documentation/driver-api/tty/
Dtty_buffer.rst38 :identifiers: tty_buffer_lock_exclusive tty_buffer_unlock_exclusive
/Linux-v6.1/include/linux/
Dtty_flip.h47 void tty_buffer_lock_exclusive(struct tty_port *port);
/Linux-v6.1/drivers/tty/
Dtty_buffer.c52 void tty_buffer_lock_exclusive(struct tty_port *port) in tty_buffer_lock_exclusive() function
59 EXPORT_SYMBOL_GPL(tty_buffer_lock_exclusive);
Dtty_io.c2284 tty_buffer_lock_exclusive(tty->port); in tiocsti()
/Linux-v6.1/drivers/tty/vt/
Dselection.c391 tty_buffer_lock_exclusive(&vc->port); in paste_selection()