Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dconsole_struct.h134 wait_queue_head_t paste_wait; member
/linux-6.12.1/drivers/tty/vt/
Dselection.c402 add_wait_queue(&vc->paste_wait, &wait); in paste_selection()
423 remove_wait_queue(&vc->paste_wait, &wait); in paste_selection()
Dvt.c3465 wake_up_interruptible(&vc->paste_wait); in con_unthrottle()
3611 init_waitqueue_head(&vc->paste_wait); in vc_init()