Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dpoll.h99 struct poll_wqueues { struct
109 extern void poll_initwait(struct poll_wqueues *pwq); argument
110 extern void poll_freewait(struct poll_wqueues *pwq);
/Linux-v4.19/fs/
Dselect.c121 void poll_initwait(struct poll_wqueues *pwq) in poll_initwait()
138 void poll_freewait(struct poll_wqueues *pwq) in poll_freewait()
160 static struct poll_table_entry *poll_get_entry(struct poll_wqueues *p) in poll_get_entry()
186 struct poll_wqueues *pwq = wait->private; in __pollwake()
224 struct poll_wqueues *pwq = container_of(p, struct poll_wqueues, pt); in __pollwait()
236 static int poll_schedule_timeout(struct poll_wqueues *pwq, int state, in poll_schedule_timeout()
452 struct poll_wqueues table; in do_select()
837 static int do_poll(struct poll_list *list, struct poll_wqueues *wait, in do_poll()
929 struct poll_wqueues table; in do_sys_poll()
/Linux-v4.19/drivers/misc/mic/scif/
Dscif_api.c1389 struct poll_wqueues table; in scif_poll()