Home
last modified time | relevance | path

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

/fs/
Deventpoll.c252 struct epitem *epi; member
336 static inline int ep_is_linked(struct epitem *epi) in ep_is_linked() argument
338 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() argument
427 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() argument
610 static void ep_unregister_pollwait(struct eventpoll *ep, struct epitem *epi) in ep_unregister_pollwait() argument
612 struct list_head *lsthead = &epi->pwqlist; in ep_unregister_pollwait()
[all …]