Home
last modified time | relevance | path

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

/linux/fs/
A Deventpoll.c105 #define EP_ITEM_COST (sizeof(struct epitem) + sizeof(struct eppoll_entry))
113 struct eppoll_entry { struct
115 struct eppoll_entry *next; argument
157 struct eppoll_entry *pwqlist;
355 return container_of(p, struct eppoll_entry, wait); in ep_pwq_from_wait()
361 return container_of(p, struct eppoll_entry, wait)->base; in ep_item_from_wait()
532 static void ep_remove_wait_queue(struct eppoll_entry *pwq) in ep_remove_wait_queue()
556 struct eppoll_entry **p = &epi->pwqlist; in ep_unregister_pollwait()
557 struct eppoll_entry *pwq; in ep_unregister_pollwait()
1237 struct eppoll_entry *pwq; in ep_ptable_queue_proc()
[all …]

Completed in 8 milliseconds