Home
last modified time | relevance | path

Searched refs:timerfd_create (Results 1 – 25 of 31) sorted by relevance

12

/linux-6.3-rc2/tools/build/feature/
A Dtest-timerfd.c11 int fd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK); in main()
/linux-6.3-rc2/arch/um/drivers/
A Drtc_user.c35 uml_rtc_irq_fds[0] = timerfd_create(CLOCK_REALTIME, TFD_CLOEXEC); in uml_rtc_start()
/linux-6.3-rc2/tools/testing/selftests/timens/
A Dtimerfd.c50 fd = timerfd_create(clockid, 0); in run_test()
/linux-6.3-rc2/tools/thermal/thermometer/
A Dthermometer.c395 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.3-rc2/tools/testing/selftests/breakpoints/
A Dstep_after_suspend_test.c147 timerfd = timerfd_create(CLOCK_BOOTTIME_ALARM, 0); in suspend()
/linux-6.3-rc2/kernel/
A Dsys_ni.c123 COND_SYSCALL(timerfd_create);
/linux-6.3-rc2/fs/
A Dtimerfd.c406 SYSCALL_DEFINE2(timerfd_create, int, clockid, int, flags) in SYSCALL_DEFINE2() argument
/linux-6.3-rc2/arch/ia64/kernel/syscalls/
A Dsyscall.tbl298 286 common timerfd_create sys_timerfd_create
/linux-6.3-rc2/tools/perf/arch/mips/entry/syscalls/
A Dsyscall_n64.tbl291 280 n64 timerfd_create sys_timerfd_create
/linux-6.3-rc2/arch/mips/kernel/syscalls/
A Dsyscall_n64.tbl291 280 n64 timerfd_create sys_timerfd_create
A Dsyscall_n32.tbl295 284 n32 timerfd_create sys_timerfd_create
A Dsyscall_o32.tbl335 321 o32 timerfd_create sys_timerfd_create
/linux-6.3-rc2/arch/x86/entry/syscalls/
A Dsyscall_64.tbl294 283 common timerfd_create sys_timerfd_create
A Dsyscall_32.tbl336 322 i386 timerfd_create sys_timerfd_create
/linux-6.3-rc2/arch/xtensa/kernel/syscalls/
A Dsyscall.tbl335 312 common timerfd_create sys_timerfd_create
/linux-6.3-rc2/tools/perf/arch/x86/entry/syscalls/
A Dsyscall_64.tbl294 283 common timerfd_create sys_timerfd_create
/linux-6.3-rc2/arch/sh/kernel/syscalls/
A Dsyscall.tbl332 322 common timerfd_create sys_timerfd_create
/linux-6.3-rc2/arch/arm/tools/
A Dsyscall.tbl367 350 common timerfd_create sys_timerfd_create
/linux-6.3-rc2/arch/microblaze/kernel/syscalls/
A Dsyscall.tbl332 322 common timerfd_create sys_timerfd_create
/linux-6.3-rc2/arch/m68k/kernel/syscalls/
A Dsyscall.tbl328 318 common timerfd_create sys_timerfd_create
/linux-6.3-rc2/arch/parisc/kernel/syscalls/
A Dsyscall.tbl347 306 common timerfd_create parisc_timerfd_create
/linux-6.3-rc2/arch/sparc/kernel/syscalls/
A Dsyscall.tbl379 312 common timerfd_create sys_timerfd_create
/linux-6.3-rc2/arch/alpha/kernel/syscalls/
A Dsyscall.tbl412 481 common timerfd_create sys_timerfd_create
/linux-6.3-rc2/arch/powerpc/kernel/syscalls/
A Dsyscall.tbl395 306 common timerfd_create sys_timerfd_create
/linux-6.3-rc2/arch/s390/kernel/syscalls/
A Dsyscall.tbl329 319 common timerfd_create sys_timerfd_create sys_timerfd_create

Completed in 19 milliseconds

12