Searched refs:EPOLL_CTL_ADD (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/tools/testing/selftests/kcmp/ |
D | kcmp_test.c | 64 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/ |
D | eventpoll.h | 26 #define EPOLL_CTL_ADD 1 macro
|
/Linux-v4.19/arch/um/os-Linux/ |
D | irq.c | 99 result = epoll_ctl(epollfd, EPOLL_CTL_ADD, fd, &event); in os_add_epoll_fd()
|
/Linux-v4.19/tools/testing/selftests/net/ |
D | reuseport_dualstack.c | 142 if (epoll_ctl(epfd, EPOLL_CTL_ADD, rcv_fds[i], &ev)) in test()
|
D | reuseport_bpf_numa.c | 208 if (epoll_ctl(epfd, EPOLL_CTL_ADD, rcv_fd[node], &ev)) in test()
|
D | reuseport_bpf_cpu.c | 198 if (epoll_ctl(epfd, EPOLL_CTL_ADD, rcv_fd[cpu], &ev)) in test()
|
D | reuseport_bpf.c | 228 if (epoll_ctl(epfd, EPOLL_CTL_ADD, fd[i], &ev)) in test_recv_order()
|
/Linux-v4.19/fs/ |
D | eventpoll.c | 2059 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/ |
D | test_select_reuseport.c | 595 err = epoll_ctl(epfd, EPOLL_CTL_ADD, sk_fds[i], &ev); in prepare_sk_fds()
|