Home
last modified time | relevance | path

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

12

/kernel/liteos_a/fs/vfs/include/
H A Depoll.h75 int epoll_create1(int flags);
/kernel/liteos_a/testsuites/unittest/libc/io/full/
H A DIO_test_epoll_001.cpp64 epFd = epoll_create1(100); /* 100, cretae input, */ in testcase()
H A DIO_test_epoll_002.cpp88 epFd = epoll_create1(100); /* 100, cretae input, */ in testcase()
/kernel/linux/linux-5.10/tools/testing/selftests/kcmp/
H A Dkcmp_test.c55 epollfd = epoll_create1(0); in main()
57 perror("epoll_create1 failed"); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/kcmp/
H A Dkcmp_test.c55 epollfd = epoll_create1(0); in main()
57 perror("epoll_create1 failed"); in main()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dringbuf.c198 rb->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in ring_buffer__new()
435 rb->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in user_ring_buffer__new()
/kernel/linux/linux-5.10/tools/testing/vsock/
H A Dutil.c55 epollfd = epoll_create1(0); in vsock_wait_remote_close()
57 perror("epoll_create1"); in vsock_wait_remote_close()
/kernel/liteos_a/fs/vfs/epoll/
H A Dfs_epoll.c169 * epoll_create is implemented by calling epoll_create1, it's parameter 'size' is useless.
171 * epoll_create1,
179 int epoll_create1(int flags) in epoll_create1() function
/kernel/linux/linux-5.10/tools/testing/selftests/pidfd/
H A Dpidfd_test.c397 int epoll_fd = epoll_create1(EPOLL_CLOEXEC); in poll_pidfd()
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dringbuf.c180 rb->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in ring_buffer__new()
/kernel/linux/linux-5.10/kernel/
H A Dsys_ni.c67 COND_SYSCALL(epoll_create1); variable
/kernel/linux/linux-6.6/tools/testing/selftests/pidfd/
H A Dpidfd_test.c398 int epoll_fd = epoll_create1(EPOLL_CLOEXEC); in poll_pidfd()
/kernel/linux/linux-6.6/tools/testing/selftests/connector/
H A Dproc_filter.c106 epoll_fd = epoll_create1(EPOLL_CLOEXEC); in register_proc_netlink()
109 perror("epoll_create1 failed"); in register_proc_netlink()
/kernel/linux/linux-6.6/tools/testing/vsock/
H A Dutil.c55 epollfd = epoll_create1(0); in vsock_wait_remote_close()
57 perror("epoll_create1"); in vsock_wait_remote_close()
/kernel/linux/linux-6.6/kernel/
H A Dsys_ni.c57 COND_SYSCALL(epoll_create1); variable
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/benchs/
H A Dbench_ringbufs.c237 ctx->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in ringbuf_custom_setup()
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/fp/
H A Dfp-stress.c508 ret = epoll_create1(EPOLL_CLOEXEC); in main()
510 ksft_exit_fail_msg("epoll_create1() failed: %s (%d)\n", in main()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/
H A Dbench_ringbufs.c237 ctx->epoll_fd = epoll_create1(EPOLL_CLOEXEC); in ringbuf_custom_setup()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_basic.c395 epollfd = epoll_create1(0); in test_sockmap_skb_verdict_shutdown()
/kernel/linux/linux-5.10/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c3113 ctx.efd[0] = epoll_create1(0); in TEST()
3223 ctx.epfd = epoll_create1(0); in TEST()
3334 ctx.epfd = epoll_create1(0); in TEST()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/fs/
H A Deventpoll.c2124 SYSCALL_DEFINE1(epoll_create1, int, flags) in SYSCALL_DEFINE1()
/kernel/linux/linux-6.6/fs/
H A Deventpoll.c2073 SYSCALL_DEFINE1(epoll_create1, int, flags) in SYSCALL_DEFINE1()
/kernel/liteos_a/syscall/
H A Dfs_syscall.c2745 ret = epoll_create1(flags); in DoEpollCreate1()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dtls.c1790 epollfd = epoll_create1(0); in TEST_F()

Completed in 27 milliseconds

12