Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/rcu/ !
Drcu.h530 static inline void rcu_gp_slow_register(atomic_t *rgssp) { } in rcu_gp_slow_register() argument
531 static inline void rcu_gp_slow_unregister(atomic_t *rgssp) { } in rcu_gp_slow_unregister() argument
549 void rcu_gp_slow_register(atomic_t *rgssp);
550 void rcu_gp_slow_unregister(atomic_t *rgssp);
Dtree.c1713 void rcu_gp_slow_register(atomic_t *rgssp) in rcu_gp_slow_register() argument
1717 WRITE_ONCE(rcu_gp_slow_suppress, rgssp); in rcu_gp_slow_register()
1722 void rcu_gp_slow_unregister(atomic_t *rgssp) in rcu_gp_slow_unregister() argument
1724 WARN_ON_ONCE(rgssp && rgssp != rcu_gp_slow_suppress); in rcu_gp_slow_unregister()
1732 atomic_t *rgssp = READ_ONCE(rcu_gp_slow_suppress); in rcu_gp_slow_is_suppressed() local
1734 return rgssp && atomic_read(rgssp); in rcu_gp_slow_is_suppressed()