Searched refs:CLOCK_BOOTTIME_ALARM (Results 1 – 17 of 17) sorted by relevance
/linux-6.6.21/tools/testing/selftests/timers/ |
D | alarmtimer-suspend.c | 42 #define CLOCK_BOOTTIME_ALARM 9 macro 78 case CLOCK_BOOTTIME_ALARM: in clockstring() 140 alarm_clock_id <= CLOCK_BOOTTIME_ALARM; in main()
|
D | set-timer-lat.c | 42 #define CLOCK_BOOTTIME_ALARM 9 macro 79 case CLOCK_BOOTTIME_ALARM: in clockstring() 142 (clock_id == CLOCK_BOOTTIME_ALARM)) { in setup_timer()
|
D | nanosleep.c | 43 #define CLOCK_BOOTTIME_ALARM 9 macro 71 case CLOCK_BOOTTIME_ALARM: in clockstring()
|
D | nsleep-lat.c | 43 #define CLOCK_BOOTTIME_ALARM 9 macro 71 case CLOCK_BOOTTIME_ALARM: in clockstring()
|
D | inconsistency-check.c | 45 #define CLOCK_BOOTTIME_ALARM 9 macro 71 case CLOCK_BOOTTIME_ALARM: in clockstring()
|
/linux-6.6.21/tools/testing/selftests/timens/ |
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()
|
D | timerfd.c | 20 if (clockid == CLOCK_BOOTTIME_ALARM) in tclock_gettime() 118 ret |= run_test(CLOCK_BOOTTIME_ALARM, btime_now); in main()
|
D | clock_nanosleep.c | 142 ret |= run_test(CLOCK_BOOTTIME_ALARM, 0); in main() 143 ret |= run_test(CLOCK_BOOTTIME_ALARM, 1); in main()
|
D | timer.c | 111 ret |= run_test(CLOCK_BOOTTIME_ALARM, btime_now); in main()
|
D | timens.c | 39 ct(CLOCK_BOOTTIME_ALARM, 1),
|
/linux-6.6.21/include/uapi/linux/ |
D | time.h | 58 #define CLOCK_BOOTTIME_ALARM 9 macro
|
/linux-6.6.21/fs/ |
D | timerfd.c | 55 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.6.21/kernel/time/ |
D | namespace.c | 33 case CLOCK_BOOTTIME_ALARM: in do_timens_ktime_to_host() 192 offset[CLOCK_BOOTTIME_ALARM] = boottime; in timens_setup_vdso_data()
|
D | alarmtimer.c | 545 if (clockid == CLOCK_BOOTTIME_ALARM) in clock2alarm()
|
D | posix-timers.c | 1524 [CLOCK_BOOTTIME_ALARM] = &alarm_clock,
|
/linux-6.6.21/tools/testing/selftests/breakpoints/ |
D | step_after_suspend_test.c | 147 timerfd = timerfd_create(CLOCK_BOOTTIME_ALARM, 0); in suspend()
|
/linux-6.6.21/drivers/iio/ |
D | industrialio-core.c | 1424 [CLOCK_BOOTTIME_ALARM] = "boottime_alarm",
|