Home
last modified time | relevance | path

Searched refs:CLOCK_BOOTTIME_ALARM (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/tools/testing/selftests/timers/
H A Dalarmtimer-suspend.c42 #define CLOCK_BOOTTIME_ALARM 9 macro
78 case CLOCK_BOOTTIME_ALARM: in clockstring()
140 alarm_clock_id <= CLOCK_BOOTTIME_ALARM; in main()
H A Dset-timer-lat.c42 #define CLOCK_BOOTTIME_ALARM 9 macro
79 case CLOCK_BOOTTIME_ALARM: in clockstring()
142 (clock_id == CLOCK_BOOTTIME_ALARM)) { in setup_timer()
H A Dnanosleep.c43 #define CLOCK_BOOTTIME_ALARM 9 macro
71 case CLOCK_BOOTTIME_ALARM: in clockstring()
H A Dnsleep-lat.c43 #define CLOCK_BOOTTIME_ALARM 9 macro
71 case CLOCK_BOOTTIME_ALARM: in clockstring()
H A Dinconsistency-check.c45 #define CLOCK_BOOTTIME_ALARM 9 macro
71 case CLOCK_BOOTTIME_ALARM: in clockstring()
/openbmc/linux/tools/testing/selftests/timens/
H A Dtimens.h26 if (clock_gettime(CLOCK_BOOTTIME_ALARM, &ts) == -1 && errno == EINVAL) in check_supported_timers()
32 if (!config_alarm_timers && clockid == CLOCK_BOOTTIME_ALARM) { in check_skip()
H A Dtimerfd.c20 if (clockid == CLOCK_BOOTTIME_ALARM) in tclock_gettime()
118 ret |= run_test(CLOCK_BOOTTIME_ALARM, btime_now); in main()
H A Dclock_nanosleep.c142 ret |= run_test(CLOCK_BOOTTIME_ALARM, 0); in main()
143 ret |= run_test(CLOCK_BOOTTIME_ALARM, 1); in main()
H A Dtimer.c111 ret |= run_test(CLOCK_BOOTTIME_ALARM, btime_now); in main()
H A Dtimens.c39 ct(CLOCK_BOOTTIME_ALARM, 1),
/openbmc/sdeventplus/src/sdeventplus/
H A Dclock.hpp22 BootTimeAlarm = CLOCK_BOOTTIME_ALARM,
/openbmc/linux/include/uapi/linux/
H A Dtime.h58 #define CLOCK_BOOTTIME_ALARM 9 macro
/openbmc/linux/fs/
H A Dtimerfd.c55 ctx->clockid == CLOCK_BOOTTIME_ALARM; in isalarm()
420 clockid != CLOCK_BOOTTIME_ALARM)) in SYSCALL_DEFINE2()
424 clockid == CLOCK_BOOTTIME_ALARM) && in SYSCALL_DEFINE2()
/openbmc/linux/kernel/time/
H A Dnamespace.c33 case CLOCK_BOOTTIME_ALARM: in do_timens_ktime_to_host()
192 offset[CLOCK_BOOTTIME_ALARM] = boottime; in timens_setup_vdso_data()
H A Dalarmtimer.c545 if (clockid == CLOCK_BOOTTIME_ALARM) in clock2alarm()
H A Dposix-timers.c1524 [CLOCK_BOOTTIME_ALARM] = &alarm_clock,
/openbmc/linux/tools/testing/selftests/breakpoints/
H A Dstep_after_suspend_test.c147 timerfd = timerfd_create(CLOCK_BOOTTIME_ALARM, 0); in suspend()
/openbmc/linux/drivers/iio/
H A Dindustrialio-core.c1429 [CLOCK_BOOTTIME_ALARM] = "boottime_alarm",
/openbmc/qemu/linux-user/
H A Dstrace.c1537 ENUM_TARGET(CLOCK_BOOTTIME_ALARM),