Searched refs:linux_poll_wait (Results 1 – 2 of 2) sorted by relevance
42 extern void linux_poll_wait(struct linux_file *, wait_queue_head_t *, poll_table *);43 #define poll_wait(...) linux_poll_wait(__VA_ARGS__)
1021 linux_poll_wait(struct linux_file *filp, wait_queue_head_t *wqh, poll_table *p) in linux_poll_wait() function