Home
last modified time | relevance | path

Searched refs:sys_eventfd2 (Results 1 – 14 of 14) sorted by relevance

/tools/testing/selftests/filesystems/eventfd/
A Deventfd_test.c40 static inline int sys_eventfd2(unsigned int count, int flags) in sys_eventfd2() function
49 fd = sys_eventfd2(0, 0); in TEST()
63 fd = sys_eventfd2(0, EFD_CLOEXEC); in TEST()
77 fd = sys_eventfd2(0, EFD_NONBLOCK); in TEST()
92 fd = sys_eventfd2(0, EFD_CLOEXEC|EFD_NONBLOCK); in TEST()
171 fd = sys_eventfd2(0, EFD_SEMAPHORE); in TEST()
198 fd = sys_eventfd2(0, 0); in TEST()
226 fd = sys_eventfd2(1, 0); in TEST()
255 fd = sys_eventfd2(0, EFD_NONBLOCK); in TEST()
289 fd = sys_eventfd2(0, EFD_SEMAPHORE|EFD_NONBLOCK); in TEST()
/tools/perf/arch/s390/entry/syscalls/
A Dsyscall.tbl333 323 common eventfd2 sys_eventfd2 sys_eventfd2
/tools/perf/arch/mips/entry/syscalls/
A Dsyscall_n64.tbl295 284 n64 eventfd2 sys_eventfd2
/tools/scripts/
A Dsyscall.tbl31 19 common eventfd2 sys_eventfd2
/tools/perf/arch/sh/entry/syscalls/
A Dsyscall.tbl338 328 common eventfd2 sys_eventfd2
/tools/perf/arch/x86/entry/syscalls/
A Dsyscall_64.tbl302 290 common eventfd2 sys_eventfd2
A Dsyscall_32.tbl343 328 i386 eventfd2 sys_eventfd2
/tools/perf/arch/xtensa/entry/syscalls/
A Dsyscall.tbl339 316 common eventfd2 sys_eventfd2
/tools/perf/arch/alpha/entry/syscalls/
A Dsyscall.tbl416 485 common eventfd2 sys_eventfd2
/tools/perf/arch/arm/entry/syscalls/
A Dsyscall.tbl374 356 common eventfd2 sys_eventfd2
/tools/perf/arch/arm64/entry/syscalls/
A Dsyscall_32.tbl371 356 common eventfd2 sys_eventfd2
/tools/perf/arch/sparc/entry/syscalls/
A Dsyscall.tbl387 318 common eventfd2 sys_eventfd2
/tools/perf/arch/powerpc/entry/syscalls/
A Dsyscall.tbl414 314 common eventfd2 sys_eventfd2
/tools/include/uapi/asm-generic/
A Dunistd.h76 __SYSCALL(__NR_eventfd2, sys_eventfd2)

Completed in 16 milliseconds