Lines Matching refs:tv_exp
623 static struct fasttime_t tv_exp[100]; variable
627 do_gettimeofday_fast(&tv_exp[data]); in test_timeout()
635 do_gettimeofday_fast(&tv_exp[data]); in test_timeout1()
672 do_gettimeofday_fast(&tv_exp[j]); in fast_timer_test()
685 tv_exp[j].tv_jiff, tv_exp[j].tv_usec, in fast_timer_test()
686 tv_exp[j+1].tv_jiff, tv_exp[j+1].tv_usec, in fast_timer_test()
687 tv_exp[j+2].tv_jiff, tv_exp[j+2].tv_usec, in fast_timer_test()
688 tv_exp[j+3].tv_jiff, tv_exp[j+3].tv_usec, in fast_timer_test()
689 tv_exp[j+4].tv_jiff, tv_exp[j+4].tv_usec); in fast_timer_test()
756 tv_exp[j].tv_jiff, in fast_timer_test()
757 tv_exp[j].tv_usec, in fast_timer_test()
759 (tv_exp[j].tv_jiff - t->tv_expires.tv_jiff) * in fast_timer_test()
760 1000000 + tv_exp[j].tv_usec - in fast_timer_test()