rcu_sync
struct rcu_sync rss;
static inline bool rcu_sync_is_idle(struct rcu_sync *rsp)
extern void rcu_sync_init(struct rcu_sync *);
extern void rcu_sync_enter(struct rcu_sync *);
extern void rcu_sync_exit(struct rcu_sync *);
extern void rcu_sync_dtor(struct rcu_sync *);
struct rcu_sync name = __RCU_SYNC_INITIALIZER(name)
void rcu_sync_enter(struct rcu_sync *rsp)
void rcu_sync_exit(struct rcu_sync *rsp)
void rcu_sync_dtor(struct rcu_sync *rsp)
void rcu_sync_init(struct rcu_sync *rsp)
static void rcu_sync_call(struct rcu_sync *rsp)
struct rcu_sync *rsp = container_of(rhp, struct rcu_sync, cb_head);