Lines Matching refs:eppoll_entry
99 #define EP_ITEM_COST (sizeof(struct epitem) + sizeof(struct eppoll_entry))
107 struct eppoll_entry {
109 struct eppoll_entry *next;
158 struct eppoll_entry *pwqlist;
261 /* Slab cache used to allocate "struct eppoll_entry" */
365 static inline struct eppoll_entry *ep_pwq_from_wait(wait_queue_entry_t *p)
367 return container_of(p, struct eppoll_entry, wait);
373 return container_of(p, struct eppoll_entry, wait)->base;
546 static void ep_remove_wait_queue(struct eppoll_entry *pwq)
569 struct eppoll_entry **p = &epi->pwqlist;
570 struct eppoll_entry *pwq;
1277 struct eppoll_entry *pwq;
2469 /* Allocates slab cache used to allocate "struct eppoll_entry" */
2471 sizeof(struct eppoll_entry), 0, SLAB_PANIC|SLAB_ACCOUNT, NULL);