Home
last modified time | relevance | path

Searched refs:rcu_gp_slow_suppress (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/kernel/rcu/
H A Dtree.c1287 static atomic_t *rcu_gp_slow_suppress; variable
1292 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()