Searched refs:gp_flags (Results 1 – 3 of 3) sorted by relevance
604 *flags = READ_ONCE(rcu_state.gp_flags); in rcutorture_get_gp_data()1412 WRITE_ONCE(rcu_state.gp_flags, rcu_state.gp_flags | RCU_GP_FLAG_INIT); in rcu_start_this_gp()1468 !READ_ONCE(rcu_state.gp_flags) || !t) in rcu_gp_kthread_wake()1738 if (!READ_ONCE(rcu_state.gp_flags)) { in rcu_gp_init()1743 WRITE_ONCE(rcu_state.gp_flags, 0); /* Clear all flags: New GP. */ in rcu_gp_init()1882 *gfp = READ_ONCE(rcu_state.gp_flags); in rcu_gp_fqs_check_wake()1910 if (READ_ONCE(rcu_state.gp_flags) & RCU_GP_FLAG_FQS) { in rcu_gp_fqs()1912 WRITE_ONCE(rcu_state.gp_flags, in rcu_gp_fqs()1913 READ_ONCE(rcu_state.gp_flags) & ~RCU_GP_FLAG_FQS); in rcu_gp_fqs()2072 WRITE_ONCE(rcu_state.gp_flags, RCU_GP_FLAG_INIT); in rcu_gp_cleanup()[all …]
167 (rcu_gp_in_progress() || READ_ONCE(rcu_state.gp_flags))) { in rcu_stall_kick_kthreads()459 data_race(rcu_state.gp_flags), in rcu_check_gp_kthread_starvation()712 data_race(rcu_state.gp_flags)); in show_rcu_gp_kthreads()
312 short gp_flags; /* Commands for GP task. */ member