Lines Matching refs:tv_exp
650 static struct fasttime_t tv_exp[100]; variable
654 do_gettimeofday_fast(&tv_exp[data]); in test_timeout()
662 do_gettimeofday_fast(&tv_exp[data]); in test_timeout1()
699 do_gettimeofday_fast(&tv_exp[j]); 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()
785 tv_exp[j].tv_jiff, in fast_timer_test()
786 tv_exp[j].tv_usec, in fast_timer_test()
788 (tv_exp[j].tv_jiff - t->tv_expires.tv_jiff) * in fast_timer_test()
789 1000000 + tv_exp[j].tv_usec - in fast_timer_test()