Searched refs:epi (Results 1 – 1 of 1) sorted by relevance
241 struct epitem *epi; member349 return container_of(p, struct ep_pqueue, pt)->epi; in ep_item_from_epqueue()529 static void ep_unregister_pollwait(struct eventpoll *ep, struct epitem *epi) in ep_unregister_pollwait() argument531 struct list_head *lsthead = &epi->pwqlist; in ep_unregister_pollwait()544 static inline struct wakeup_source *ep_wakeup_source(struct epitem *epi) in ep_wakeup_source() argument546 return rcu_dereference_check(epi->ws, lockdep_is_held(&epi->ep->mtx)); in ep_wakeup_source()550 static inline void ep_pm_stay_awake(struct epitem *epi) in ep_pm_stay_awake() argument552 struct wakeup_source *ws = ep_wakeup_source(epi); in ep_pm_stay_awake()558 static inline bool ep_has_wakeup_source(struct epitem *epi) in ep_has_wakeup_source() argument560 return rcu_access_pointer(epi->ws) ? true : false; in ep_has_wakeup_source()[all …]