Lines Matching refs:gp_flags
592 *flags = READ_ONCE(rcu_state.gp_flags); in rcutorture_get_gp_data()
1415 WRITE_ONCE(rcu_state.gp_flags, rcu_state.gp_flags | RCU_GP_FLAG_INIT); in rcu_start_this_gp()
1471 !READ_ONCE(rcu_state.gp_flags) || !t) in rcu_gp_kthread_wake()
1743 if (!READ_ONCE(rcu_state.gp_flags)) { in rcu_gp_init()
1748 WRITE_ONCE(rcu_state.gp_flags, 0); /* Clear all flags: New GP. */ in rcu_gp_init()
1889 *gfp = READ_ONCE(rcu_state.gp_flags); in rcu_gp_fqs_check_wake()
1917 if (READ_ONCE(rcu_state.gp_flags) & RCU_GP_FLAG_FQS) { in rcu_gp_fqs()
1919 WRITE_ONCE(rcu_state.gp_flags, in rcu_gp_fqs()
1920 READ_ONCE(rcu_state.gp_flags) & ~RCU_GP_FLAG_FQS); in rcu_gp_fqs()
2083 WRITE_ONCE(rcu_state.gp_flags, RCU_GP_FLAG_INIT); in rcu_gp_cleanup()
2089 WRITE_ONCE(rcu_state.gp_flags, in rcu_gp_cleanup()
2090 rcu_state.gp_flags & RCU_GP_FLAG_INIT); in rcu_gp_cleanup()
2113 READ_ONCE(rcu_state.gp_flags) & in rcu_gp_kthread()
2151 WRITE_ONCE(rcu_state.gp_flags, in rcu_report_qs_rsp()
2152 READ_ONCE(rcu_state.gp_flags) | RCU_GP_FLAG_FQS); in rcu_report_qs_rsp()
2671 ret = (READ_ONCE(rcu_state.gp_flags) & RCU_GP_FLAG_FQS) || in rcu_force_quiescent_state()
2684 if (READ_ONCE(rcu_state.gp_flags) & RCU_GP_FLAG_FQS) { in rcu_force_quiescent_state()
2688 WRITE_ONCE(rcu_state.gp_flags, in rcu_force_quiescent_state()
2689 READ_ONCE(rcu_state.gp_flags) | RCU_GP_FLAG_FQS); in rcu_force_quiescent_state()
4262 rdp->rcu_onl_gp_flags = READ_ONCE(rcu_state.gp_flags); in rcu_cpu_starting()
4308 rdp->rcu_ofl_gp_flags = READ_ONCE(rcu_state.gp_flags); in rcu_report_dead()