Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/rcu/
Dtree.c1291 static atomic_t *rcu_gp_slow_suppress; variable
1296 WARN_ON_ONCE(rcu_gp_slow_suppress); in rcu_gp_slow_register()
1298 WRITE_ONCE(rcu_gp_slow_suppress, rgssp); in rcu_gp_slow_register()
1305 WARN_ON_ONCE(rgssp && rgssp != rcu_gp_slow_suppress); in rcu_gp_slow_unregister()
1307 WRITE_ONCE(rcu_gp_slow_suppress, NULL); in rcu_gp_slow_unregister()
1313 atomic_t *rgssp = READ_ONCE(rcu_gp_slow_suppress); in rcu_gp_slow_is_suppressed()