Searched refs:eppoll_entry (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/fs/
H A Deventpoll.c104 #define EP_ITEM_COST (sizeof(struct epitem) + sizeof(struct eppoll_entry))
225 struct eppoll_entry { struct
277 /* Slab cache used to allocate "struct eppoll_entry" */
339 static inline struct eppoll_entry *ep_pwq_from_wait(wait_queue_t *p) ep_pwq_from_wait()
341 return container_of(p, struct eppoll_entry, wait); ep_pwq_from_wait()
347 return container_of(p, struct eppoll_entry, wait)->base; ep_item_from_wait()
516 static void ep_remove_wait_queue(struct eppoll_entry *pwq) ep_remove_wait_queue()
536 struct eppoll_entry *pwq; ep_unregister_pollwait()
539 pwq = list_first_entry(lsthead, struct eppoll_entry, llink); ep_unregister_pollwait()
1092 struct eppoll_entry *pwq; ep_ptable_queue_proc()
2127 /* Allocates slab cache used to allocate "struct eppoll_entry" */ eventpoll_init()
2129 sizeof(struct eppoll_entry), 0, SLAB_PANIC, NULL); eventpoll_init()

Completed in 58 milliseconds