Lines Matching refs:gp_flags
515 *flags = READ_ONCE(rcu_state.gp_flags); in rcutorture_get_gp_data()
969 WRITE_ONCE(rcu_state.gp_flags, rcu_state.gp_flags | RCU_GP_FLAG_INIT); in rcu_start_this_gp()
1025 !READ_ONCE(rcu_state.gp_flags) || !t) in rcu_gp_kthread_wake()
1395 if (!READ_ONCE(rcu_state.gp_flags)) { in rcu_gp_init()
1400 WRITE_ONCE(rcu_state.gp_flags, 0); /* Clear all flags: New GP. */ in rcu_gp_init()
1538 *gfp = READ_ONCE(rcu_state.gp_flags); in rcu_gp_fqs_check_wake()
1566 if (READ_ONCE(rcu_state.gp_flags) & RCU_GP_FLAG_FQS) { in rcu_gp_fqs()
1568 WRITE_ONCE(rcu_state.gp_flags, in rcu_gp_fqs()
1569 READ_ONCE(rcu_state.gp_flags) & ~RCU_GP_FLAG_FQS); in rcu_gp_fqs()
1758 WRITE_ONCE(rcu_state.gp_flags, RCU_GP_FLAG_INIT); in rcu_gp_cleanup()
1769 WRITE_ONCE(rcu_state.gp_flags, rcu_state.gp_flags & RCU_GP_FLAG_INIT); in rcu_gp_cleanup()
1792 READ_ONCE(rcu_state.gp_flags) & in rcu_gp_kthread()
1830 WRITE_ONCE(rcu_state.gp_flags, in rcu_report_qs_rsp()
1831 READ_ONCE(rcu_state.gp_flags) | RCU_GP_FLAG_FQS); in rcu_report_qs_rsp()
2285 ret = (READ_ONCE(rcu_state.gp_flags) & RCU_GP_FLAG_FQS) || in rcu_force_quiescent_state()
2298 if (READ_ONCE(rcu_state.gp_flags) & RCU_GP_FLAG_FQS) { in rcu_force_quiescent_state()
2302 WRITE_ONCE(rcu_state.gp_flags, in rcu_force_quiescent_state()
2303 READ_ONCE(rcu_state.gp_flags) | RCU_GP_FLAG_FQS); in rcu_force_quiescent_state()
4385 rdp->rcu_onl_gp_flags = READ_ONCE(rcu_state.gp_flags); in rcu_cpu_starting()
4430 rdp->rcu_ofl_gp_flags = READ_ONCE(rcu_state.gp_flags); in rcu_report_dead()