Home
last modified time | relevance | path

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

/fs/
Deventpoll.c106 #define EP_ITEM_COST (sizeof(struct epitem) + sizeof(struct eppoll_entry))
138 struct epitem { struct
153 struct epitem *next; argument
211 struct epitem *ovflist;
237 struct epitem *base;
252 struct epitem *epi;
336 static inline int ep_is_linked(struct epitem *epi) in ep_is_linked()
347 static inline struct epitem *ep_item_from_wait(wait_queue_entry_t *p) in ep_item_from_wait()
353 static inline struct epitem *ep_item_from_epqueue(poll_table *p) in ep_item_from_epqueue()
416 static inline void ep_set_busy_poll_napi_id(struct epitem *epi) in ep_set_busy_poll_napi_id()
[all …]