Lines Matching refs:gp_flags
548 *flags = READ_ONCE(rcu_state.gp_flags); in rcutorture_get_gp_data()
1182 WRITE_ONCE(rcu_state.gp_flags, rcu_state.gp_flags | RCU_GP_FLAG_INIT); in rcu_start_this_gp()
1236 !READ_ONCE(rcu_state.gp_flags) || in rcu_gp_kthread_wake()
1453 if (!READ_ONCE(rcu_state.gp_flags)) { in rcu_gp_init()
1458 WRITE_ONCE(rcu_state.gp_flags, 0); /* Clear all flags: New GP. */ in rcu_gp_init()
1579 *gfp = READ_ONCE(rcu_state.gp_flags); in rcu_gp_fqs_check_wake()
1607 if (READ_ONCE(rcu_state.gp_flags) & RCU_GP_FLAG_FQS) { in rcu_gp_fqs()
1609 WRITE_ONCE(rcu_state.gp_flags, in rcu_gp_fqs()
1610 READ_ONCE(rcu_state.gp_flags) & ~RCU_GP_FLAG_FQS); in rcu_gp_fqs()
1757 WRITE_ONCE(rcu_state.gp_flags, RCU_GP_FLAG_INIT); in rcu_gp_cleanup()
1763 WRITE_ONCE(rcu_state.gp_flags, in rcu_gp_cleanup()
1764 rcu_state.gp_flags & RCU_GP_FLAG_INIT); in rcu_gp_cleanup()
1784 READ_ONCE(rcu_state.gp_flags) & in rcu_gp_kthread()
1822 WRITE_ONCE(rcu_state.gp_flags, in rcu_report_qs_rsp()
1823 READ_ONCE(rcu_state.gp_flags) | RCU_GP_FLAG_FQS); in rcu_report_qs_rsp()
2314 ret = (READ_ONCE(rcu_state.gp_flags) & RCU_GP_FLAG_FQS) || in rcu_force_quiescent_state()
2327 if (READ_ONCE(rcu_state.gp_flags) & RCU_GP_FLAG_FQS) { in rcu_force_quiescent_state()
2331 WRITE_ONCE(rcu_state.gp_flags, in rcu_force_quiescent_state()
2332 READ_ONCE(rcu_state.gp_flags) | RCU_GP_FLAG_FQS); in rcu_force_quiescent_state()
3149 rdp->rcu_onl_gp_flags = READ_ONCE(rcu_state.gp_flags); in rcu_cpu_starting()
3186 rdp->rcu_ofl_gp_flags = READ_ONCE(rcu_state.gp_flags); in rcu_report_dead()