Searched refs:__NR_timerfd_create (Results 1 – 22 of 22) sorted by relevance
/external/ltp/testcases/kernel/syscalls/timerfd/ |
D | timerfd02.c | 141 fd = ltp_syscall(__NR_timerfd_create, in main() 158 fd = ltp_syscall(__NR_timerfd_create, CLOCK_REALTIME, in main()
|
D | timerfd03.c | 137 fd = ltp_syscall(__NR_timerfd_create, in main() 154 fd = ltp_syscall(__NR_timerfd_create, CLOCK_REALTIME, in main()
|
D | timerfd01.c | 59 #ifdef __NR_timerfd_create 91 return ltp_syscall(__NR_timerfd_create, clockid, flags); in timerfd_create()
|
/external/strace/tests-mx32/ |
D | timerfd_xettime.c | 33 #if defined __NR_timerfd_create \ 47 if (syscall(__NR_timerfd_create, CLOCK_MONOTONIC, O_CLOEXEC | O_NONBLOCK)) in main()
|
/external/strace/tests-m32/ |
D | timerfd_xettime.c | 33 #if defined __NR_timerfd_create \ 47 if (syscall(__NR_timerfd_create, CLOCK_MONOTONIC, O_CLOEXEC | O_NONBLOCK)) in main()
|
/external/strace/tests/ |
D | timerfd_xettime.c | 33 #if defined __NR_timerfd_create \ 47 if (syscall(__NR_timerfd_create, CLOCK_MONOTONIC, O_CLOEXEC | O_NONBLOCK)) in main()
|
/external/ltp/include/lapi/ |
D | timerfd.h | 32 return ltp_syscall(__NR_timerfd_create, clockid, flags); in timerfd_create()
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 855 #ifdef __NR_timerfd_create 856 { "timerfd_create", __NR_timerfd_create },
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 287 #define __NR_timerfd_create 283 macro
|
D | unistd_32.h | 322 #define __NR_timerfd_create 322 macro
|
D | unistd_x32.h | 250 #define __NR_timerfd_create (__X32_SYSCALL_BIT + 283) macro
|
/external/strace/ |
D | scno.h | 857 #ifndef __NR_timerfd_create 858 # define __NR_timerfd_create (SYSCALL_BIT | 283) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 270 #define __NR_timerfd_create 85 macro 271 __SYSCALL(__NR_timerfd_create, sys_timerfd_create)
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd_n64.h | 283 #define __NR_timerfd_create (__NR_Linux + 280) macro
|
D | unistd_n32.h | 287 #define __NR_timerfd_create (__NR_Linux + 284) macro
|
D | unistd_o32.h | 324 #define __NR_timerfd_create (__NR_Linux + 321) macro
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd-common.h | 309 #define __NR_timerfd_create (__NR_SYSCALL_BASE + 350) macro
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 820 __NR_timerfd_create = 322
|
D | sys_amd64.const | 820 __NR_timerfd_create = 283
|
D | sys_arm.const | 820 __NR_timerfd_create = 350
|
D | sys_ppc64le.const | 820 __NR_timerfd_create = 306
|
D | sys_arm64.const | 820 __NR_timerfd_create = 85
|