Home
last modified time | relevance | path

Searched refs:TIMER_ABSTIME (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/time/
H A Dposix-stubs.c147 if (flags & TIMER_ABSTIME) in SYSCALL_DEFINE4()
152 if (flags & TIMER_ABSTIME) in SYSCALL_DEFINE4()
154 return hrtimer_nanosleep(texp, flags & TIMER_ABSTIME ? in SYSCALL_DEFINE4()
240 if (flags & TIMER_ABSTIME) in SYSCALL_DEFINE4()
245 if (flags & TIMER_ABSTIME) in SYSCALL_DEFINE4()
247 return hrtimer_nanosleep(texp, flags & TIMER_ABSTIME ? in SYSCALL_DEFINE4()
H A Dposix-timers.c889 if (flags & TIMER_ABSTIME) in common_timer_set()
893 kc->timer_arm(timr, expires, flags & TIMER_ABSTIME, sigev_none); in common_timer_set()
1236 return hrtimer_nanosleep(texp, flags & TIMER_ABSTIME ? in common_nsleep()
1246 if (flags & TIMER_ABSTIME) in common_nsleep_timens()
1249 return hrtimer_nanosleep(texp, flags & TIMER_ABSTIME ? in common_nsleep_timens()
1271 if (flags & TIMER_ABSTIME) in SYSCALL_DEFINE4()
1298 if (flags & TIMER_ABSTIME) in SYSCALL_DEFINE4()
H A Dalarmtimer.c825 if (flags & ~TIMER_ABSTIME) in alarm_timer_nsleep()
835 if (flags != TIMER_ABSTIME) { in alarm_timer_nsleep()
848 if (flags == TIMER_ABSTIME) in alarm_timer_nsleep()
H A Dposix-cpu-timers.c675 if (new_expires != 0 && !(timer_flags & TIMER_ABSTIME)) { in posix_cpu_timer_set()
1495 if (flags & TIMER_ABSTIME) in posix_cpu_nsleep()
1511 return do_cpu_nanosleep(which_clock, TIMER_ABSTIME, &t); in posix_cpu_nsleep_restart()
/OK3568_Linux_fs/kernel/tools/testing/selftests/timers/
H A Dleap-a-day.c166 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 Dset-timer-lat.c275 ret |= do_timer(clock_id, TIMER_ABSTIME); in main()
277 ret |= do_timer_oneshot(clock_id, TIMER_ABSTIME); in main()
H A Dnanosleep.c110 if (clock_nanosleep(clockid, TIMER_ABSTIME, &target, NULL)) in nanosleep_test()
H A Dalarmtimer-suspend.c159 timer_settime(tm1, TIMER_ABSTIME, &its1, &its2); in main()
H A Dnsleep-lat.c129 clock_nanosleep(clockid, TIMER_ABSTIME, &target, NULL); in nanosleep_lat_test()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dtime.h69 # define TIMER_ABSTIME 1 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dtime.h69 # define TIMER_ABSTIME 1 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dtime.h73 #define TIMER_ABSTIME 0x01 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dtime.h98 #define TIMER_ABSTIME 0x01 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dtime.h98 #define TIMER_ABSTIME 0x01 macro
/OK3568_Linux_fs/buildroot/package/vlc/
H A D0006-posix-remove-ancient-run-time-fallback-to-real-time-.patch156 - while (clock_nanosleep (vlc_clock_id, TIMER_ABSTIME, &ts, NULL) == EINTR);
164 + while (clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, &ts, NULL) == EINTR);
/OK3568_Linux_fs/kernel/tools/testing/selftests/timens/
H A Dtimer.c51 flags |= TIMER_ABSTIME; in run_test()
H A Dclock_nanosleep.c36 clock_nanosleep(args->clockid, args->abs ? TIMER_ABSTIME : 0, args->now, args->rem); in call_nanosleep()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dproc.rst2044 with TIMER_ABSTIME option which will be shown in 'settime flags', but 'it_value'