Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
HDpoll.h41 } poll_table; typedef
43 extern void linux_poll_wait(struct linux_file *, wait_queue_head_t *, poll_table *);
/freebsd-11-stable/sys/dev/netmap/
HDnetmap_kloop.c461 poll_table wait_table;
475 poll_table *pt) in sync_kloop_poll_table_queue_proc()
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
HDlinux_compat.c995 #define LINUX_POLL_TABLE_NORMAL ((poll_table *)1)
1036 linux_poll_wait(struct linux_file *filp, wait_queue_head_t *wqh, poll_table *p) in linux_poll_wait()