Home
last modified time | relevance | path

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

/tools/testing/selftests/timers/
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()
Dnanosleep.c43 #define CLOCK_BOOTTIME_ALARM 9 macro
71 case CLOCK_BOOTTIME_ALARM: in clockstring()
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()
Dnsleep-lat.c43 #define CLOCK_BOOTTIME_ALARM 9 macro
71 case CLOCK_BOOTTIME_ALARM: in clockstring()
Dinconsistency-check.c45 #define CLOCK_BOOTTIME_ALARM 9 macro
71 case CLOCK_BOOTTIME_ALARM: in clockstring()
/tools/testing/selftests/timens/
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()
Dtimerfd.c20 if (clockid == CLOCK_BOOTTIME_ALARM) in tclock_gettime()
118 ret |= run_test(CLOCK_BOOTTIME_ALARM, btime_now); in main()
Dclock_nanosleep.c142 ret |= run_test(CLOCK_BOOTTIME_ALARM, 0); in main()
143 ret |= run_test(CLOCK_BOOTTIME_ALARM, 1); in main()
Dtimer.c111 ret |= run_test(CLOCK_BOOTTIME_ALARM, btime_now); in main()
Dtimens.c41 ct(CLOCK_BOOTTIME_ALARM, 1),
/tools/testing/selftests/breakpoints/
Dstep_after_suspend_test.c147 timerfd = timerfd_create(CLOCK_BOOTTIME_ALARM, 0); in suspend()