Searched refs:gp_flags (Results 1 – 4 of 4) sorted by relevance
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()[all …]
133 (rcu_gp_in_progress() || READ_ONCE(rcu_state.gp_flags))) { in rcu_stall_kick_kthreads()343 READ_ONCE(rcu_state.gp_flags), in rcu_check_gp_kthread_starvation()573 READ_ONCE(rcu_state.gp_flags)); in show_rcu_gp_kthreads()
304 short gp_flags; /* Commands for GP task. */ member
276 grace-period sequence number, the "f" precedes the ->gp_flags command