Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/rcu/
Drcu.h541 static inline void rcu_gp_slow_register(atomic_t *rgssp) { } in rcu_gp_slow_register() argument
542 static inline void rcu_gp_slow_unregister(atomic_t *rgssp) { } in rcu_gp_slow_unregister() argument
560 void rcu_gp_slow_register(atomic_t *rgssp);
561 void rcu_gp_slow_unregister(atomic_t *rgssp);
Dtree.c1294 void rcu_gp_slow_register(atomic_t *rgssp) in rcu_gp_slow_register() argument
1298 WRITE_ONCE(rcu_gp_slow_suppress, rgssp); in rcu_gp_slow_register()
1303 void rcu_gp_slow_unregister(atomic_t *rgssp) in rcu_gp_slow_unregister() argument
1305 WARN_ON_ONCE(rgssp && rgssp != rcu_gp_slow_suppress); in rcu_gp_slow_unregister()
1313 atomic_t *rgssp = READ_ONCE(rcu_gp_slow_suppress); in rcu_gp_slow_is_suppressed() local
1315 return rgssp && atomic_read(rgssp); in rcu_gp_slow_is_suppressed()