Searched refs:CLOCK_BOOTTIME_ALARM (Results 1 – 16 of 16) sorted by relevance
42 #define CLOCK_BOOTTIME_ALARM 9 macro78 case CLOCK_BOOTTIME_ALARM: in clockstring()140 alarm_clock_id <= CLOCK_BOOTTIME_ALARM; in main()
42 #define CLOCK_BOOTTIME_ALARM 9 macro79 case CLOCK_BOOTTIME_ALARM: in clockstring()142 (clock_id == CLOCK_BOOTTIME_ALARM)) { in setup_timer()
43 #define CLOCK_BOOTTIME_ALARM 9 macro71 case CLOCK_BOOTTIME_ALARM: in clockstring()
45 #define CLOCK_BOOTTIME_ALARM 9 macro71 case CLOCK_BOOTTIME_ALARM: in clockstring()
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()
20 if (clockid == CLOCK_BOOTTIME_ALARM) in tclock_gettime()118 ret |= run_test(CLOCK_BOOTTIME_ALARM, btime_now); in main()
142 ret |= run_test(CLOCK_BOOTTIME_ALARM, 0); in main()143 ret |= run_test(CLOCK_BOOTTIME_ALARM, 1); in main()
111 ret |= run_test(CLOCK_BOOTTIME_ALARM, btime_now); in main()
39 ct(CLOCK_BOOTTIME_ALARM, 1),
58 #define CLOCK_BOOTTIME_ALARM 9 macro
55 ctx->clockid == CLOCK_BOOTTIME_ALARM; in isalarm()420 clockid != CLOCK_BOOTTIME_ALARM)) in SYSCALL_DEFINE2()424 clockid == CLOCK_BOOTTIME_ALARM) && in SYSCALL_DEFINE2()
33 case CLOCK_BOOTTIME_ALARM: in do_timens_ktime_to_host()192 offset[CLOCK_BOOTTIME_ALARM] = boottime; in timens_setup_vdso_data()
522 if (clockid == CLOCK_BOOTTIME_ALARM) in clock2alarm()
1403 [CLOCK_BOOTTIME_ALARM] = &alarm_clock,
147 timerfd = timerfd_create(CLOCK_BOOTTIME_ALARM, 0); in suspend()