Home
last modified time | relevance | path

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

12

/linux/tools/build/feature/
H A Dtest-timerfd.c11 int fd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK); in main()
/linux/arch/um/drivers/
H A Drtc_user.c35 uml_rtc_irq_fds[0] = timerfd_create(CLOCK_REALTIME, TFD_CLOEXEC); in uml_rtc_start()
/linux/tools/testing/selftests/timens/
H A Dtimerfd.c50 fd = timerfd_create(clockid, 0); in run_test()
/linux/tools/thermal/thermometer/
H 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/tools/testing/selftests/breakpoints/
H A Dstep_after_suspend_test.c146 timerfd = timerfd_create(CLOCK_BOOTTIME_ALARM, 0); in suspend()
148 ksft_exit_fail_msg("timerfd_create() failed\n"); in suspend()
/linux/kernel/
H A Dsys_ni.c71 COND_SYSCALL(timerfd_create);
/linux/fs/
H A Dtimerfd.c410 SYSCALL_DEFINE2(timerfd_create, int, clockid, int, flags) in SYSCALL_DEFINE2() argument
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl291 280 n64 timerfd_create sys_timerfd_create
/linux/arch/mips/kernel/syscalls/
H A Dsyscall_n64.tbl291 280 n64 timerfd_create sys_timerfd_create
/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl295 283 common timerfd_create sys_timerfd_create
H A Dsyscall_32.tbl337 322 i386 timerfd_create sys_timerfd_create
/linux/arch/xtensa/kernel/syscalls/
H A Dsyscall.tbl335 312 common timerfd_create sys_timerfd_create
/linux/scripts/
H A Dsyscall.tbl109 85 common timerfd_create sys_timerfd_create
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl295 283 common timerfd_create sys_timerfd_create
H A Dsyscall_32.tbl337 322 i386 timerfd_create sys_timerfd_create
/linux/arch/m68k/kernel/syscalls/
H A Dsyscall.tbl328 318 common timerfd_create sys_timerfd_create
/linux/arch/microblaze/kernel/syscalls/
H A Dsyscall.tbl332 322 common timerfd_create sys_timerfd_create
/linux/arch/arm/tools/
H A Dsyscall.tbl368 350 common timerfd_create sys_timerfd_create
/linux/arch/arm64/tools/
H A Dsyscall_32.tbl365 350 common timerfd_create sys_timerfd_create
/linux/arch/alpha/kernel/syscalls/
H A Dsyscall.tbl412 481 common timerfd_create sys_timerfd_create
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl399 306 common timerfd_create sys_timerfd_create
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl329 319 common timerfd_create sys_timerfd_create sys_timerfd_create
/linux/samples/bpf/
H A Dxdp_sample_user.c1547 timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC | TFD_NONBLOCK); in sample_run()
/linux/tools/perf/
H A Dbuiltin-kvm.c1372 kvm->timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK); in perf_kvm__timerfd_create()
/linux/tools/perf/util/
H A Devlist.c2399 eet->timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC); in evlist__parse_event_enable_time()

12