Home
last modified time | relevance | path

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

/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),
/linux/include/uapi/linux/
H A Dtime.h58 #define CLOCK_BOOTTIME_ALARM 9 macro
/linux/fs/
H A Dtimerfd.c55 ctx->clockid == CLOCK_BOOTTIME_ALARM; in isalarm()
410 clockid != CLOCK_BOOTTIME_ALARM)) in SYSCALL_DEFINE2()
414 clockid == CLOCK_BOOTTIME_ALARM) && in SYSCALL_DEFINE2()
/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.c518 if (clockid == CLOCK_BOOTTIME_ALARM) in clock2alarm()