Home
last modified time | relevance | path

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

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