poll_table_entry   32 fs/select.c    	struct poll_table_entry * entry;
poll_table_entry   33 fs/select.c    	struct poll_table_entry entries[0];
poll_table_entry   77 fs/select.c    		struct poll_table_entry * entry;
poll_table_entry   93 fs/select.c    static struct poll_table_entry *poll_get_entry(poll_table *_p)
poll_table_entry  123 fs/select.c    	struct poll_table_entry *entry = poll_get_entry(p);
poll_table_entry   22 include/linux/poll.h #define N_INLINE_POLL_ENTRIES	(WQUEUES_STACK_ALLOC / sizeof(struct poll_table_entry))
poll_table_entry   62 include/linux/poll.h 	struct poll_table_entry inline_entries[N_INLINE_POLL_ENTRIES];