Searched refs:TIMER_ABSTIME (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/tools/testing/selftests/timers/ |
D | leap-a-day.c | 177 clock_nanosleep(CLOCK_REALTIME, TIMER_ABSTIME, &target, NULL); in test_hrtimer_failure() 314 timer_settime(tm1, TIMER_ABSTIME, &its1, NULL); in main() 321 while (clock_nanosleep(CLOCK_REALTIME, TIMER_ABSTIME, &ts, NULL)) in main()
|
D | nanosleep.c | 121 if (clock_nanosleep(clockid, TIMER_ABSTIME, &target, NULL)) in nanosleep_test()
|
D | alarmtimer-suspend.c | 170 timer_settime(tm1, TIMER_ABSTIME, &its1, &its2); in main()
|
D | nsleep-lat.c | 140 clock_nanosleep(clockid, TIMER_ABSTIME, &target, NULL); in nanosleep_lat_test()
|
D | set-timer-lat.c | 210 ret |= do_timer(clock_id, TIMER_ABSTIME); in main()
|
/linux-4.4.14/include/uapi/linux/ |
D | time.h | 67 #define TIMER_ABSTIME 0x01 macro
|
/linux-4.4.14/kernel/time/ |
D | alarmtimer.c | 602 if (flags & ~TIMER_ABSTIME) in alarm_timer_set() 616 if (flags != TIMER_ABSTIME) { in alarm_timer_set() 755 if (flags & ~TIMER_ABSTIME) in alarm_timer_nsleep() 765 if (flags != TIMER_ABSTIME) { in alarm_timer_nsleep() 777 if (flags == TIMER_ABSTIME) { in alarm_timer_nsleep()
|
D | posix-cpu-timers.c | 717 if (new_expires != 0 && !(timer_flags & TIMER_ABSTIME)) { in posix_cpu_timer_set() 1401 if (flags & TIMER_ABSTIME) in posix_cpu_nsleep() 1426 error = do_cpu_nanosleep(which_clock, TIMER_ABSTIME, &t, &it); in posix_cpu_nsleep_restart()
|
D | posix-timers.c | 858 mode = flags & TIMER_ABSTIME ? HRTIMER_MODE_ABS : HRTIMER_MODE_REL; in common_timer_set() 1092 return hrtimer_nanosleep(tsave, rmtp, flags & TIMER_ABSTIME ? in common_nsleep()
|
/linux-4.4.14/drivers/char/ |
D | mmtimer.c | 701 if (flags & TIMER_ABSTIME) { in sgi_timer_set()
|
/linux-4.4.14/Documentation/filesystems/ |
D | proc.txt | 1828 with TIMER_ABSTIME option which will be shown in 'settime flags', but 'it_value'
|