Lines Matching refs:tv_usec

118 	tv->tv_usec = GET_JIFFIES_USEC();  in do_gettimeofday_fast()
130 if (t0->tv_usec < t1->tv_usec) in fasttime_cmp()
132 else if (t0->tv_usec > t1->tv_usec) in fasttime_cmp()
244 t->tv_expires.tv_usec = t->tv_set.tv_usec + delay_us % 1000000; in start_one_shot_timer()
246 if (t->tv_expires.tv_usec > 1000000) in start_one_shot_timer()
248 t->tv_expires.tv_usec -= 1000000; in start_one_shot_timer()
373 tv.tv_jiff, tv.tv_usec)); in timer1_handler()
433 1000000 / HZ + t->tv_expires.tv_usec - in timer1_handler()
434 tv.tv_usec); in timer1_handler()
515 (unsigned long)tv.tv_usec); in proc_fasttimer_show()
556 (unsigned long)t->tv_set.tv_usec, in proc_fasttimer_show()
558 (unsigned long)t->tv_expires.tv_usec, in proc_fasttimer_show()
576 (unsigned long)t->tv_set.tv_usec, in proc_fasttimer_show()
578 (unsigned long)t->tv_expires.tv_usec, in proc_fasttimer_show()
594 (unsigned long)t->tv_set.tv_usec, in proc_fasttimer_show()
596 (unsigned long)t->tv_expires.tv_usec, in proc_fasttimer_show()
614 (unsigned long)t->tv_set.tv_usec, in proc_fasttimer_show()
616 (unsigned long)t->tv_expires.tv_usec, in proc_fasttimer_show()
702 tv.tv_jiff, tv.tv_usec); in fast_timer_test()
712 tv_exp[j].tv_jiff, tv_exp[j].tv_usec, in fast_timer_test()
713 tv_exp[j+1].tv_jiff, tv_exp[j+1].tv_usec, in fast_timer_test()
714 tv_exp[j+2].tv_jiff, tv_exp[j+2].tv_usec, in fast_timer_test()
715 tv_exp[j+3].tv_jiff, tv_exp[j+3].tv_usec, in fast_timer_test()
716 tv_exp[j+4].tv_jiff, tv_exp[j+4].tv_usec); in fast_timer_test()
749 tv0.tv_jiff, tv0.tv_usec); in fast_timer_test()
751 tv1.tv_jiff, tv1.tv_usec); in fast_timer_test()
753 tv2.tv_jiff, tv2.tv_usec); in fast_timer_test()
776 t->tv_set.tv_usec, in fast_timer_test()
778 t->tv_expires.tv_usec, in fast_timer_test()
786 tv_exp[j].tv_usec, in fast_timer_test()
789 1000000 + tv_exp[j].tv_usec - in fast_timer_test()
790 t->tv_expires.tv_usec); in fast_timer_test()