Searched refs:TIMER_ABSTIME (Results 1 – 13 of 13) sorted by relevance
| /linux/kernel/time/ |
| 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()
|
| A D | posix-timers.c | 906 if (flags & TIMER_ABSTIME) in common_timer_set() 910 kc->timer_arm(timr, expires, flags & TIMER_ABSTIME, sigev_none); in common_timer_set() 1365 return hrtimer_nanosleep(texp, flags & TIMER_ABSTIME ? in common_nsleep() 1380 if (flags & TIMER_ABSTIME) in common_nsleep_timens() 1383 return hrtimer_nanosleep(texp, flags & TIMER_ABSTIME ? in common_nsleep_timens() 1405 if (flags & TIMER_ABSTIME) in SYSCALL_DEFINE4() 1433 if (flags & TIMER_ABSTIME) in SYSCALL_DEFINE4()
|
| A D | alarmtimer.c | 861 if (flags & ~TIMER_ABSTIME) in alarm_timer_nsleep() 871 if (flags != TIMER_ABSTIME) { in alarm_timer_nsleep() 884 if (flags == TIMER_ABSTIME) in alarm_timer_nsleep()
|
| A D | posix-cpu-timers.c | 700 if (new_expires && !(timer_flags & TIMER_ABSTIME)) in posix_cpu_timer_set() 1573 if (flags & TIMER_ABSTIME) in posix_cpu_nsleep() 1589 return do_cpu_nanosleep(which_clock, TIMER_ABSTIME, &t); in posix_cpu_nsleep_restart()
|
| /linux/tools/testing/selftests/timers/ |
| 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()
|
| A D | set-timer-lat.c | 275 ret |= do_timer(clock_id, TIMER_ABSTIME); in main() 277 ret |= do_timer_oneshot(clock_id, TIMER_ABSTIME); in main()
|
| A D | nanosleep.c | 110 if (clock_nanosleep(clockid, TIMER_ABSTIME, &target, NULL)) in nanosleep_test()
|
| A D | alarmtimer-suspend.c | 159 timer_settime(tm1, TIMER_ABSTIME, &its1, &its2); in main()
|
| A D | nsleep-lat.c | 129 clock_nanosleep(clockid, TIMER_ABSTIME, &target, NULL); in nanosleep_lat_test()
|
| /linux/include/uapi/linux/ |
| A D | time.h | 73 #define TIMER_ABSTIME 0x01 macro
|
| /linux/tools/testing/selftests/timens/ |
| A D | timer.c | 51 flags |= TIMER_ABSTIME; in run_test()
|
| A D | clock_nanosleep.c | 36 clock_nanosleep(args->clockid, args->abs ? TIMER_ABSTIME : 0, args->now, args->rem); in call_nanosleep()
|
| /linux/Documentation/filesystems/ |
| A D | proc.rst | 2101 with TIMER_ABSTIME option which will be shown in 'settime flags', but 'it_value'
|
Completed in 38 milliseconds