Lines Matching refs:data_race
438 data_race(rcu_state.n_force_qs) - rcu_state.n_force_qs_gpstart, in print_cpu_stall_info()
453 data_race(rcu_state.gp_flags), in rcu_check_gp_kthread_starvation()
514 gpa = data_race(rcu_state.gp_activity); in print_other_cpu_stall()
517 data_race(jiffies_till_next_fqs), in print_other_cpu_stall()
673 ja = j - data_race(rcu_state.gp_activity); in show_rcu_gp_kthreads()
674 jr = j - data_race(rcu_state.gp_req_activity); in show_rcu_gp_kthreads()
675 jw = j - data_race(rcu_state.gp_wake_time); in show_rcu_gp_kthreads()
679 ja, jr, jw, (long)data_race(rcu_state.gp_wake_seq), in show_rcu_gp_kthreads()
680 (long)data_race(rcu_state.gp_seq), in show_rcu_gp_kthreads()
681 (long)data_race(rcu_get_root()->gp_seq_needed), in show_rcu_gp_kthreads()
682 data_race(rcu_state.gp_flags)); in show_rcu_gp_kthreads()
688 rnp->grplo, rnp->grphi, (long)data_race(rnp->gp_seq), in show_rcu_gp_kthreads()
689 (long)data_race(rnp->gp_seq_needed)); in show_rcu_gp_kthreads()
699 cpu, (long)data_race(rdp->gp_seq_needed)); in show_rcu_gp_kthreads()
704 cbs += data_race(rdp->n_cbs_invoked); in show_rcu_gp_kthreads()