Searched refs:TIMER_ABSTIME (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.4/kernel/time/ |
| D | posix-stubs.c | 143 if (flags & TIMER_ABSTIME) in SYSCALL_DEFINE4() 147 return hrtimer_nanosleep(&t, flags & TIMER_ABSTIME ? in SYSCALL_DEFINE4() 229 if (flags & TIMER_ABSTIME) in SYSCALL_DEFINE4() 233 return hrtimer_nanosleep(&t, flags & TIMER_ABSTIME ? in SYSCALL_DEFINE4()
|
| D | alarmtimer.c | 808 if (flags & ~TIMER_ABSTIME) in alarm_timer_nsleep() 818 if (flags != TIMER_ABSTIME) { in alarm_timer_nsleep() 829 if (flags == TIMER_ABSTIME) in alarm_timer_nsleep()
|
| D | posix-timers.c | 871 kc->timer_arm(timr, expires, flags & TIMER_ABSTIME, sigev_none); in common_timer_set() 1203 return hrtimer_nanosleep(rqtp, flags & TIMER_ABSTIME ? in common_nsleep() 1225 if (flags & TIMER_ABSTIME) in SYSCALL_DEFINE4() 1252 if (flags & TIMER_ABSTIME) in SYSCALL_DEFINE4()
|
| D | posix-cpu-timers.c | 654 if (new_expires != 0 && !(timer_flags & TIMER_ABSTIME)) { in posix_cpu_timer_set() 1335 if (flags & TIMER_ABSTIME) in posix_cpu_nsleep() 1351 return do_cpu_nanosleep(which_clock, TIMER_ABSTIME, &t); in posix_cpu_nsleep_restart()
|
| /Linux-v5.4/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-v5.4/include/uapi/linux/ |
| D | time.h | 71 #define TIMER_ABSTIME 0x01 macro
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | proc.txt | 1915 with TIMER_ABSTIME option which will be shown in 'settime flags', but 'it_value'
|