Searched refs:CLOCK_REALTIME_ALARM (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/tools/testing/selftests/timers/
H A Dalarmtimer-suspend.c52 #define CLOCK_REALTIME_ALARM 8 macro
87 case CLOCK_REALTIME_ALARM: clockstring()
88 return "CLOCK_REALTIME_ALARM"; clockstring()
150 for (alarm_clock_id = CLOCK_REALTIME_ALARM; main()
H A Dnanosleep.c53 #define CLOCK_REALTIME_ALARM 8 macro
80 case CLOCK_REALTIME_ALARM: clockstring()
81 return "CLOCK_REALTIME_ALARM"; clockstring()
H A Dnsleep-lat.c53 #define CLOCK_REALTIME_ALARM 8 macro
80 case CLOCK_REALTIME_ALARM: clockstring()
81 return "CLOCK_REALTIME_ALARM"; clockstring()
H A Dset-timer-lat.c51 #define CLOCK_REALTIME_ALARM 8 macro
86 case CLOCK_REALTIME_ALARM: clockstring()
87 return "CLOCK_REALTIME_ALARM"; clockstring()
142 if ((clock_id == CLOCK_REALTIME_ALARM) || do_timer()
H A Dinconsistency-check.c55 #define CLOCK_REALTIME_ALARM 8 macro
80 case CLOCK_REALTIME_ALARM: clockstring()
81 return "CLOCK_REALTIME_ALARM"; clockstring()
/linux-4.4.14/include/uapi/linux/
H A Dtime.h55 #define CLOCK_REALTIME_ALARM 8 macro
/linux-4.4.14/fs/
H A Dtimerfd.c51 return ctx->clockid == CLOCK_REALTIME_ALARM || isalarm()
136 ctx->clockid == CLOCK_REALTIME_ALARM) && timerfd_setup_cancel()
178 ctx->clockid == CLOCK_REALTIME_ALARM ? timerfd_setup()
388 clockid != CLOCK_REALTIME_ALARM && SYSCALL_DEFINE2()
402 ctx->clockid == CLOCK_REALTIME_ALARM ? SYSCALL_DEFINE2()
/linux-4.4.14/kernel/time/
H A Dalarmtimer.c448 if (clockid == CLOCK_REALTIME_ALARM) clock2alarm()
835 posix_timers_register_clock(CLOCK_REALTIME_ALARM, &alarm_clock); alarmtimer_init()

Completed in 176 milliseconds