Lines Matching refs:data_race

525 	       data_race(rcu_state.n_force_qs) - rcu_state.n_force_qs_gpstart,  in print_cpu_stall_info()
544 data_race(READ_ONCE(rcu_state.gp_flags)), in rcu_check_gp_kthread_starvation()
546 data_race(READ_ONCE(rcu_state.gp_state)), in rcu_check_gp_kthread_starvation()
547 gpk ? data_race(READ_ONCE(gpk->__state)) : ~0, cpu); in rcu_check_gp_kthread_starvation()
556 } else if (!(data_race(READ_ONCE(rdp->mynode->qsmask)) & rdp->grpmask)) { in rcu_check_gp_kthread_starvation()
587 data_race(READ_ONCE(rcu_state.gp_flags)), // Diagnostic read in rcu_check_gp_kthread_expired_fqs_timer()
589 data_race(READ_ONCE(gpk->__state))); in rcu_check_gp_kthread_expired_fqs_timer()
639 data_race(rcu_state.n_online_cpus)); // Diagnostic read in print_other_cpu_stall()
651 gpa = data_race(READ_ONCE(rcu_state.gp_activity)); in print_other_cpu_stall()
654 data_race(READ_ONCE(jiffies_till_next_fqs)), in print_other_cpu_stall()
655 data_race(READ_ONCE(rcu_get_root()->qsmask))); in print_other_cpu_stall()
705 data_race(rcu_state.n_online_cpus)); // Diagnostic read in print_cpu_stall()
859 if (data_race(READ_ONCE(rnp->qsmask))) { in rcu_check_boost_fail()
908 ja = j - data_race(READ_ONCE(rcu_state.gp_activity)); in show_rcu_gp_kthreads()
909 jr = j - data_race(READ_ONCE(rcu_state.gp_req_activity)); in show_rcu_gp_kthreads()
910 js = j - data_race(READ_ONCE(rcu_state.gp_start)); in show_rcu_gp_kthreads()
911 jw = j - data_race(READ_ONCE(rcu_state.gp_wake_time)); in show_rcu_gp_kthreads()
914 data_race(READ_ONCE(rcu_state.gp_state)), in show_rcu_gp_kthreads()
915 t ? data_race(READ_ONCE(t->__state)) : 0x1ffff, t ? t->rt_priority : 0xffU, in show_rcu_gp_kthreads()
916 js, ja, jr, jw, (long)data_race(READ_ONCE(rcu_state.gp_wake_seq)), in show_rcu_gp_kthreads()
917 (long)data_race(READ_ONCE(rcu_state.gp_seq)), in show_rcu_gp_kthreads()
918 (long)data_race(READ_ONCE(rcu_get_root()->gp_seq_needed)), in show_rcu_gp_kthreads()
919 data_race(READ_ONCE(rcu_state.gp_max)), in show_rcu_gp_kthreads()
920 data_race(READ_ONCE(rcu_state.gp_flags))); in show_rcu_gp_kthreads()
923 !data_race(READ_ONCE(rnp->qsmask)) && !data_race(READ_ONCE(rnp->boost_tasks)) && in show_rcu_gp_kthreads()
924 !data_race(READ_ONCE(rnp->exp_tasks)) && !data_race(READ_ONCE(rnp->gp_tasks))) in show_rcu_gp_kthreads()
928 (long)data_race(READ_ONCE(rnp->gp_seq)), in show_rcu_gp_kthreads()
929 (long)data_race(READ_ONCE(rnp->gp_seq_needed)), in show_rcu_gp_kthreads()
930 data_race(READ_ONCE(rnp->qsmask)), in show_rcu_gp_kthreads()
931 ".b"[!!data_race(READ_ONCE(rnp->boost_kthread_task))], in show_rcu_gp_kthreads()
932 ".B"[!!data_race(READ_ONCE(rnp->boost_tasks))], in show_rcu_gp_kthreads()
933 ".E"[!!data_race(READ_ONCE(rnp->exp_tasks))], in show_rcu_gp_kthreads()
934 ".G"[!!data_race(READ_ONCE(rnp->gp_tasks))], in show_rcu_gp_kthreads()
935 data_race(READ_ONCE(rnp->n_boosts))); in show_rcu_gp_kthreads()
945 cpu, (long)data_race(READ_ONCE(rdp->gp_seq_needed))); in show_rcu_gp_kthreads()
950 cbs += data_race(READ_ONCE(rdp->n_cbs_invoked)); in show_rcu_gp_kthreads()
1032 __func__, jiffies - data_race(READ_ONCE(rcu_state.gp_start))); in rcu_fwd_progress_check()
1036 __func__, jiffies - data_race(READ_ONCE(rcu_state.gp_end))); in rcu_fwd_progress_check()