Home
last modified time | relevance | path

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

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