Searched refs:CLOCK_BOOTTIME_ALARM (Results 1 – 13 of 13) sorted by relevance
| /linux/tools/testing/selftests/timens/ |
| H A D | timens.h | 26 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 D | timerfd.c | 20 if (clockid == CLOCK_BOOTTIME_ALARM) in tclock_gettime() 120 ret |= run_test(CLOCK_BOOTTIME_ALARM, btime_now); in main()
|
| H A D | clock_nanosleep.c | 144 ret |= run_test(CLOCK_BOOTTIME_ALARM, 0); in main() 145 ret |= run_test(CLOCK_BOOTTIME_ALARM, 1); in main()
|
| H A D | timer.c | 113 ret |= run_test(CLOCK_BOOTTIME_ALARM, btime_now); in main()
|
| H A D | timens.c | 39 ct(CLOCK_BOOTTIME_ALARM, 1),
|
| /linux/tools/testing/selftests/timers/ |
| H A D | alarmtimer-suspend.c | 95 alarm_clock_id <= CLOCK_BOOTTIME_ALARM; in sigalarm()
|
| H A D | set-timer-lat.c | 100 (clock_id == CLOCK_BOOTTIME_ALARM)) { in sigalarm()
|
| H A D | nsleep-lat.c | 113 CLOCK_BOOTTIME_ALARM, in nanosleep_lat_test()
|
| H A D | inconsistency-check.c | |
| H A D | nanosleep.c | 167 CLOCK_BOOTTIME_ALARM, in nanosleep_test_remaining()
|
| /linux/include/uapi/linux/ |
| H A D | time.h | 58 #define CLOCK_BOOTTIME_ALARM 9 macro
|
| /linux/tools/testing/selftests/breakpoints/ |
| H A D | step_after_suspend_test.c | 166 timerfd = timerfd_create(CLOCK_BOOTTIME_ALARM, 0); in suspend()
|
| /linux/tools/testing/selftests/vDSO/ |
| H A D | vdso_test_abi.c | 52 [CLOCK_BOOTTIME_ALARM] = "CLOCK_BOOTTIME_ALARM",
|