Searched refs:TIMER_ABSTIME (Results 1 – 14 of 14) 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 | 783 if (flags & ~TIMER_ABSTIME) in alarm_timer_nsleep() 793 if (flags != TIMER_ABSTIME) { in alarm_timer_nsleep() 806 if (flags == TIMER_ABSTIME) in alarm_timer_nsleep()
|
H A D | posix-cpu-timers.c | 308 * values through the TIMER_ABSTIME flag, therefore we have in thread_group_start_cputime() 705 if (new_expires && !(timer_flags & TIMER_ABSTIME)) in posix_cpu_timer_set() 1588 if (flags & TIMER_ABSTIME) in posix_cpu_nsleep() 1604 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 | 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 | nanosleep.c | 98 if (clock_nanosleep(clockid, TIMER_ABSTIME, &target, NULL)) in nanosleep_test()
|
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()
|
/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/kernel/trace/rv/monitors/sleep/ |
H A D | sleep.c | 137 ltl_atom_set(mon, LTL_NANOSLEEP_TIMER_ABSTIME, args[1] == TIMER_ABSTIME); in handle_sys_enter()
|
/linux/Documentation/trace/rv/ |
H A D | monitor_rtapp.rst | 55 case, only the `clock_nanosleep` syscall should be used with `TIMER_ABSTIME`
|
/linux/Documentation/filesystems/ |
H A D | proc.rst | 2150 with TIMER_ABSTIME option which will be shown in 'settime flags', but 'it_value'
|