Searched refs:it_value (Results 1 – 4 of 4) sorted by relevance
56 its.it_value.tv_sec = nsecs / UM_NSEC_PER_SEC; in os_timer_set_interval()57 its.it_value.tv_nsec = nsecs % UM_NSEC_PER_SEC; in os_timer_set_interval()71 .it_value.tv_sec = nsecs / UM_NSEC_PER_SEC, in os_timer_one_shot()72 .it_value.tv_nsec = nsecs % UM_NSEC_PER_SEC, in os_timer_one_shot()
76 next_tick = cpuinfo->it_value; in timer_interrupt()86 cpuinfo->it_value = next_tick; in timer_interrupt()163 per_cpu(cpu_data, cpu).it_value = next_tick; in start_cpu_itimer()
85 unsigned long it_value; /* Interval Timer at last timer Intr */ member
942 struct timeval32 it_value; member