/kernel/linux/linux-6.6/io_uring/ |
H A D | epoll.c | 13 #include "epoll.h" 26 struct io_epoll *epoll = io_kiocb_to_cmd(req, struct io_epoll); in io_epoll_ctl_prep() local 31 epoll->epfd = READ_ONCE(sqe->fd); in io_epoll_ctl_prep() 32 epoll->op = READ_ONCE(sqe->len); in io_epoll_ctl_prep() 33 epoll->fd = READ_ONCE(sqe->off); in io_epoll_ctl_prep() 35 if (ep_op_has_event(epoll->op)) { in io_epoll_ctl_prep() 39 if (copy_from_user(&epoll->event, ev, sizeof(*ev))) in io_epoll_ctl_prep()
|
/kernel/liteos_a/testsuites/unittest/fuzz/ |
H A D | epoll_create_fuzzer.cpp | 32 #include <sys/epoll.h>
|
H A D | epoll_wait_fuzzer.cpp | 32 #include <sys/epoll.h>
|
H A D | epoll_ctl_fuzzer.cpp | 32 #include <sys/epoll.h>
|
/kernel/linux/linux-5.10/arch/um/os-Linux/ |
H A D | irq.c | 10 #include <sys/epoll.h> 25 /* Helper to return an Epoll data pointer from an epoll event structure. 34 /* Helper to compare events versus the events in the epoll structure. 80 " epoll returned %d, error = %s\n", n, in os_waiting_for_events_epoll() 90 * Helper to add a fd to epoll 125 * Helper to delete the epoll fd
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | ringbuf_multi.c | 4 #include <sys/epoll.h>
|
H A D | ringbuf.c | 7 #include <sys/epoll.h>
|
/kernel/linux/linux-6.6/arch/um/os-Linux/ |
H A D | irq.c | 10 #include <sys/epoll.h> 25 /* Helper to return an Epoll data pointer from an epoll event structure. 34 /* Helper to compare events versus the events in the epoll structure. 80 " epoll returned %d, error = %s\n", n, in os_waiting_for_events_epoll() 90 * Helper to add a fd to epoll 125 * Helper to delete the epoll fd
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | sdt.c | 7 #include <sys/epoll.h>
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | sdt.c | 7 #include <sys/epoll.h>
|
/kernel/linux/linux-6.6/tools/thermal/lib/ |
H A D | mainloop.c | 7 #include <sys/epoll.h>
|
/kernel/liteos_a/testsuites/unittest/libc/io/full/ |
H A D | IO_test_epoll_001.cpp | 33 #include <sys/epoll.h>
|
H A D | IO_test_epoll_002.cpp | 33 #include <sys/epoll.h>
|
/kernel/linux/linux-5.10/tools/testing/selftests/kcmp/ |
H A D | kcmp_test.c | 19 #include <sys/epoll.h> 137 /* Compare epoll target */ in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/kcmp/ |
H A D | kcmp_test.c | 19 #include <sys/epoll.h> 140 /* Compare epoll target */ in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | ringbuf_multi.c | 4 #include <sys/epoll.h>
|
/kernel/linux/linux-5.10/tools/testing/vsock/ |
H A D | util.c | 17 #include <sys/epoll.h>
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | reuseport_dualstack.c | 24 #include <sys/epoll.h> 137 error(1, errno, "failed to create epoll"); in test() 143 error(1, errno, "failed to register sock epoll"); in test()
|
H A D | tcp_fastopen_backup_key.c | 23 #include <sys/epoll.h> 255 error(1, errno, "failed to create epoll"); in run_one_test() 260 error(1, errno, "failed to register sock epoll"); in run_one_test() 279 error(1, errno, "failed epoll add"); in run_one_test() 286 error(1, errno, "failed epoll del"); in run_one_test()
|
H A D | reuseport_addr_any.c | 19 #include <sys/epoll.h> 201 error(1, errno, "failed to create epoll"); in test() 207 error(1, errno, "failed to register sock epoll"); in test()
|
H A D | reuseport_bpf_numa.c | 20 #include <sys/epoll.h> 204 error(1, errno, "failed to create epoll"); in test() 209 error(1, errno, "failed to register sock epoll"); in test()
|
H A D | reuseport_bpf_cpu.c | 27 #include <sys/epoll.h> 194 error(1, errno, "failed to create epoll"); in test() 199 error(1, errno, "failed to register sock epoll"); in test()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | reuseport_dualstack.c | 24 #include <sys/epoll.h> 137 error(1, errno, "failed to create epoll"); in test() 143 error(1, errno, "failed to register sock epoll"); in test()
|
/kernel/liteos_a/fs/vfs/ |
H A D | Makefile | 38 $(LITEOSTOPDIR)/fs/vfs/epoll/fs_epoll.c \
|
/kernel/linux/linux-5.10/tools/testing/selftests/pidfd/ |
H A D | pidfd_test.c | 15 #include <sys/epoll.h> 401 ksft_exit_fail_msg("%s test: Failed to create epoll file descriptor " in poll_pidfd() 409 ksft_exit_fail_msg("%s test: Failed to add epoll file descriptor " in poll_pidfd()
|