poll_table_entry   99 fs/select.c    	struct poll_table_entry * entry;
poll_table_entry  100 fs/select.c    	struct poll_table_entry entries[0];
poll_table_entry  132 fs/select.c    static void free_poll_entry(struct poll_table_entry *entry)
poll_table_entry  145 fs/select.c    		struct poll_table_entry * entry;
poll_table_entry  160 fs/select.c    static struct poll_table_entry *poll_get_entry(struct poll_wqueues *p)
poll_table_entry  212 fs/select.c    	struct poll_table_entry *entry;
poll_table_entry  214 fs/select.c    	entry = container_of(wait, struct poll_table_entry, wait);
poll_table_entry  225 fs/select.c    	struct poll_table_entry *entry = poll_get_entry(pwq);
poll_table_entry   28 include/linux/poll.h #define N_INLINE_POLL_ENTRIES	(WQUEUES_STACK_ALLOC / sizeof(struct poll_table_entry))
poll_table_entry  110 include/linux/poll.h 	struct poll_table_entry inline_entries[N_INLINE_POLL_ENTRIES];