| /OK3568_Linux_fs/kernel/kernel/time/ |
| H A D | posix-stubs.c | 147 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 D | posix-timers.c | 889 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 D | alarmtimer.c | 825 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 D | posix-cpu-timers.c | 675 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 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 | 275 ret |= do_timer(clock_id, TIMER_ABSTIME); in main() 277 ret |= do_timer_oneshot(clock_id, TIMER_ABSTIME); in main()
|
| H A D | nanosleep.c | 110 if (clock_nanosleep(clockid, TIMER_ABSTIME, &target, NULL)) in nanosleep_test()
|
| H A D | alarmtimer-suspend.c | 159 timer_settime(tm1, TIMER_ABSTIME, &its1, &its2); in main()
|
| H A D | nsleep-lat.c | 129 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 D | time.h | 69 # 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 D | time.h | 69 # define TIMER_ABSTIME 1 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | time.h | 73 #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 D | time.h | 98 #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 D | time.h | 98 #define TIMER_ABSTIME 0x01 macro
|
| /OK3568_Linux_fs/buildroot/package/vlc/ |
| H A D | 0006-posix-remove-ancient-run-time-fallback-to-real-time-.patch | 156 - 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 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()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | proc.rst | 2044 with TIMER_ABSTIME option which will be shown in 'settime flags', but 'it_value'
|