Searched refs:linux_eventfd (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/sys/compat/linux/ |
| H A D | linux_event.c | 583 linux_eventfd(struct thread *td, struct linux_eventfd_args *args) in linux_eventfd() function
|
| /freebsd-13.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 304 …{ .sy_narg = AS(linux_eventfd_args), .sy_call = (sy_call_t *)linux_eventfd, .sy_auevent = AUE_NULL…
|
| H A D | linux_proto.h | 1607 int linux_eventfd(struct thread *, struct linux_eventfd_args *);
|
| /freebsd-13.1/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 343 …{ .sy_narg = AS(linux_eventfd_args), .sy_call = (sy_call_t *)linux_eventfd, .sy_auevent = AUE_NULL…
|
| H A D | linux32_proto.h | 1891 int linux_eventfd(struct thread *, struct linux_eventfd_args *);
|
| /freebsd-13.1/sys/i386/linux/ |
| H A D | linux_sysent.c | 343 …{ .sy_narg = AS(linux_eventfd_args), .sy_call = (sy_call_t *)linux_eventfd, .sy_auevent = AUE_NULL…
|
| H A D | linux_proto.h | 1886 int linux_eventfd(struct thread *, struct linux_eventfd_args *);
|
| /freebsd-13.1/sys/arm/linux/ |
| H A D | linux_sysent.c | 371 …{ .sy_narg = AS(linux_eventfd_args), .sy_call = (sy_call_t *)linux_eventfd, .sy_auevent = AUE_NULL…
|
| H A D | linux_proto.h | 1483 int linux_eventfd(struct thread *, struct linux_eventfd_args *);
|