Lines Matching refs:j
659 int j; in fast_timer_test() local
666 for (j = 0; j < 1000; j++) in fast_timer_test()
668 j_u[j] = GET_JIFFIES_USEC(); in fast_timer_test()
670 for (j = 0; j < 100; j++) in fast_timer_test()
672 do_gettimeofday_fast(&tv_exp[j]); in fast_timer_test()
676 for (j = 0; j < 1000; j++) in fast_timer_test()
679 j_u[j], j_u[j+1], j_u[j+2], j_u[j+3], j_u[j+4]); in fast_timer_test()
680 j += 4; in fast_timer_test()
682 for (j = 0; j < 100; 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()
690 j += 4; in fast_timer_test()
740 for(j = 0; j<i; j++) in fast_timer_test()
742 struct fast_timer *t = &tr[j]; in fast_timer_test()
756 tv_exp[j].tv_jiff, in fast_timer_test()
757 tv_exp[j].tv_usec, in fast_timer_test()
758 exp_num[j], 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()