Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Deventpoll.c104 #define EP_ITEM_COST (sizeof(struct epitem) + sizeof(struct eppoll_entry))
136 struct epitem { struct
151 struct epitem *next; argument
209 struct epitem *ovflist;
230 struct epitem *base;
245 struct epitem *epi;
345 static inline struct epitem *ep_item_from_wait(wait_queue_t *p) in ep_item_from_wait()
351 static inline struct epitem *ep_item_from_epqueue(poll_table *p) in ep_item_from_epqueue()
533 static void ep_unregister_pollwait(struct eventpoll *ep, struct epitem *epi) in ep_unregister_pollwait()
548 static inline struct wakeup_source *ep_wakeup_source(struct epitem *epi) in ep_wakeup_source()
[all …]