Searched refs:epev (Results 1 – 1 of 1) sorted by relevance
2087 static inline void ep_take_care_of_epollwakeup(struct epoll_event *epev) in ep_take_care_of_epollwakeup() argument2089 if ((epev->events & EPOLLWAKEUP) && !capable(CAP_BLOCK_SUSPEND)) in ep_take_care_of_epollwakeup()2090 epev->events &= ~EPOLLWAKEUP; in ep_take_care_of_epollwakeup()2093 static inline void ep_take_care_of_epollwakeup(struct epoll_event *epev) in ep_take_care_of_epollwakeup() argument2095 epev->events &= ~EPOLLWAKEUP; in ep_take_care_of_epollwakeup()