Home
last modified time | relevance | path

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

/kernel/rcu/
Drcu.h555 static inline void rcu_gp_slow_register(atomic_t *rgssp) { } in rcu_gp_slow_register() argument
556 static inline void rcu_gp_slow_unregister(atomic_t *rgssp) { } in rcu_gp_slow_unregister() argument
574 void rcu_gp_slow_register(atomic_t *rgssp);
575 void rcu_gp_slow_unregister(atomic_t *rgssp);
Dtree.c1328 void rcu_gp_slow_register(atomic_t *rgssp) in rcu_gp_slow_register() argument
1332 WRITE_ONCE(rcu_gp_slow_suppress, rgssp); in rcu_gp_slow_register()
1337 void rcu_gp_slow_unregister(atomic_t *rgssp) in rcu_gp_slow_unregister() argument
1339 WARN_ON_ONCE(rgssp && rgssp != rcu_gp_slow_suppress); in rcu_gp_slow_unregister()
1347 atomic_t *rgssp = READ_ONCE(rcu_gp_slow_suppress); in rcu_gp_slow_is_suppressed() local
1349 return rgssp && atomic_read(rgssp); in rcu_gp_slow_is_suppressed()