Searched refs:epi (Results 1 – 1 of 1) sorted by relevance
258 struct epitem *epi; member341 static inline int ep_is_linked(struct epitem *epi) in ep_is_linked() argument343 return !list_empty(&epi->rdllink); in ep_is_linked()360 return container_of(p, struct ep_pqueue, pt)->epi; in ep_item_from_epqueue()415 static inline void ep_set_busy_poll_napi_id(struct epitem *epi) in ep_set_busy_poll_napi_id() argument426 sock = sock_from_file(epi->ffd.file, &err); in ep_set_busy_poll_napi_id()435 ep = epi->ep; in ep_set_busy_poll_napi_id()458 static inline void ep_set_busy_poll_napi_id(struct epitem *epi) in ep_set_busy_poll_napi_id() argument554 static void ep_poll_safewake(struct eventpoll *ep, struct epitem *epi, in ep_poll_safewake() argument576 if (epi) { in ep_poll_safewake()[all …]