Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/kcmp/
Dkcmp_test.c55 epollfd = epoll_create1(0); in main()
/Linux-v4.19/kernel/
Dsys_ni.c62 COND_SYSCALL(epoll_create1);
/Linux-v4.19/arch/powerpc/include/asm/
Dsystbl.h323 SYSCALL_SPU(epoll_create1)
/Linux-v4.19/arch/parisc/kernel/
Dsyscall_table.S409 ENTRY_SAME(epoll_create1)
/Linux-v4.19/arch/x86/entry/syscalls/
Dsyscall_64.tbl302 291 common epoll_create1 __x64_sys_epoll_create1
Dsyscall_32.tbl343 329 i386 epoll_create1 sys_epoll_create1 __ia32_sys_epoll_create1
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl302 291 common epoll_create1 __x64_sys_epoll_create1
/Linux-v4.19/arch/arm/tools/
Dsyscall.tbl374 357 common epoll_create1 sys_epoll_create1
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl337 327 common epoll_create1 sys_epoll_create1 sys_epoll_create1
/Linux-v4.19/arch/s390/kernel/syscalls/
Dsyscall.tbl337 327 common epoll_create1 sys_epoll_create1 sys_epoll_create1
/Linux-v4.19/fs/
Deventpoll.c1989 SYSCALL_DEFINE1(epoll_create1, int, flags) in SYSCALL_DEFINE1() argument