Home
last modified time | relevance | path

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

/linux-6.1.9/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()
Dnsleep-lat.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()
/linux-6.1.9/fs/
Dtimerfd.c54 return ctx->clockid == CLOCK_REALTIME_ALARM || in isalarm()
163 ctx->clockid == CLOCK_REALTIME_ALARM) && in timerfd_setup_cancel()
206 ctx->clockid == CLOCK_REALTIME_ALARM ? in timerfd_setup()
418 clockid != CLOCK_REALTIME_ALARM && in SYSCALL_DEFINE2()
423 if ((clockid == CLOCK_REALTIME_ALARM || in SYSCALL_DEFINE2()
438 ctx->clockid == CLOCK_REALTIME_ALARM ? in SYSCALL_DEFINE2()
/linux-6.1.9/include/uapi/linux/
Dtime.h57 #define CLOCK_REALTIME_ALARM 8 macro
/linux-6.1.9/kernel/time/
Dalarmtimer.c520 if (clockid == CLOCK_REALTIME_ALARM) in clock2alarm()
Dposix-timers.c1402 [CLOCK_REALTIME_ALARM] = &alarm_clock,