Lines Matching refs:gp_flags

603 		*flags = READ_ONCE(rcu_state.gp_flags);  in rcutorture_get_gp_data()
1402 WRITE_ONCE(rcu_state.gp_flags, rcu_state.gp_flags | RCU_GP_FLAG_INIT); in rcu_start_this_gp()
1458 !READ_ONCE(rcu_state.gp_flags) || !t) in rcu_gp_kthread_wake()
1726 if (!READ_ONCE(rcu_state.gp_flags)) { in rcu_gp_init()
1731 WRITE_ONCE(rcu_state.gp_flags, 0); /* Clear all flags: New GP. */ in rcu_gp_init()
1864 *gfp = READ_ONCE(rcu_state.gp_flags); in rcu_gp_fqs_check_wake()
1892 if (READ_ONCE(rcu_state.gp_flags) & RCU_GP_FLAG_FQS) { in rcu_gp_fqs()
1894 WRITE_ONCE(rcu_state.gp_flags, in rcu_gp_fqs()
1895 READ_ONCE(rcu_state.gp_flags) & ~RCU_GP_FLAG_FQS); in rcu_gp_fqs()
2054 WRITE_ONCE(rcu_state.gp_flags, RCU_GP_FLAG_INIT); in rcu_gp_cleanup()
2060 WRITE_ONCE(rcu_state.gp_flags, in rcu_gp_cleanup()
2061 rcu_state.gp_flags & RCU_GP_FLAG_INIT); in rcu_gp_cleanup()
2084 READ_ONCE(rcu_state.gp_flags) & in rcu_gp_kthread()
2122 WRITE_ONCE(rcu_state.gp_flags, in rcu_report_qs_rsp()
2123 READ_ONCE(rcu_state.gp_flags) | RCU_GP_FLAG_FQS); in rcu_report_qs_rsp()
2640 ret = (READ_ONCE(rcu_state.gp_flags) & RCU_GP_FLAG_FQS) || in rcu_force_quiescent_state()
2653 if (READ_ONCE(rcu_state.gp_flags) & RCU_GP_FLAG_FQS) { in rcu_force_quiescent_state()
2657 WRITE_ONCE(rcu_state.gp_flags, in rcu_force_quiescent_state()
2658 READ_ONCE(rcu_state.gp_flags) | RCU_GP_FLAG_FQS); in rcu_force_quiescent_state()
4069 rdp->rcu_onl_gp_flags = READ_ONCE(rcu_state.gp_flags); in rcu_cpu_starting()
4106 rdp->rcu_ofl_gp_flags = READ_ONCE(rcu_state.gp_flags); in rcu_report_dead()