Home
last modified time | relevance | path

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

/netbsd/sys/kern/
H A Dsys_epoll.c89 static int epoll_check_loop_and_depth(struct lwp *, int, int);
318 error = epoll_check_loop_and_depth(l, epfd, fd); in epoll_ctl_common()
637 epoll_check_loop_and_depth(struct lwp *l, int epfd, int fd) in epoll_check_loop_and_depth() function