Searched refs:epoll_create1 (Results 1 - 13 of 13) sorted by relevance

/linux-master/tools/testing/selftests/kcmp/
H A Dkcmp_test.c55 epollfd = epoll_create1(0);
57 perror("epoll_create1 failed");
/linux-master/tools/testing/selftests/connector/
H A Dproc_filter.c106 epoll_fd = epoll_create1(EPOLL_CLOEXEC);
109 perror("epoll_create1 failed");
/linux-master/tools/lib/bpf/
H A Dringbuf.c205 rb->epoll_fd = epoll_create1(EPOLL_CLOEXEC);
494 rb->epoll_fd = epoll_create1(EPOLL_CLOEXEC);
H A Dlibbpf.c13075 pb->epoll_fd = epoll_create1(EPOLL_CLOEXEC);
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd_test.c398 int epoll_fd = epoll_create1(EPOLL_CLOEXEC);
/linux-master/kernel/
H A Dsys_ni.c55 COND_SYSCALL(epoll_create1); variable
/linux-master/tools/testing/selftests/arm64/fp/
H A Dfp-stress.c508 ret = epoll_create1(EPOLL_CLOEXEC);
510 ksft_exit_fail_msg("epoll_create1() failed: %s (%d)\n",
/linux-master/tools/testing/selftests/bpf/benchs/
H A Dbench_ringbufs.c237 ctx->epoll_fd = epoll_create1(EPOLL_CLOEXEC);
/linux-master/tools/testing/vsock/
H A Dutil.c68 epollfd = epoll_create1(0);
70 perror("epoll_create1");
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_basic.c395 epollfd = epoll_create1(0);
/linux-master/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c3128 ctx.efd[0] = epoll_create1(0);
3238 ctx.epfd = epoll_create1(0);
3349 ctx.epfd = epoll_create1(0);
/linux-master/fs/
H A Deventpoll.c2183 SYSCALL_DEFINE1(epoll_create1, int, flags)
/linux-master/tools/testing/selftests/net/
H A Dtls.c1883 epollfd = epoll_create1(0);

Completed in 262 milliseconds