Home
last modified time | relevance | path

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

/openbmc/linux/kernel/rcu/
H A Drcu.h615 static inline void rcu_gp_slow_register(atomic_t *rgssp) { } in rcu_gp_slow_register() argument
616 static inline void rcu_gp_slow_unregister(atomic_t *rgssp) { } in rcu_gp_slow_unregister() argument
634 void rcu_gp_slow_register(atomic_t *rgssp);
635 void rcu_gp_slow_unregister(atomic_t *rgssp);
H A Dtree.c1290 void rcu_gp_slow_register(atomic_t *rgssp) in rcu_gp_slow_register() argument
1294 WRITE_ONCE(rcu_gp_slow_suppress, rgssp); in rcu_gp_slow_register()
1299 void rcu_gp_slow_unregister(atomic_t *rgssp) in rcu_gp_slow_unregister() argument
1301 WARN_ON_ONCE(rgssp && rgssp != rcu_gp_slow_suppress && 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() local
1311 return rgssp && atomic_read(rgssp); in rcu_gp_slow_is_suppressed()