Home
last modified time | relevance | path

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

/linux/fs/
H A Deventpoll.c226 #define EP_ITEM_COST (sizeof(struct epitem) + sizeof(struct eppoll_entry))
234 struct epitem *base;
252 struct epitem { struct
269 struct epitem *ovflist_next; argument
327 struct epitem *ovflist;
367 struct epitem *epi;
507 struct epitem *epi= container_of(p, struct epitem, fllink); in unlist_file()
561 static inline bool ep_is_linked(struct epitem *epi) in ep_is_linked()
572 static inline struct epitem *ep_item_from_wait(wait_queue_entry_t *p) in ep_item_from_wait()
603 static inline bool epi_on_ovflist(const struct epitem *epi) in epi_on_ovflist()
[all …]