Searched refs:TIMER_ABSTIME (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/include/uapi/linux/ |
D | time.h | 67 #define TIMER_ABSTIME 0x01 macro
|
/linux-4.1.27/kernel/time/ |
D | alarmtimer.c | 605 if (flags & ~TIMER_ABSTIME) in alarm_timer_set() 619 if (flags != TIMER_ABSTIME) { in alarm_timer_set() 758 if (flags & ~TIMER_ABSTIME) in alarm_timer_nsleep() 768 if (flags != TIMER_ABSTIME) { in alarm_timer_nsleep() 780 if (flags == TIMER_ABSTIME) { in alarm_timer_nsleep()
|
D | posix-cpu-timers.c | 693 if (new_expires != 0 && !(timer_flags & TIMER_ABSTIME)) { in posix_cpu_timer_set() 1353 if (flags & TIMER_ABSTIME) in posix_cpu_nsleep() 1378 error = do_cpu_nanosleep(which_clock, TIMER_ABSTIME, &t, &it); in posix_cpu_nsleep_restart()
|
D | posix-timers.c | 851 mode = flags & TIMER_ABSTIME ? HRTIMER_MODE_ABS : HRTIMER_MODE_REL; in common_timer_set() 1085 return hrtimer_nanosleep(tsave, rmtp, flags & TIMER_ABSTIME ? in common_nsleep()
|
/linux-4.1.27/tools/testing/selftests/timers/ |
D | leap-a-day.c | 144 clock_nanosleep(CLOCK_REALTIME, TIMER_ABSTIME, &target, NULL); in test_hrtimer_failure() 258 while (clock_nanosleep(CLOCK_REALTIME, TIMER_ABSTIME, &ts, NULL)) in main()
|
D | nanosleep.c | 120 if (clock_nanosleep(clockid, TIMER_ABSTIME, &target, NULL)) in nanosleep_test()
|
D | alarmtimer-suspend.c | 166 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.1.27/drivers/char/ |
D | mmtimer.c | 701 if (flags & TIMER_ABSTIME) { in sgi_timer_set()
|
/linux-4.1.27/Documentation/filesystems/ |
D | proc.txt | 1811 with TIMER_ABSTIME option which will be shown in 'settime flags', but 'it_value'
|