Home
last modified time | relevance | path

Searched refs:epoll_create1 (Results 1 – 19 of 19) sorted by relevance

/linux/tools/testing/selftests/kcmp/
H A Dkcmp_test.c55 epollfd = epoll_create1(0); in main()
57 perror("epoll_create1 failed"); in main()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_struct_ops_module.c270 epollfd = epoll_create1(0); in test_detach_link()
H A Dsockmap_basic.c519 epollfd = epoll_create1(0); in test_sockmap_skb_verdict_shutdown()
/linux/tools/testing/selftests/net/
H A Depoll_busy_poll.c104 ret = epoll_create1(0); in FIXTURE_SETUP()
/linux/tools/testing/selftests/connector/
H A Dproc_filter.c106 epoll_fd = epoll_create1(EPOLL_CLOEXEC); in register_proc_netlink()
/linux/kernel/
H A Dsys_ni.c55 COND_SYSCALL(epoll_create1);
/linux/tools/testing/selftests/pidfd/
H A Dpidfd_test.c398 int epoll_fd = epoll_create1(EPOLL_CLOEXEC); in poll_pidfd()
/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_ringbufs.c237 ctx->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in ringbuf_custom_setup()
/linux/tools/testing/selftests/net/af_unix/
H A Dmsg_oob.c127 self->epoll_fd[i] = epoll_create1(0); in setup_epollpri()
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl296 285 n64 epoll_create1 sys_epoll_create1
/linux/tools/testing/vsock/
H A Dutil.c68 epollfd = epoll_create1(0); in vsock_wait_remote_close()
/linux/scripts/
H A Dsyscall.tbl32 20 common epoll_create1 sys_epoll_create1
/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl303 291 common epoll_create1 sys_epoll_create1
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl303 291 common epoll_create1 sys_epoll_create1
H A Dsyscall_32.tbl344 329 i386 epoll_create1 sys_epoll_create1
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl415 315 common epoll_create1 sys_epoll_create1
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl337 327 common epoll_create1 sys_epoll_create1 sys_epoll_create1
/linux/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c3128 ctx.efd[0] = epoll_create1(0); in TEST()
3238 ctx.epfd = epoll_create1(0); in TEST()
3349 ctx.epfd = epoll_create1(0); in TEST()
/linux/tools/lib/bpf/
H A Dlibbpf.c13396 pb->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in __perf_buffer__new()