Lines Matching refs:j
241 int j = READ_ONCE(i); // Prevent the compiler from reading twice in tasks_gp_state_getname() local
243 if (j >= ARRAY_SIZE(rcu_tasks_gp_state_names)) in tasks_gp_state_getname()
245 return rcu_tasks_gp_state_names[j]; in tasks_gp_state_getname()
353 unsigned long j; in call_rcu_tasks_generic() local
368 j = jiffies; in call_rcu_tasks_generic()
369 if (rtpcp->rtp_jiffies != j) { in call_rcu_tasks_generic()
370 rtpcp->rtp_jiffies = j; in call_rcu_tasks_generic()
763 unsigned long j = jiffies; in rcu_tasks_torture_stats_print_generic() local
767 j - data_race(rtp->gp_start), j - data_race(rtp->gp_jiffies), in rcu_tasks_torture_stats_print_generic()
793 data_race(rtp->barrier_q_seq), j - data_race(rtp->barrier_q_start), in rcu_tasks_torture_stats_print_generic()
818 unsigned long j; in rcu_tasks_wait_gp() local
888 j = jiffies; in rcu_tasks_wait_gp()
889 if (rtsi > 0 && !reported && time_after(j, lastinfo + rtsi)) { in rcu_tasks_wait_gp()
890 lastinfo = j; in rcu_tasks_wait_gp()
893 __func__, rtp->kname, rtp->tasks_gp_seq, j - rtp->gp_start); in rcu_tasks_wait_gp()
1059 unsigned long j = jiffies + 1; in rcu_tasks_postscan() local
1072 if (!IS_ENABLED(CONFIG_PREEMPT_RT) && time_before(jiffies, j)) in rcu_tasks_postscan()
1084 j = jiffies + 1; in rcu_tasks_postscan()