Searched refs:epoll_pwait (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/
H A Dsys_ni.c57 COND_SYSCALL(epoll_pwait); variable
58 COND_SYSCALL_COMPAT(epoll_pwait); variable
/linux-master/fs/
H A Deventpoll.c2446 * part of the user space epoll_pwait(2).
2469 SYSCALL_DEFINE6(epoll_pwait, int, epfd, struct epoll_event __user *, events,
2521 COMPAT_SYSCALL_DEFINE6(epoll_pwait, int, epfd,
/linux-master/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c3180 /* Prepare empty mask for epoll_pwait() */
3194 ret = epoll_pwait(ctx->epfd, &e, 1, 2000, &sigmask);

Completed in 179 milliseconds