Searched refs:epi (Results 1 – 1 of 1) sorted by relevance
252 struct epitem *epi; member336 static inline int ep_is_linked(struct epitem *epi) in ep_is_linked() argument338 return !list_empty(&epi->rdllink); in ep_is_linked()355 return container_of(p, struct ep_pqueue, pt)->epi; 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() argument427 sock = sock_from_file(epi->ffd.file, &err); in ep_set_busy_poll_napi_id()436 ep = epi->ep; in ep_set_busy_poll_napi_id()459 static inline void ep_set_busy_poll_napi_id(struct epitem *epi) in ep_set_busy_poll_napi_id() argument610 static void ep_unregister_pollwait(struct eventpoll *ep, struct epitem *epi) in ep_unregister_pollwait() argument612 struct list_head *lsthead = &epi->pwqlist; in ep_unregister_pollwait()[all …]