Home
last modified time | relevance | path

Searched refs:paste_wait (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/include/linux/
Dconsole_struct.h135 wait_queue_head_t paste_wait; member
/linux-5.19.10/drivers/tty/vt/
Dselection.c392 add_wait_queue(&vc->paste_wait, &wait); in paste_selection()
413 remove_wait_queue(&vc->paste_wait, &wait); in paste_selection()
Dvt.c3326 wake_up_interruptible(&vc->paste_wait); in con_unthrottle()
3472 init_waitqueue_head(&vc->paste_wait); in vc_init()