Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dtty_flip.h48 extern void tty_buffer_lock_exclusive(struct tty_port *port);
/Linux-v5.15/drivers/tty/
Dtty_buffer.c56 void tty_buffer_lock_exclusive(struct tty_port *port) in tty_buffer_lock_exclusive() function
63 EXPORT_SYMBOL_GPL(tty_buffer_lock_exclusive);
Dtty_io.c2308 tty_buffer_lock_exclusive(tty->port); in tiocsti()
/Linux-v5.15/drivers/tty/vt/
Dselection.c390 tty_buffer_lock_exclusive(&vc->port); in paste_selection()