Searched refs:TIMER_ABSTIME (Results 1 – 11 of 11) sorted by relevance
| /linux/kernel/time/ |
| H A D | posix-stubs.c | 114 if (flags & TIMER_ABSTIME) in SYSCALL_DEFINE4() 120 if (flags & TIMER_ABSTIME) in SYSCALL_DEFINE4() 122 return hrtimer_nanosleep(texp, flags & TIMER_ABSTIME ? in SYSCALL_DEFINE4() 197 if (flags & TIMER_ABSTIME) in SYSCALL_DEFINE4() 203 if (flags & TIMER_ABSTIME) in SYSCALL_DEFINE4() 205 return hrtimer_nanosleep(texp, flags & TIMER_ABSTIME ? in SYSCALL_DEFINE4()
|
| H A D | alarmtimer.c | 787 if (flags & ~TIMER_ABSTIME) in alarm_timer_nsleep() 797 if (flags != TIMER_ABSTIME) { in alarm_timer_nsleep() 810 if (flags == TIMER_ABSTIME) in alarm_timer_nsleep()
|
| /linux/tools/testing/selftests/timers/ |
| H A D | leap-a-day.c | 166 clock_nanosleep(CLOCK_REALTIME, TIMER_ABSTIME, &target, NULL); in test_hrtimer_failure() 304 timer_settime(tm1, TIMER_ABSTIME, &its1, NULL); in main() 311 while (clock_nanosleep(CLOCK_REALTIME, TIMER_ABSTIME, &ts, NULL)) in main()
|
| H A D | set-timer-lat.c | 264 ret |= do_timer(clock_id, TIMER_ABSTIME); in main() 266 ret |= do_timer_oneshot(clock_id, TIMER_ABSTIME); in main()
|
| H A D | alarmtimer-suspend.c | 145 timer_settime(tm1, TIMER_ABSTIME, &its1, &its2); in main()
|
| H A D | nsleep-lat.c | 116 clock_nanosleep(clockid, TIMER_ABSTIME, &target, NULL); in nanosleep_lat_test()
|
| H A D | nanosleep.c | 98 if (clock_nanosleep(clockid, TIMER_ABSTIME, &target, NULL)) in nanosleep_test()
|
| /linux/include/uapi/linux/ |
| H A D | time.h | 84 #define TIMER_ABSTIME 0x01 macro
|
| /linux/tools/testing/selftests/timens/ |
| H A D | timer.c | 51 flags |= TIMER_ABSTIME; in run_test()
|
| H A D | clock_nanosleep.c | 36 clock_nanosleep(args->clockid, args->abs ? TIMER_ABSTIME : 0, args->now, args->rem); in call_nanosleep()
|
| /linux/Documentation/trace/rv/ |
| H A D | monitor_rtapp.rst | 55 case, only the `clock_nanosleep` syscall should be used with `TIMER_ABSTIME`
|