Lines Matching refs:gp_flags
552 *flags = READ_ONCE(rcu_state.gp_flags); in rcutorture_get_gp_data()
1068 WRITE_ONCE(rcu_state.gp_flags, rcu_state.gp_flags | RCU_GP_FLAG_INIT); in rcu_start_this_gp()
1124 !READ_ONCE(rcu_state.gp_flags) || !t) in rcu_gp_kthread_wake()
1816 if (!rcu_state.gp_flags) { in rcu_gp_init()
1821 WRITE_ONCE(rcu_state.gp_flags, 0); /* Clear all flags: New GP. */ in rcu_gp_init()
2014 *gfp = READ_ONCE(rcu_state.gp_flags); in rcu_gp_fqs_check_wake()
2054 if (READ_ONCE(rcu_state.gp_flags) & RCU_GP_FLAG_FQS) { in rcu_gp_fqs()
2056 WRITE_ONCE(rcu_state.gp_flags, rcu_state.gp_flags & ~RCU_GP_FLAG_FQS); in rcu_gp_fqs()
2245 WRITE_ONCE(rcu_state.gp_flags, RCU_GP_FLAG_INIT); in rcu_gp_cleanup()
2256 WRITE_ONCE(rcu_state.gp_flags, rcu_state.gp_flags & RCU_GP_FLAG_INIT); in rcu_gp_cleanup()
2282 READ_ONCE(rcu_state.gp_flags) & in rcu_gp_kthread()
2320 WRITE_ONCE(rcu_state.gp_flags, rcu_state.gp_flags | RCU_GP_FLAG_FQS); in rcu_report_qs_rsp()
2803 ret = (READ_ONCE(rcu_state.gp_flags) & RCU_GP_FLAG_FQS) || in rcu_force_quiescent_state()
2816 if (READ_ONCE(rcu_state.gp_flags) & RCU_GP_FLAG_FQS) { in rcu_force_quiescent_state()
2820 WRITE_ONCE(rcu_state.gp_flags, rcu_state.gp_flags | RCU_GP_FLAG_FQS); in rcu_force_quiescent_state()