Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dconsole_struct.h134 wait_queue_head_t paste_wait; member
/linux-6.15/drivers/tty/vt/
H A Dselection.c415 add_wait_queue(&vc->paste_wait, &wait); in paste_selection()
436 remove_wait_queue(&vc->paste_wait, &wait); in paste_selection()
H A Dvt.c3463 wake_up_interruptible(&vc->paste_wait); in con_unthrottle()
3609 init_waitqueue_head(&vc->paste_wait); in vc_init()