Symbol: CLOCK_BOOTTIME_ALARM
drivers/iio/industrialio-core.c
1467
[CLOCK_BOOTTIME_ALARM] = "boottime_alarm",
fs/timerfd.c
438
clockid != CLOCK_BOOTTIME_ALARM))
fs/timerfd.c
442
clockid == CLOCK_BOOTTIME_ALARM) &&
fs/timerfd.c
55
ctx->clockid == CLOCK_BOOTTIME_ALARM;
kernel/time/alarmtimer.c
489
WARN_ON_ONCE(clockid != CLOCK_BOOTTIME_ALARM);
kernel/time/namespace.c
35
case CLOCK_BOOTTIME_ALARM:
kernel/time/namespace_vdso.c
68
offset[CLOCK_BOOTTIME_ALARM] = boottime;
kernel/time/posix-timers.c
1534
[CLOCK_BOOTTIME_ALARM] = &alarm_clock,
tools/testing/selftests/breakpoints/step_after_suspend_test.c
166
timerfd = timerfd_create(CLOCK_BOOTTIME_ALARM, 0);
tools/testing/selftests/timens/clock_nanosleep.c
144
ret |= run_test(CLOCK_BOOTTIME_ALARM, 0);
tools/testing/selftests/timens/clock_nanosleep.c
145
ret |= run_test(CLOCK_BOOTTIME_ALARM, 1);
tools/testing/selftests/timens/timens.c
39
ct(CLOCK_BOOTTIME_ALARM, 1),
tools/testing/selftests/timens/timens.h
26
if (clock_gettime(CLOCK_BOOTTIME_ALARM, &ts) == -1 && errno == EINVAL)
tools/testing/selftests/timens/timens.h
32
if (!config_alarm_timers && clockid == CLOCK_BOOTTIME_ALARM) {
tools/testing/selftests/timens/timer.c
113
ret |= run_test(CLOCK_BOOTTIME_ALARM, btime_now);
tools/testing/selftests/timens/timerfd.c
120
ret |= run_test(CLOCK_BOOTTIME_ALARM, btime_now);
tools/testing/selftests/timens/timerfd.c
20
if (clockid == CLOCK_BOOTTIME_ALARM)
tools/testing/selftests/timers/alarmtimer-suspend.c
126
alarm_clock_id <= CLOCK_BOOTTIME_ALARM;
tools/testing/selftests/timers/alarmtimer-suspend.c
64
case CLOCK_BOOTTIME_ALARM:
tools/testing/selftests/timers/inconsistency-check.c
60
case CLOCK_BOOTTIME_ALARM:
tools/testing/selftests/timers/nanosleep.c
59
case CLOCK_BOOTTIME_ALARM:
tools/testing/selftests/timers/nsleep-lat.c
58
case CLOCK_BOOTTIME_ALARM:
tools/testing/selftests/timers/set-timer-lat.c
130
(clock_id == CLOCK_BOOTTIME_ALARM)) {
tools/testing/selftests/timers/set-timer-lat.c
67
case CLOCK_BOOTTIME_ALARM:
tools/testing/selftests/vDSO/vdso_test_abi.c
52
[CLOCK_BOOTTIME_ALARM] = "CLOCK_BOOTTIME_ALARM",