/openbmc/linux/tools/build/feature/ |
H A D | test-timerfd.c | 11 int fd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK); in main()
|
/openbmc/linux/arch/um/drivers/ |
H A D | rtc_user.c | 35 uml_rtc_irq_fds[0] = timerfd_create(CLOCK_REALTIME, TFD_CLOEXEC); in uml_rtc_start()
|
/openbmc/linux/tools/testing/selftests/timens/ |
H A D | timerfd.c | 50 fd = timerfd_create(clockid, 0); in run_test()
|
/openbmc/phosphor-time-manager/ |
H A D | bmc_epoch.cpp | 53 timeFd = timerfd_create(CLOCK_REALTIME, 0); in initialize()
|
/openbmc/linux/tools/thermal/thermometer/ |
H A 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()
|
/openbmc/linux/tools/testing/selftests/breakpoints/ |
H A D | step_after_suspend_test.c | 147 timerfd = timerfd_create(CLOCK_BOOTTIME_ALARM, 0); in suspend()
|
/openbmc/libpldm/src/transport/ |
H A D | test.c | 193 test->timerfd = timerfd_create(CLOCK_MONOTONIC, 0); in pldm_transport_test_init()
|
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/ |
H A D | 0001-memcheck-tests-Fix-timerfd-syscall-test.patch | 88 int timerfd_create(int clockid, int flags)
|
/openbmc/phosphor-state-manager/ |
H A D | scheduled_host_transition.cpp | 144 timeFd = timerfd_create(CLOCK_REALTIME, 0); in initialize()
|
/openbmc/qemu/linux-user/mips/ |
H A D | syscall-args-o32.c.inc | 322 [ 321] = 2, /* timerfd_create */
|
/openbmc/linux/kernel/ |
H A D | sys_ni.c | 73 COND_SYSCALL(timerfd_create);
|
/openbmc/linux/fs/ |
H A D | timerfd.c | 406 SYSCALL_DEFINE2(timerfd_create, int, clockid, int, flags) in SYSCALL_DEFINE2() argument
|
/openbmc/linux/tools/perf/arch/mips/entry/syscalls/ |
H A D | syscall_n64.tbl | 291 280 n64 timerfd_create sys_timerfd_create
|
/openbmc/qemu/linux-user/mips64/ |
H A D | syscall_n64.tbl | 291 280 n64 timerfd_create sys_timerfd_create
|
H A D | syscall_n32.tbl | 295 284 n32 timerfd_create sys_timerfd_create
|
/openbmc/linux/arch/ia64/kernel/syscalls/ |
H A D | syscall.tbl | 298 286 common timerfd_create sys_timerfd_create
|
/openbmc/linux/arch/mips/kernel/syscalls/ |
H A D | syscall_n64.tbl | 291 280 n64 timerfd_create sys_timerfd_create
|
H A D | syscall_n32.tbl | 295 284 n32 timerfd_create sys_timerfd_create
|
/openbmc/linux/tools/perf/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 294 283 common timerfd_create sys_timerfd_create
|
/openbmc/linux/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 294 283 common timerfd_create sys_timerfd_create
|
/openbmc/linux/arch/xtensa/kernel/syscalls/ |
H A D | syscall.tbl | 335 312 common timerfd_create sys_timerfd_create
|
/openbmc/qemu/linux-user/xtensa/ |
H A D | syscall.tbl | 335 312 common timerfd_create sys_timerfd_create
|
/openbmc/btbridge/ |
H A D | btbridged.c | 714 context->fds[TIMER_FD].fd = timerfd_create(CLOCK_MONOTONIC, 0); in main()
|
/openbmc/qemu/linux-user/riscv/ |
H A D | syscall.tbl | 109 85 common timerfd_create sys_timerfd_create
|
/openbmc/qemu/linux-user/loongarch64/ |
H A D | syscall.tbl | 109 85 common timerfd_create sys_timerfd_create
|