Lines Matching refs:eppoll_entry
105 #define EP_ITEM_COST (sizeof(struct epitem) + sizeof(struct eppoll_entry))
235 struct eppoll_entry {
284 /* Slab cache used to allocate "struct eppoll_entry" */
343 static inline struct eppoll_entry *ep_pwq_from_wait(wait_queue_entry_t *p)
345 return container_of(p, struct eppoll_entry, wait);
351 return container_of(p, struct eppoll_entry, wait)->base;
598 static void ep_remove_wait_queue(struct eppoll_entry *pwq)
623 struct eppoll_entry *pwq;
626 pwq = list_first_entry(lsthead, struct eppoll_entry, llink);
1321 struct eppoll_entry *pwq;
2453 /* Allocates slab cache used to allocate "struct eppoll_entry" */
2455 sizeof(struct eppoll_entry), 0, SLAB_PANIC|SLAB_ACCOUNT, NULL);