Searched refs:TIMER_ABSTIME (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/kernel/time/ |
D | posix-stubs.c | 145 if (flags & TIMER_ABSTIME) in SYSCALL_DEFINE4() 149 return hrtimer_nanosleep(&t, flags & TIMER_ABSTIME ? in SYSCALL_DEFINE4() 231 if (flags & TIMER_ABSTIME) in COMPAT_SYSCALL_DEFINE4() 235 return hrtimer_nanosleep(&t, flags & TIMER_ABSTIME ? in COMPAT_SYSCALL_DEFINE4()
|
D | alarmtimer.c | 799 if (flags & ~TIMER_ABSTIME) in alarm_timer_nsleep() 809 if (flags != TIMER_ABSTIME) { in alarm_timer_nsleep() 820 if (flags == TIMER_ABSTIME) in alarm_timer_nsleep()
|
D | posix-timers.c | 866 kc->timer_arm(timr, expires, flags & TIMER_ABSTIME, sigev_none); in common_timer_set() 1207 return hrtimer_nanosleep(rqtp, flags & TIMER_ABSTIME ? in common_nsleep() 1229 if (flags & TIMER_ABSTIME) in SYSCALL_DEFINE4() 1256 if (flags & TIMER_ABSTIME) in COMPAT_SYSCALL_DEFINE4()
|
D | posix-cpu-timers.c | 668 if (new_expires != 0 && !(timer_flags & TIMER_ABSTIME)) { in posix_cpu_timer_set() 1364 if (flags & TIMER_ABSTIME) in posix_cpu_nsleep() 1380 return do_cpu_nanosleep(which_clock, TIMER_ABSTIME, &t); in posix_cpu_nsleep_restart()
|
/Linux-v4.19/tools/testing/selftests/timers/ |
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()
|
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()
|
D | nanosleep.c | 110 if (clock_nanosleep(clockid, TIMER_ABSTIME, &target, NULL)) in nanosleep_test()
|
D | alarmtimer-suspend.c | 159 timer_settime(tm1, TIMER_ABSTIME, &its1, &its2); in main()
|
D | nsleep-lat.c | 129 clock_nanosleep(clockid, TIMER_ABSTIME, &target, NULL); in nanosleep_lat_test()
|
/Linux-v4.19/include/uapi/linux/ |
D | time.h | 98 #define TIMER_ABSTIME 0x01 macro
|
/Linux-v4.19/Documentation/filesystems/ |
D | proc.txt | 1870 with TIMER_ABSTIME option which will be shown in 'settime flags', but 'it_value'
|