Home
last modified time | relevance | path

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

123

/openbmc/linux/tools/build/feature/
H A Dtest-timerfd.c11 int fd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK); in main()
/openbmc/linux/arch/um/drivers/
H A Drtc_user.c35 uml_rtc_irq_fds[0] = timerfd_create(CLOCK_REALTIME, TFD_CLOEXEC); in uml_rtc_start()
/openbmc/linux/tools/testing/selftests/timens/
H A Dtimerfd.c50 fd = timerfd_create(clockid, 0); in run_test()
/openbmc/phosphor-time-manager/
H A Dbmc_epoch.cpp53 timeFd = timerfd_create(CLOCK_REALTIME, 0); in initialize()
/openbmc/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()
/openbmc/linux/tools/testing/selftests/breakpoints/
H A Dstep_after_suspend_test.c147 timerfd = timerfd_create(CLOCK_BOOTTIME_ALARM, 0); in suspend()
/openbmc/libpldm/src/transport/
H A Dtest.c193 test->timerfd = timerfd_create(CLOCK_MONOTONIC, 0); in pldm_transport_test_init()
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/
H A D0001-memcheck-tests-Fix-timerfd-syscall-test.patch88 int timerfd_create(int clockid, int flags)
/openbmc/phosphor-state-manager/
H A Dscheduled_host_transition.cpp144 timeFd = timerfd_create(CLOCK_REALTIME, 0); in initialize()
/openbmc/qemu/linux-user/mips/
H A Dsyscall-args-o32.c.inc322 [ 321] = 2, /* timerfd_create */
/openbmc/linux/kernel/
H A Dsys_ni.c73 COND_SYSCALL(timerfd_create);
/openbmc/linux/fs/
H A Dtimerfd.c406 SYSCALL_DEFINE2(timerfd_create, int, clockid, int, flags) in SYSCALL_DEFINE2() argument
/openbmc/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl291 280 n64 timerfd_create sys_timerfd_create
/openbmc/qemu/linux-user/mips64/
H A Dsyscall_n64.tbl291 280 n64 timerfd_create sys_timerfd_create
H A Dsyscall_n32.tbl295 284 n32 timerfd_create sys_timerfd_create
/openbmc/linux/arch/ia64/kernel/syscalls/
H A Dsyscall.tbl298 286 common timerfd_create sys_timerfd_create
/openbmc/linux/arch/mips/kernel/syscalls/
H A Dsyscall_n64.tbl291 280 n64 timerfd_create sys_timerfd_create
H A Dsyscall_n32.tbl295 284 n32 timerfd_create sys_timerfd_create
/openbmc/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl294 283 common timerfd_create sys_timerfd_create
/openbmc/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl294 283 common timerfd_create sys_timerfd_create
/openbmc/linux/arch/xtensa/kernel/syscalls/
H A Dsyscall.tbl335 312 common timerfd_create sys_timerfd_create
/openbmc/qemu/linux-user/xtensa/
H A Dsyscall.tbl335 312 common timerfd_create sys_timerfd_create
/openbmc/btbridge/
H A Dbtbridged.c714 context->fds[TIMER_FD].fd = timerfd_create(CLOCK_MONOTONIC, 0); in main()
/openbmc/qemu/linux-user/riscv/
H A Dsyscall.tbl109 85 common timerfd_create sys_timerfd_create
/openbmc/qemu/linux-user/loongarch64/
H A Dsyscall.tbl109 85 common timerfd_create sys_timerfd_create

123