| /linux/kernel/time/ |
| H A D | itimer.c | 72 value->it_value = ns_to_timespec64(val); in get_cpu_itimer() 83 value->it_value = itimer_get_remtime(&tsk->signal->real_timer); in do_getitimer() 107 v.it_value.tv_sec = i->it_value.tv_sec; in put_itimerval() 108 v.it_value.tv_usec = i->it_value.tv_nsec / NSEC_PER_USEC; in put_itimerval() 126 struct old_timeval32 it_value; member 136 v32.it_value.tv_sec = i->it_value.tv_sec; in put_old_itimerval32() 137 v32.it_value in put_old_itimerval32() [all...] |
| H A D | posix-cpu-timers.c | 729 new_expires = ktime_to_ns(timespec64_to_ktime(new->it_value)); in posix_cpu_timer_set() 759 old->it_value = (struct timespec64){ }; in posix_cpu_timer_set() 828 itp->it_value = ns_to_timespec64(expires - now); in __posix_cpu_timer_get() 837 itp->it_value.tv_nsec = 1; in __posix_cpu_timer_get() 1564 it.it_value = *rqtp; in do_cpu_nanosleep() 1611 if ((it.it_value.tv_sec | it.it_value.tv_nsec) == 0) { in do_cpu_nanosleep() 1625 error = nanosleep_copyout(restart, &it.it_value); in do_cpu_nanosleep()
|
| /linux/tools/testing/selftests/timers/ |
| H A D | posix_timers.c | 110 .it_value.tv_sec = DELAY, in check_itimer() 149 .it_value.tv_sec = DELAY, in check_timer_create() 190 .it_value.tv_sec = 0, in ctd_thread_func() 191 .it_value.tv_nsec = 1000 * 1000, in ctd_thread_func() 311 its.it_value.tv_sec = 0; in check_sig_ign() 312 its.it_value.tv_nsec = 100000000; in check_sig_ign() 384 its.it_value.tv_sec = 0; in check_rearm() 385 its.it_value.tv_nsec = 100000000; in check_rearm() 394 its.it_value.tv_sec = 10; in check_rearm() 395 its.it_value in check_rearm() [all...] |
| H A D | set-timer-lat.c | 113 its1.it_value = start_time; in setup_timer() 114 its1.it_value.tv_sec += TIMER_SECS; in setup_timer() 116 its1.it_value.tv_sec = TIMER_SECS; in setup_timer() 117 its1.it_value.tv_nsec = 0; in setup_timer()
|
| H A D | alarmtimer-suspend.c | 109 its1.it_value = start_time; in main() 110 its1.it_value.tv_sec += SUSPEND_SECS; in main()
|
| H A D | leap-a-day.c | 303 its1.it_value.tv_sec = next_leap; in main() 304 its1.it_value.tv_nsec = 0; in main()
|
| H A D | nanosleep.c | 107 itimer.it_value.tv_nsec = NSEC_PER_SEC / 4; in nanosleep_test()
|
| /linux/tools/testing/selftests/timens/ |
| H A D | timer.c | 32 new_value.it_value.tv_sec = 3600; in run_test() 33 new_value.it_value.tv_nsec = 0; in run_test() 38 new_value.it_value.tv_sec += now.tv_sec; in run_test() 39 new_value.it_value.tv_nsec += now.tv_nsec; in run_test() 58 elapsed = new_value.it_value.tv_sec; in run_test()
|
| H A D | timerfd.c | 40 new_value.it_value.tv_sec = 3600; in run_test() 41 new_value.it_value.tv_nsec = 0; in run_test() 46 new_value.it_value.tv_sec += now.tv_sec; in run_test() 47 new_value.it_value.tv_nsec += now.tv_nsec; in run_test() 63 elapsed = new_value.it_value.tv_sec; in run_test()
|
| /linux/arch/um/os-Linux/ |
| H A D | time.c | 65 its.it_value.tv_sec = nsecs / UM_NSEC_PER_SEC; in os_timer_set_interval() 66 its.it_value.tv_nsec = nsecs % UM_NSEC_PER_SEC; in os_timer_set_interval() 80 .it_value.tv_sec = nsecs / UM_NSEC_PER_SEC, in os_timer_one_shot() 81 .it_value.tv_nsec = nsecs % UM_NSEC_PER_SEC, in os_timer_one_shot()
|
| /linux/tools/include/nolibc/ |
| H A D | time.h | 171 __nolibc_assert_time64_type(curr_value->it_value.tv_sec); 190 __nolibc_assert_time64_type(new_value->it_value.tv_sec); in sys_timer_gettime()
|
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | vmx_exception_with_invalid_guest_state.c | 50 timer.it_value.tv_sec = 0; in set_timer() 51 timer.it_value.tv_usec = 200; in set_timer() 52 timer.it_interval = timer.it_value; in set_timer()
|
| /linux/include/uapi/linux/ |
| H A D | time_types.h | 14 struct __kernel_timespec it_value; /* timer expiration */ member 38 struct __kernel_old_timeval it_value; /* current value */ member
|
| H A D | time.h | 24 struct timespec it_value; /* timer expiration */ member 29 struct timeval it_value; /* current value */ member
|
| /linux/arch/um/drivers/ |
| H A D | rtc_user.c | 59 .it_value = { in uml_rtc_enable_alarm()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | signal_pending.c | 14 .it_value.tv_usec = 100000, /* 100ms */ in test_signal_pending_by_type()
|
| /linux/include/linux/ |
| H A D | time32.h | 19 struct old_timespec32 it_value; member
|
| H A D | time.h | 65 !timespec64_valid(&(its->it_value))) in itimerspec64_valid()
|
| /linux/Documentation/translations/zh_CN/admin-guide/ |
| H A D | cpu-load.rst | 70 .it_value = { .tv_sec = 0, .tv_usec = 1 } };
|
| /linux/tools/testing/selftests/powerpc/benchmarks/ |
| H A D | null_syscall.c | 48 val.it_value.tv_usec = usecs; in cpu_soak_usecs()
|
| /linux/Documentation/translations/zh_TW/admin-guide/ |
| H A D | cpu-load.rst | 76 .it_value = { .tv_sec = 0, .tv_usec = 1 } };
|
| /linux/tools/testing/selftests/breakpoints/ |
| H A D | step_after_suspend_test.c | 170 spec.it_value.tv_sec = 5; in suspend()
|
| /linux/tools/testing/selftests/nolibc/ |
| H A D | nolibc-test.c | 1163 .it_value.tv_sec = 1000000, in test_rlimit() 1170 .it_value.tv_sec = -1, in test_rlimit() 1171 .it_value.tv_nsec = -1, in test_rlimit() 1185 if (timerspec.it_value.tv_sec > 1000000) in test_rlimit() 1209 .it_value.tv_sec = 1000000, in test_namespace() 1216 .it_value.tv_sec = -1, in test_namespace() 1217 .it_value.tv_nsec = -1, in test_namespace() 1231 if (timerspec.it_value.tv_sec > 1000000) in test_namespace()
|
| /linux/arch/parisc/include/asm/ |
| H A D | processor.h | 82 unsigned long it_value; /* Interval Timer at last timer Intr */ member
|
| /linux/Documentation/admin-guide/ |
| H A D | cpu-load.rst | 82 .it_value = { .tv_sec = 0, .tv_usec = 1 } };
|