Searched refs:rcu_gp_slow_suppress (Results 1 – 1 of 1) sorted by relevance
1287 static atomic_t *rcu_gp_slow_suppress; variable1292 WARN_ON_ONCE(rcu_gp_slow_suppress); in rcu_gp_slow_register()1294 WRITE_ONCE(rcu_gp_slow_suppress, rgssp); in rcu_gp_slow_register()1301 WARN_ON_ONCE(rgssp && rgssp != rcu_gp_slow_suppress && rcu_gp_slow_suppress != NULL); in rcu_gp_slow_unregister()1303 WRITE_ONCE(rcu_gp_slow_suppress, NULL); in rcu_gp_slow_unregister()1309 atomic_t *rgssp = READ_ONCE(rcu_gp_slow_suppress); in rcu_gp_slow_is_suppressed()