Searched refs:epds (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/fs/ |
D | eventpoll.c | 1828 struct epoll_event epds; in SYSCALL_DEFINE4() local 1833 copy_from_user(&epds, event, sizeof(struct epoll_event))) in SYSCALL_DEFINE4() 1853 ep_take_care_of_epollwakeup(&epds); in SYSCALL_DEFINE4() 1920 epds.events |= POLLERR | POLLHUP; in SYSCALL_DEFINE4() 1921 error = ep_insert(ep, &epds, tf.file, fd, full_check); in SYSCALL_DEFINE4() 1935 epds.events |= POLLERR | POLLHUP; in SYSCALL_DEFINE4() 1936 error = ep_modify(ep, epi, &epds); in SYSCALL_DEFINE4()
|
/linux-4.4.14/include/linux/ |
D | scif.h | 1311 int scif_poll(struct scif_pollepd *epds, unsigned int nepds, long timeout);
|