Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/rcu/
Dtree.c1249 static atomic_t *rcu_gp_slow_suppress; variable
1254 WARN_ON_ONCE(rcu_gp_slow_suppress); in rcu_gp_slow_register()
1256 WRITE_ONCE(rcu_gp_slow_suppress, rgssp); in rcu_gp_slow_register()
1263 WARN_ON_ONCE(rgssp && rgssp != rcu_gp_slow_suppress); in rcu_gp_slow_unregister()
1265 WRITE_ONCE(rcu_gp_slow_suppress, NULL); in rcu_gp_slow_unregister()
1271 atomic_t *rgssp = READ_ONCE(rcu_gp_slow_suppress); in rcu_gp_slow_is_suppressed()