Home
last modified time | relevance | path

Searched refs:EPOLL_CTL_ADD (Results 1 - 25 of 52) sorted by relevance

123

/kernel/linux/linux-6.6/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c175 ASSERT_EQ(epoll_ctl(efd, EPOLL_CTL_ADD, sfd[0], &e), 0); in TEST()
206 ASSERT_EQ(epoll_ctl(efd, EPOLL_CTL_ADD, sfd[0], &e), 0); in TEST()
238 ASSERT_EQ(epoll_ctl(efd, EPOLL_CTL_ADD, sfd[0], events), 0); in TEST()
241 ASSERT_EQ(epoll_ctl(efd, EPOLL_CTL_ADD, sfd[2], events), 0); in TEST()
276 ASSERT_EQ(epoll_ctl(efd, EPOLL_CTL_ADD, sfd[0], events), 0); in TEST()
279 ASSERT_EQ(epoll_ctl(efd, EPOLL_CTL_ADD, sfd[2], events), 0); in TEST()
314 ASSERT_EQ(epoll_ctl(efd, EPOLL_CTL_ADD, sfd[0], &e), 0); in TEST()
353 ASSERT_EQ(epoll_ctl(efd, EPOLL_CTL_ADD, sfd[0], &e), 0); in TEST()
394 ASSERT_EQ(epoll_ctl(efd, EPOLL_CTL_ADD, sfd[0], events), 0); in TEST()
397 ASSERT_EQ(epoll_ctl(efd, EPOLL_CTL_ADD, sf in TEST()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c160 ASSERT_EQ(epoll_ctl(efd, EPOLL_CTL_ADD, sfd[0], &e), 0); in TEST()
191 ASSERT_EQ(epoll_ctl(efd, EPOLL_CTL_ADD, sfd[0], &e), 0); in TEST()
223 ASSERT_EQ(epoll_ctl(efd, EPOLL_CTL_ADD, sfd[0], events), 0); in TEST()
226 ASSERT_EQ(epoll_ctl(efd, EPOLL_CTL_ADD, sfd[2], events), 0); in TEST()
261 ASSERT_EQ(epoll_ctl(efd, EPOLL_CTL_ADD, sfd[0], events), 0); in TEST()
264 ASSERT_EQ(epoll_ctl(efd, EPOLL_CTL_ADD, sfd[2], events), 0); in TEST()
299 ASSERT_EQ(epoll_ctl(efd, EPOLL_CTL_ADD, sfd[0], &e), 0); in TEST()
338 ASSERT_EQ(epoll_ctl(efd, EPOLL_CTL_ADD, sfd[0], &e), 0); in TEST()
379 ASSERT_EQ(epoll_ctl(efd, EPOLL_CTL_ADD, sfd[0], events), 0); in TEST()
382 ASSERT_EQ(epoll_ctl(efd, EPOLL_CTL_ADD, sf in TEST()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/kcmp/
H A Dkcmp_test.c64 if (epoll_ctl(epollfd, EPOLL_CTL_ADD, pipefd[0], &ev)) { in main()
75 if (epoll_ctl(epollfd, EPOLL_CTL_ADD, fddup, &ev)) { in main()
/kernel/linux/linux-6.6/tools/testing/selftests/kcmp/
H A Dkcmp_test.c64 if (epoll_ctl(epollfd, EPOLL_CTL_ADD, pipefd[0], &ev)) { in main()
75 if (epoll_ctl(epollfd, EPOLL_CTL_ADD, fddup, &ev)) { in main()
/kernel/linux/linux-5.10/tools/perf/bench/
H A Depoll-wait.c221 ret = epoll_ctl(efd, EPOLL_CTL_ADD, fd, &ev); in workerfn()
263 if (epoll_ctl(epollfdp[i - 1], EPOLL_CTL_ADD, in nest_epollfd()
268 if (epoll_ctl(efd, EPOLL_CTL_ADD, *epollfdp, &ev) < 0) in nest_epollfd()
338 ret = epoll_ctl(efd, EPOLL_CTL_ADD, in do_threads()
H A Depoll-ctl.c123 if (epoll_ctl(epollfdp[i - 1], EPOLL_CTL_ADD, in nest_epollfd()
128 if (epoll_ctl(epollfd, EPOLL_CTL_ADD, *epollfdp, &ev) < 0) in nest_epollfd()
142 error = epoll_ctl(epollfd, EPOLL_CTL_ADD, fd, &ev); in do_epoll_op()
218 if (epoll_ctl(epollfd, EPOLL_CTL_ADD, w->fdmap[i], &ev) < 0) in init_fdmaps()
/kernel/linux/linux-6.6/tools/perf/bench/
H A Depoll-wait.c221 ret = epoll_ctl(efd, EPOLL_CTL_ADD, fd, &ev); in workerfn()
263 if (epoll_ctl(epollfdp[i - 1], EPOLL_CTL_ADD, in nest_epollfd()
268 if (epoll_ctl(efd, EPOLL_CTL_ADD, *epollfdp, &ev) < 0) in nest_epollfd()
345 ret = epoll_ctl(efd, EPOLL_CTL_ADD, in do_threads()
H A Depoll-ctl.c123 if (epoll_ctl(epollfdp[i - 1], EPOLL_CTL_ADD, in nest_epollfd()
128 if (epoll_ctl(epollfd, EPOLL_CTL_ADD, *epollfdp, &ev) < 0) in nest_epollfd()
142 error = epoll_ctl(epollfd, EPOLL_CTL_ADD, fd, &ev); in do_epoll_op()
218 if (epoll_ctl(epollfd, EPOLL_CTL_ADD, w->fdmap[i], &ev) < 0) in init_fdmaps()
/kernel/liteos_a/fs/vfs/include/
H A Depoll.h59 #define EPOLL_CTL_ADD 1 macro
/kernel/linux/linux-5.10/include/uapi/linux/
H A Deventpoll.h26 #define EPOLL_CTL_ADD 1 macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Deventpoll.h26 #define EPOLL_CTL_ADD 1 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Deventpoll.h25 #define EPOLL_CTL_ADD 1 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Deventpoll.h25 #define EPOLL_CTL_ADD 1 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Deventpoll.h11 #define EPOLL_CTL_ADD 1 macro
/kernel/linux/linux-5.10/arch/um/os-Linux/
H A Dirq.c99 result = epoll_ctl(epollfd, EPOLL_CTL_ADD, fd, &event); in os_add_epoll_fd()
/kernel/linux/linux-6.6/arch/um/os-Linux/
H A Dirq.c99 result = epoll_ctl(epollfd, EPOLL_CTL_ADD, fd, &event); in os_add_epoll_fd()
/kernel/linux/linux-6.6/tools/thermal/lib/
H A Dmainloop.c82 if (epoll_ctl(epfd, EPOLL_CTL_ADD, fd, &ev) < 0) { in mainloop_add()
/kernel/liteos_a/testsuites/unittest/libc/io/full/
H A DIO_test_epoll_001.cpp68 retval = epoll_ctl(epFd, EPOLL_CTL_ADD, pipeFd[0], &ev); in testcase()
H A DIO_test_epoll_002.cpp92 retval = epoll_ctl(epFd, EPOLL_CTL_ADD, pipeFd[0], &ev); in testcase()
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dtcp_fastopen_backup_key.c259 if (epoll_ctl(epfd, EPOLL_CTL_ADD, rcv_fds[i], &ev)) in run_one_test()
278 if (epoll_ctl(epfd, EPOLL_CTL_ADD, fd, &ev)) in run_one_test()
H A Dreuseport_dualstack.c142 if (epoll_ctl(epfd, EPOLL_CTL_ADD, rcv_fds[i], &ev)) in test()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dtcp_fastopen_backup_key.c257 if (epoll_ctl(epfd, EPOLL_CTL_ADD, rcv_fds[i], &ev)) in run_one_test()
276 if (epoll_ctl(epfd, EPOLL_CTL_ADD, fd, &ev)) in run_one_test()
H A Dreuseport_dualstack.c142 if (epoll_ctl(epfd, EPOLL_CTL_ADD, rcv_fds[i], &ev)) in test()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dringbuf.c153 if (epoll_ctl(rb->epoll_fd, EPOLL_CTL_ADD, map_fd, e) < 0) { in ring_buffer__add()
411 if (epoll_ctl(rb->epoll_fd, EPOLL_CTL_ADD, map_fd, rb_epoll) < 0) { in user_ringbuf_map()
/kernel/linux/linux-5.10/tools/testing/vsock/
H A Dutil.c63 if (epoll_ctl(epollfd, EPOLL_CTL_ADD, fd, &ev) == -1) { in vsock_wait_remote_close()

Completed in 12 milliseconds

123