Searched refs:TIMER_ABSTIME (Results 1 – 10 of 10) 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 | posix-cpu-timers.c | 771 if (new_expires && !(timer_flags & TIMER_ABSTIME)) in posix_cpu_timer_set() 1651 if (flags & TIMER_ABSTIME) in posix_cpu_nsleep() 1667 return do_cpu_nanosleep(which_clock, TIMER_ABSTIME, &t); in posix_cpu_nsleep_restart()
|
| /linux/tools/testing/selftests/timers/ |
| H A D | leap-a-day.c | 169 clock_nanosleep(CLOCK_REALTIME, TIMER_ABSTIME, &target, NULL); in test_hrtimer_failure() 307 timer_settime(tm1, TIMER_ABSTIME, &its1, NULL); in main() 314 while (clock_nanosleep(CLOCK_REALTIME, TIMER_ABSTIME, &ts, NULL)) in main()
|
| H A D | set-timer-lat.c | 234 ret |= do_timer(clock_id, TIMER_ABSTIME); in do_timer_oneshot() 236 ret |= do_timer_oneshot(clock_id, TIMER_ABSTIME); in do_timer_oneshot()
|
| H A D | alarmtimer-suspend.c | 114 timer_settime(tm1, TIMER_ABSTIME, &its1, &its2); in main()
|
| H A D | nsleep-lat.c | 89 if (clock_nanosleep(clockid, TIMER_ABSTIME, &target, NULL)) in nanosleep_lat_test()
|
| H A D | nanosleep.c | 64 if (clock_nanosleep(clockid, TIMER_ABSTIME, &target, NULL)) in clockstring()
|
| /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()
|