Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/
H A Deventpoll.c99 #define EP_ITEM_COST (sizeof(struct epitem) + sizeof(struct eppoll_entry))
107 struct eppoll_entry { struct
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) in ep_pwq_from_wait()
367 return container_of(p, struct eppoll_entry, wait); in ep_pwq_from_wait()
373 return container_of(p, struct eppoll_entry, wait)->base; in ep_item_from_wait()
546 static void ep_remove_wait_queue(struct eppoll_entry *pwq) in ep_remove_wait_queue()
569 struct eppoll_entry ** in ep_unregister_pollwait()
[all...]
/kernel/linux/linux-5.10/fs/
H A Deventpoll.c105 #define EP_ITEM_COST (sizeof(struct epitem) + sizeof(struct eppoll_entry))
235 struct eppoll_entry { struct
284 /* Slab cache used to allocate "struct eppoll_entry" */
343 static inline struct eppoll_entry *ep_pwq_from_wait(wait_queue_entry_t *p) in ep_pwq_from_wait()
345 return container_of(p, struct eppoll_entry, wait); in ep_pwq_from_wait()
351 return container_of(p, struct eppoll_entry, wait)->base; in ep_item_from_wait()
598 static void ep_remove_wait_queue(struct eppoll_entry *pwq) in ep_remove_wait_queue()
623 struct eppoll_entry *pwq; in ep_unregister_pollwait()
626 pwq = list_first_entry(lsthead, struct eppoll_entry, llink); in ep_unregister_pollwait()
1321 struct eppoll_entry *pw in ep_ptable_queue_proc()
[all...]

Completed in 5 milliseconds