Searched refs:epds (Results 1 – 1 of 1) sorted by relevance
2113 struct epoll_event epds; in SYSCALL_DEFINE4() local2118 copy_from_user(&epds, event, sizeof(struct epoll_event))) in SYSCALL_DEFINE4()2138 ep_take_care_of_epollwakeup(&epds); in SYSCALL_DEFINE4()2154 if (ep_op_has_event(op) && (epds.events & EPOLLEXCLUSIVE)) { in SYSCALL_DEFINE4()2158 (epds.events & ~EPOLLEXCLUSIVE_OK_BITS))) in SYSCALL_DEFINE4()2218 epds.events |= EPOLLERR | EPOLLHUP; in SYSCALL_DEFINE4()2219 error = ep_insert(ep, &epds, tf.file, fd, full_check); in SYSCALL_DEFINE4()2234 epds.events |= EPOLLERR | EPOLLHUP; in SYSCALL_DEFINE4()2235 error = ep_modify(ep, epi, &epds); in SYSCALL_DEFINE4()