Lines Matching refs:j
686 int j; in fast_timer_test() local
693 for (j = 0; j < 1000; j++) in fast_timer_test()
695 j_u[j] = GET_JIFFIES_USEC(); in fast_timer_test()
697 for (j = 0; j < 100; j++) in fast_timer_test()
699 do_gettimeofday_fast(&tv_exp[j]); in fast_timer_test()
704 for (j = 0; j < 1000; j++) in fast_timer_test()
706 printk("%i %i %i %i %i\n",j_u[j], j_u[j+1], j_u[j+2], j_u[j+3], j_u[j+4]); in fast_timer_test()
707 j += 4; in fast_timer_test()
709 for (j = 0; j < 100; 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()
717 j += 4; in fast_timer_test()
769 for(j = 0; j<i; j++) in fast_timer_test()
771 struct fast_timer *t = &tr[j]; in fast_timer_test()
785 tv_exp[j].tv_jiff, in fast_timer_test()
786 tv_exp[j].tv_usec, in fast_timer_test()
787 exp_num[j], 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()