Home
last modified time | relevance | path

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

/linux/fs/
H A Deventpoll.c100 #define EP_ITEM_COST (sizeof(struct epitem) + sizeof(struct eppoll_entry))
113 struct epitem *base;
131 struct epitem { struct
146 struct epitem *next; argument
208 struct epitem *ovflist;
248 struct epitem *epi;
305 struct epitem *epi= container_of(p, struct epitem, fllink); in unlist_file()
366 static inline int ep_is_linked(struct epitem *epi) in ep_is_linked()
377 static inline struct epitem *ep_item_from_wait(wait_queue_entry_t *p) in ep_item_from_wait()
472 static inline void ep_set_busy_poll_napi_id(struct epitem *epi) in ep_set_busy_poll_napi_id()
[all …]