Searched refs:timerfd_create (Results 1 – 25 of 34) sorted by relevance
12
/linux-6.12.1/tools/build/feature/ |
D | test-timerfd.c | 11 int fd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK); in main()
|
/linux-6.12.1/arch/um/drivers/ |
D | rtc_user.c | 35 uml_rtc_irq_fds[0] = timerfd_create(CLOCK_REALTIME, TFD_CLOEXEC); in uml_rtc_start()
|
/linux-6.12.1/tools/testing/selftests/timens/ |
D | timerfd.c | 50 fd = timerfd_create(clockid, 0); in run_test()
|
/linux-6.12.1/tools/thermal/thermometer/ |
D | thermometer.c | 395 thermometer->tz[i].fd_timer = timerfd_create(CLOCK_MONOTONIC, 0); in thermometer_start() 475 fd = timerfd_create(CLOCK_MONOTONIC, 0); in thermometer_wait()
|
/linux-6.12.1/tools/testing/selftests/breakpoints/ |
D | step_after_suspend_test.c | 146 timerfd = timerfd_create(CLOCK_BOOTTIME_ALARM, 0); in suspend()
|
/linux-6.12.1/kernel/ |
D | sys_ni.c | 71 COND_SYSCALL(timerfd_create);
|
/linux-6.12.1/fs/ |
D | timerfd.c | 410 SYSCALL_DEFINE2(timerfd_create, int, clockid, int, flags) in SYSCALL_DEFINE2() argument
|
/linux-6.12.1/tools/perf/arch/mips/entry/syscalls/ |
D | syscall_n64.tbl | 291 280 n64 timerfd_create sys_timerfd_create
|
/linux-6.12.1/arch/mips/kernel/syscalls/ |
D | syscall_n64.tbl | 291 280 n64 timerfd_create sys_timerfd_create
|
D | syscall_n32.tbl | 295 284 n32 timerfd_create sys_timerfd_create
|
D | syscall_o32.tbl | 335 321 o32 timerfd_create sys_timerfd_create
|
/linux-6.12.1/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 295 283 common timerfd_create sys_timerfd_create
|
D | syscall_32.tbl | 337 322 i386 timerfd_create sys_timerfd_create
|
/linux-6.12.1/arch/arm64/tools/ |
D | syscall_64.tbl | 109 85 common timerfd_create sys_timerfd_create
|
D | syscall_32.tbl | 365 350 common timerfd_create sys_timerfd_create
|
/linux-6.12.1/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 295 283 common timerfd_create sys_timerfd_create
|
D | syscall_32.tbl | 337 322 i386 timerfd_create sys_timerfd_create
|
/linux-6.12.1/scripts/ |
D | syscall.tbl | 109 85 common timerfd_create sys_timerfd_create
|
/linux-6.12.1/arch/xtensa/kernel/syscalls/ |
D | syscall.tbl | 335 312 common timerfd_create sys_timerfd_create
|
/linux-6.12.1/arch/parisc/kernel/syscalls/ |
D | syscall.tbl | 347 306 common timerfd_create parisc_timerfd_create
|
/linux-6.12.1/arch/microblaze/kernel/syscalls/ |
D | syscall.tbl | 332 322 common timerfd_create sys_timerfd_create
|
/linux-6.12.1/arch/m68k/kernel/syscalls/ |
D | syscall.tbl | 328 318 common timerfd_create sys_timerfd_create
|
/linux-6.12.1/arch/sh/kernel/syscalls/ |
D | syscall.tbl | 332 322 common timerfd_create sys_timerfd_create
|
/linux-6.12.1/arch/sparc/kernel/syscalls/ |
D | syscall.tbl | 379 312 common timerfd_create sys_timerfd_create
|
/linux-6.12.1/arch/arm/tools/ |
D | syscall.tbl | 368 350 common timerfd_create sys_timerfd_create
|
12