Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/vt/
Dvt_ioctl.c71 struct vt_event_wait { struct
100 struct vt_event_wait *ve = list_entry(pos, in vt_event_post()
101 struct vt_event_wait, list); in vt_event_post()
117 static void __vt_event_queue(struct vt_event_wait *vw) in __vt_event_queue()
129 static void __vt_event_wait(struct vt_event_wait *vw) in __vt_event_wait()
135 static void __vt_event_dequeue(struct vt_event_wait *vw) in __vt_event_dequeue()
154 static void vt_event_wait(struct vt_event_wait *vw) in vt_event_wait() function
170 struct vt_event_wait vw; in vt_event_wait_ioctl()
178 vt_event_wait(&vw); in vt_event_wait_ioctl()
199 struct vt_event_wait vw; in vt_waitactive()