Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dconsole_struct.h134 wait_queue_head_t paste_wait; member
/openbmc/linux/drivers/tty/vt/
H A Dselection.c393 add_wait_queue(&vc->paste_wait, &wait); in paste_selection()
414 remove_wait_queue(&vc->paste_wait, &wait); in paste_selection()
H A Dvt.c3276 wake_up_interruptible(&vc->paste_wait); in con_unthrottle()
3425 init_waitqueue_head(&vc->paste_wait); in vc_init()