Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Drcu.h651 static inline void rcu_gp_slow_register(atomic_t *rgssp) { } in rcu_gp_slow_register() argument
652 static inline void rcu_gp_slow_unregister(atomic_t *rgssp) { } in rcu_gp_slow_unregister() argument
664 void rcu_gp_slow_register(atomic_t *rgssp);
665 void rcu_gp_slow_unregister(atomic_t *rgssp);
H A Dtree.c1342 void rcu_gp_slow_register(atomic_t *rgssp) in rcu_gp_slow_register() argument
1346 WRITE_ONCE(rcu_gp_slow_suppress, rgssp); in rcu_gp_slow_register()
1351 void rcu_gp_slow_unregister(atomic_t *rgssp) in rcu_gp_slow_unregister() argument
1353 WARN_ON_ONCE(rgssp && rgssp != rcu_gp_slow_suppress && rcu_gp_slow_suppress != NULL); in rcu_gp_slow_unregister()
1361 atomic_t *rgssp = READ_ONCE(rcu_gp_slow_suppress); in rcu_gp_slow_is_suppressed() local
1363 return rgssp && atomic_read(rgssp); in rcu_gp_slow_is_suppressed()
H A Drcutorture.c426 void (*gp_slow_register)(atomic_t *rgssp);
427 void (*gp_slow_unregister)(atomic_t *rgssp);