Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpoll.h40 } poll_table; typedef
42 extern void linux_poll_wait(struct linux_file *, wait_queue_head_t *, poll_table *);
/freebsd/sys/dev/netmap/
H A Dnetmap_kloop.c467 poll_table wait_table;
481 poll_table *pt) in sync_kloop_poll_table_queue_proc()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c978 #define LINUX_POLL_TABLE_NORMAL ((poll_table *)1)
1018 linux_poll_wait(struct linux_file *filp, wait_queue_head_t *wqh, poll_table *p) in linux_poll_wait()