Home
last modified time | relevance | path

Searched refs:epoll_wait_common (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/sys/
H A Depoll.h79 int epoll_wait_common(struct lwp *l, register_t *retval, int epfd,
/netbsd/sys/kern/
H A Dsys_epoll.c379 epoll_wait_common(struct lwp *l, register_t *retval, int epfd, in epoll_wait_common() function
478 error = epoll_wait_common(l, retval, SCARG(uap, epfd), events, in sys_epoll_pwait2()
/netbsd/sys/compat/linux/common/
H A Dlinux_misc.c1836 error = epoll_wait_common(l, retval, epfd, eep, maxevents, tsp, in linux_epoll_pwait2_common()