Home
last modified time | relevance | path

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

/src/sys/compat/linuxkpi/common/include/linux/
H A Dpoll.h42 extern void linux_poll_wait(struct linux_file *, wait_queue_head_t *, poll_table *);
43 #define poll_wait(...) linux_poll_wait(__VA_ARGS__)
/src/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c1021 linux_poll_wait(struct linux_file *filp, wait_queue_head_t *wqh, poll_table *p) in linux_poll_wait() function