Lines Matching refs:gp_flags
592 *flags = READ_ONCE(rcu_state.gp_flags); in rcutorture_get_gp_data()
1419 WRITE_ONCE(rcu_state.gp_flags, rcu_state.gp_flags | RCU_GP_FLAG_INIT); in rcu_start_this_gp()
1475 !READ_ONCE(rcu_state.gp_flags) || !t) in rcu_gp_kthread_wake()
1747 if (!READ_ONCE(rcu_state.gp_flags)) { in rcu_gp_init()
1752 WRITE_ONCE(rcu_state.gp_flags, 0); /* Clear all flags: New GP. */ in rcu_gp_init()
1891 *gfp = READ_ONCE(rcu_state.gp_flags); in rcu_gp_fqs_check_wake()
1919 if (READ_ONCE(rcu_state.gp_flags) & RCU_GP_FLAG_FQS) { in rcu_gp_fqs()
1921 WRITE_ONCE(rcu_state.gp_flags, in rcu_gp_fqs()
1922 READ_ONCE(rcu_state.gp_flags) & ~RCU_GP_FLAG_FQS); in rcu_gp_fqs()
2085 WRITE_ONCE(rcu_state.gp_flags, RCU_GP_FLAG_INIT); in rcu_gp_cleanup()
2091 WRITE_ONCE(rcu_state.gp_flags, in rcu_gp_cleanup()
2092 rcu_state.gp_flags & RCU_GP_FLAG_INIT); in rcu_gp_cleanup()
2115 READ_ONCE(rcu_state.gp_flags) & in rcu_gp_kthread()
2153 WRITE_ONCE(rcu_state.gp_flags, in rcu_report_qs_rsp()
2154 READ_ONCE(rcu_state.gp_flags) | RCU_GP_FLAG_FQS); in rcu_report_qs_rsp()
2673 ret = (READ_ONCE(rcu_state.gp_flags) & RCU_GP_FLAG_FQS) || in rcu_force_quiescent_state()
2686 if (READ_ONCE(rcu_state.gp_flags) & RCU_GP_FLAG_FQS) { in rcu_force_quiescent_state()
2690 WRITE_ONCE(rcu_state.gp_flags, in rcu_force_quiescent_state()
2691 READ_ONCE(rcu_state.gp_flags) | RCU_GP_FLAG_FQS); in rcu_force_quiescent_state()
4264 rdp->rcu_onl_gp_flags = READ_ONCE(rcu_state.gp_flags); in rcu_cpu_starting()
4312 rdp->rcu_ofl_gp_flags = READ_ONCE(rcu_state.gp_flags); in rcu_report_dead()