Home
last modified time | relevance | path

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

/linux-6.1.9/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()
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()
Dnanosleep.c43 #define CLOCK_BOOTTIME_ALARM 9 macro
71 case CLOCK_BOOTTIME_ALARM: in clockstring()
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()
/linux-6.1.9/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.c39 ct(CLOCK_BOOTTIME_ALARM, 1),
/linux-6.1.9/include/uapi/linux/
Dtime.h58 #define CLOCK_BOOTTIME_ALARM 9 macro
/linux-6.1.9/fs/
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()
/linux-6.1.9/kernel/time/
Dnamespace.c33 case CLOCK_BOOTTIME_ALARM: in do_timens_ktime_to_host()
192 offset[CLOCK_BOOTTIME_ALARM] = boottime; in timens_setup_vdso_data()
Dalarmtimer.c522 if (clockid == CLOCK_BOOTTIME_ALARM) in clock2alarm()
Dposix-timers.c1403 [CLOCK_BOOTTIME_ALARM] = &alarm_clock,
/linux-6.1.9/tools/testing/selftests/breakpoints/
Dstep_after_suspend_test.c147 timerfd = timerfd_create(CLOCK_BOOTTIME_ALARM, 0); in suspend()