Home
last modified time | relevance | path

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

/linux-4.4.14/tools/testing/selftests/timers/
Dalarmtimer-suspend.c53 #define CLOCK_BOOTTIME_ALARM 9 macro
89 case CLOCK_BOOTTIME_ALARM: in clockstring()
151 alarm_clock_id <= CLOCK_BOOTTIME_ALARM; in main()
Dset-timer-lat.c52 #define CLOCK_BOOTTIME_ALARM 9 macro
88 case CLOCK_BOOTTIME_ALARM: in clockstring()
143 (clock_id == CLOCK_BOOTTIME_ALARM)) { in do_timer()
Dnanosleep.c54 #define CLOCK_BOOTTIME_ALARM 9 macro
82 case CLOCK_BOOTTIME_ALARM: in clockstring()
Dnsleep-lat.c54 #define CLOCK_BOOTTIME_ALARM 9 macro
82 case CLOCK_BOOTTIME_ALARM: in clockstring()
Dinconsistency-check.c56 #define CLOCK_BOOTTIME_ALARM 9 macro
82 case CLOCK_BOOTTIME_ALARM: in clockstring()
/linux-4.4.14/include/uapi/linux/
Dtime.h56 #define CLOCK_BOOTTIME_ALARM 9 macro
/linux-4.4.14/fs/
Dtimerfd.c52 ctx->clockid == CLOCK_BOOTTIME_ALARM; in isalarm()
390 clockid != CLOCK_BOOTTIME_ALARM)) in SYSCALL_DEFINE2()
/linux-4.4.14/kernel/time/
Dalarmtimer.c450 if (clockid == CLOCK_BOOTTIME_ALARM) in clock2alarm()
836 posix_timers_register_clock(CLOCK_BOOTTIME_ALARM, &alarm_clock); in alarmtimer_init()