poll.h | 32 } poll_table; typedef in typeref:struct:poll_table_struct 34 static inline void poll_wait(struct file * filp, wait_queue_head_t * wait_address, poll_table *p) 40 static inline void init_poll_funcptr(poll_table *pt, poll_queue_proc qproc) 55 poll_table pt;
|