Home
last modified time | relevance | path

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

/Linux-v5.4/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()
Dinconsistency-check.c45 #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()
/Linux-v5.4/include/uapi/linux/
Dtime.h56 #define CLOCK_BOOTTIME_ALARM 9 macro
/Linux-v5.4/fs/
Dtimerfd.c54 ctx->clockid == CLOCK_BOOTTIME_ALARM; in isalarm()
401 clockid != CLOCK_BOOTTIME_ALARM)) in SYSCALL_DEFINE2()
405 clockid == CLOCK_BOOTTIME_ALARM) && in SYSCALL_DEFINE2()
/Linux-v5.4/tools/testing/selftests/breakpoints/
Dstep_after_suspend_test.c146 timerfd = timerfd_create(CLOCK_BOOTTIME_ALARM, 0); in suspend()
/Linux-v5.4/kernel/time/
Dalarmtimer.c522 if (clockid == CLOCK_BOOTTIME_ALARM) in clock2alarm()
Dposix-timers.c1353 [CLOCK_BOOTTIME_ALARM] = &alarm_clock,