Lines Matching refs:eppoll_entry
100 #define EP_ITEM_COST (sizeof(struct epitem) + sizeof(struct eppoll_entry))
108 struct eppoll_entry { struct
110 struct eppoll_entry *next; argument
159 struct eppoll_entry *pwqlist;
370 static inline struct eppoll_entry *ep_pwq_from_wait(wait_queue_entry_t *p) in ep_pwq_from_wait()
372 return container_of(p, struct eppoll_entry, wait); in ep_pwq_from_wait()
378 return container_of(p, struct eppoll_entry, wait)->base; in ep_item_from_wait()
634 static void ep_remove_wait_queue(struct eppoll_entry *pwq) in ep_remove_wait_queue()
657 struct eppoll_entry **p = &epi->pwqlist; in ep_unregister_pollwait()
658 struct eppoll_entry *pwq; in ep_unregister_pollwait()
1418 struct eppoll_entry *pwq; in ep_ptable_queue_proc()
2612 sizeof(struct eppoll_entry), 0, SLAB_PANIC|SLAB_ACCOUNT, NULL); in eventpoll_init()