Lines Matching refs:j
215 int j = READ_ONCE(i); // Prevent the compiler from reading twice in tasks_gp_state_getname() local
217 if (j >= ARRAY_SIZE(rcu_tasks_gp_state_names)) in tasks_gp_state_getname()
219 return rcu_tasks_gp_state_names[j]; in tasks_gp_state_getname()
290 unsigned long j; in call_rcu_tasks_generic() local
304 j = jiffies; in call_rcu_tasks_generic()
305 if (rtpcp->rtp_jiffies != j) { in call_rcu_tasks_generic()
306 rtpcp->rtp_jiffies = j; in call_rcu_tasks_generic()
667 unsigned long j; in rcu_tasks_wait_gp() local
737 j = jiffies; in rcu_tasks_wait_gp()
738 if (rtsi > 0 && !reported && time_after(j, lastinfo + rtsi)) { in rcu_tasks_wait_gp()
739 lastinfo = j; in rcu_tasks_wait_gp()
742 __func__, rtp->kname, rtp->tasks_gp_seq, j - rtp->gp_start); in rcu_tasks_wait_gp()
1853 unsigned long j = jiffies; in rcu_tasks_initiate_self_tests() local
1857 tests[0].runstart = j; in rcu_tasks_initiate_self_tests()
1863 tests[1].runstart = j; in rcu_tasks_initiate_self_tests()
1869 tests[2].runstart = j; in rcu_tasks_initiate_self_tests()