Home
last modified time | relevance | path

Searched refs:EPOLL_CTL_ADD (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/tools/testing/selftests/kcmp/
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()
/Linux-v4.19/include/uapi/linux/
Deventpoll.h26 #define EPOLL_CTL_ADD 1 macro
/Linux-v4.19/arch/um/os-Linux/
Dirq.c99 result = epoll_ctl(epollfd, EPOLL_CTL_ADD, fd, &event); in os_add_epoll_fd()
/Linux-v4.19/tools/testing/selftests/net/
Dreuseport_dualstack.c142 if (epoll_ctl(epfd, EPOLL_CTL_ADD, rcv_fds[i], &ev)) in test()
Dreuseport_bpf_numa.c208 if (epoll_ctl(epfd, EPOLL_CTL_ADD, rcv_fd[node], &ev)) in test()
Dreuseport_bpf_cpu.c198 if (epoll_ctl(epfd, EPOLL_CTL_ADD, rcv_fd[cpu], &ev)) in test()
Dreuseport_bpf.c228 if (epoll_ctl(epfd, EPOLL_CTL_ADD, fd[i], &ev)) in test_recv_order()
/Linux-v4.19/fs/
Deventpoll.c2059 if (op == EPOLL_CTL_ADD && (is_file_epoll(tf.file) || in SYSCALL_DEFINE4()
2086 if (op == EPOLL_CTL_ADD) { in SYSCALL_DEFINE4()
2118 case EPOLL_CTL_ADD: in SYSCALL_DEFINE4()
/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_select_reuseport.c595 err = epoll_ctl(epfd, EPOLL_CTL_ADD, sk_fds[i], &ev); in prepare_sk_fds()