Home
last modified time | relevance | path

Searched refs:epoll (Results 1 - 25 of 60) sorted by relevance

123

/kernel/linux/linux-6.6/io_uring/
H A Depoll.c13 #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 Depoll_create_fuzzer.cpp32 #include <sys/epoll.h>
H A Depoll_wait_fuzzer.cpp32 #include <sys/epoll.h>
H A Depoll_ctl_fuzzer.cpp32 #include <sys/epoll.h>
/kernel/linux/linux-5.10/arch/um/os-Linux/
H A Dirq.c10 #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 Dringbuf_multi.c4 #include <sys/epoll.h>
H A Dringbuf.c7 #include <sys/epoll.h>
/kernel/linux/linux-6.6/arch/um/os-Linux/
H A Dirq.c10 #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 Dsdt.c7 #include <sys/epoll.h>
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dsdt.c7 #include <sys/epoll.h>
/kernel/linux/linux-6.6/tools/thermal/lib/
H A Dmainloop.c7 #include <sys/epoll.h>
/kernel/liteos_a/testsuites/unittest/libc/io/full/
H A DIO_test_epoll_001.cpp33 #include <sys/epoll.h>
H A DIO_test_epoll_002.cpp33 #include <sys/epoll.h>
/kernel/linux/linux-5.10/tools/testing/selftests/kcmp/
H A Dkcmp_test.c19 #include <sys/epoll.h>
137 /* Compare epoll target */ in main()
/kernel/linux/linux-6.6/tools/testing/selftests/kcmp/
H A Dkcmp_test.c19 #include <sys/epoll.h>
140 /* Compare epoll target */ in main()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dringbuf_multi.c4 #include <sys/epoll.h>
/kernel/linux/linux-5.10/tools/testing/vsock/
H A Dutil.c17 #include <sys/epoll.h>
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dreuseport_dualstack.c24 #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 Dtcp_fastopen_backup_key.c23 #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 Dreuseport_addr_any.c19 #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 Dreuseport_bpf_numa.c20 #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 Dreuseport_bpf_cpu.c27 #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 Dreuseport_dualstack.c24 #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 DMakefile38 $(LITEOSTOPDIR)/fs/vfs/epoll/fs_epoll.c \
/kernel/linux/linux-5.10/tools/testing/selftests/pidfd/
H A Dpidfd_test.c15 #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()

Completed in 8 milliseconds

123