Searched refs:linux_epoll_wait (Results 1 – 7 of 7) sorted by relevance
| /src/sys/compat/linux/ |
| H A D | linux_event.c | 456 linux_epoll_wait(struct thread *td, struct linux_epoll_wait_args *args) in linux_epoll_wait() function
|
| /src/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 274 …{ .sy_narg = AS(linux_epoll_wait_args), .sy_call = (sy_call_t *)linux_epoll_wait, .sy_auevent = AU…
|
| H A D | linux32_proto.h | 1927 int linux_epoll_wait(struct thread *, struct linux_epoll_wait_args *);
|
| /src/sys/amd64/linux/ |
| H A D | linux_sysent.c | 249 …{ .sy_narg = AS(linux_epoll_wait_args), .sy_call = (sy_call_t *)linux_epoll_wait, .sy_auevent = AU…
|
| H A D | linux_proto.h | 1621 int linux_epoll_wait(struct thread *, struct linux_epoll_wait_args *);
|
| /src/sys/i386/linux/ |
| H A D | linux_sysent.c | 273 …{ .sy_narg = AS(linux_epoll_wait_args), .sy_call = (sy_call_t *)linux_epoll_wait, .sy_auevent = AU…
|
| H A D | linux_proto.h | 1923 int linux_epoll_wait(struct thread *, struct linux_epoll_wait_args *);
|