Lines Matching refs:j
666 int j; in fast_timer_test() local
673 for (j = 0; j < 1000; j++) in fast_timer_test()
675 j_u[j] = GET_JIFFIES_USEC(); in fast_timer_test()
677 for (j = 0; j < 100; j++) in fast_timer_test()
679 do_gettimeofday_fast(&tv_exp[j]); in fast_timer_test()
683 for (j = 0; j < 1000; j++) in fast_timer_test()
686 j_u[j], j_u[j+1], j_u[j+2], j_u[j+3], j_u[j+4]); in fast_timer_test()
687 j += 4; in fast_timer_test()
689 for (j = 0; j < 100; j++) in fast_timer_test()
692 tv_exp[j].tv_jiff, tv_exp[j].tv_usec, in fast_timer_test()
693 tv_exp[j+1].tv_jiff, tv_exp[j+1].tv_usec, in fast_timer_test()
694 tv_exp[j+2].tv_jiff, tv_exp[j+2].tv_usec, in fast_timer_test()
695 tv_exp[j+3].tv_jiff, tv_exp[j+3].tv_usec, in fast_timer_test()
696 tv_exp[j+4].tv_jiff, tv_exp[j+4].tv_usec); in fast_timer_test()
697 j += 4; in fast_timer_test()
747 for(j = 0; j<i; j++) in fast_timer_test()
749 struct fast_timer *t = &tr[j]; in fast_timer_test()
763 tv_exp[j].tv_jiff, in fast_timer_test()
764 tv_exp[j].tv_usec, in fast_timer_test()
765 exp_num[j], in fast_timer_test()
766 (tv_exp[j].tv_jiff - t->tv_expires.tv_jiff) * in fast_timer_test()
767 1000000 + tv_exp[j].tv_usec - in fast_timer_test()