Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/timers/
Dalarmtimer-suspend.c41 #define CLOCK_REALTIME_ALARM 8 macro
76 case CLOCK_REALTIME_ALARM: in clockstring()
139 for (alarm_clock_id = CLOCK_REALTIME_ALARM; in main()
Dset-timer-lat.c41 #define CLOCK_REALTIME_ALARM 8 macro
77 case CLOCK_REALTIME_ALARM: in clockstring()
141 if ((clock_id == CLOCK_REALTIME_ALARM) || in setup_timer()
Dnanosleep.c42 #define CLOCK_REALTIME_ALARM 8 macro
69 case CLOCK_REALTIME_ALARM: in clockstring()
Dinconsistency-check.c44 #define CLOCK_REALTIME_ALARM 8 macro
69 case CLOCK_REALTIME_ALARM: in clockstring()
Dnsleep-lat.c42 #define CLOCK_REALTIME_ALARM 8 macro
69 case CLOCK_REALTIME_ALARM: in clockstring()
/Linux-v4.19/fs/
Dtimerfd.c53 return ctx->clockid == CLOCK_REALTIME_ALARM || in isalarm()
146 ctx->clockid == CLOCK_REALTIME_ALARM) && in timerfd_setup_cancel()
189 ctx->clockid == CLOCK_REALTIME_ALARM ? in timerfd_setup()
399 clockid != CLOCK_REALTIME_ALARM && in SYSCALL_DEFINE2()
404 if ((clockid == CLOCK_REALTIME_ALARM || in SYSCALL_DEFINE2()
419 ctx->clockid == CLOCK_REALTIME_ALARM ? in SYSCALL_DEFINE2()
/Linux-v4.19/include/uapi/linux/
Dtime.h82 #define CLOCK_REALTIME_ALARM 8 macro
/Linux-v4.19/kernel/time/
Dalarmtimer.c524 if (clockid == CLOCK_REALTIME_ALARM) in clock2alarm()
Dposix-timers.c1352 [CLOCK_REALTIME_ALARM] = &alarm_clock,