Searched refs:rcu_sync (Results 1 – 5 of 5) sorted by relevance
17 struct rcu_sync { struct32 static inline bool rcu_sync_is_idle(struct rcu_sync *rsp) in rcu_sync_is_idle()39 extern void rcu_sync_init(struct rcu_sync *);40 extern void rcu_sync_enter(struct rcu_sync *);41 extern void rcu_sync_exit(struct rcu_sync *);42 extern void rcu_sync_dtor(struct rcu_sync *);51 struct rcu_sync name = __RCU_SYNC_INITIALIZER(name)
13 struct rcu_sync rss;
21 void rcu_sync_init(struct rcu_sync *rsp) in rcu_sync_init()29 static void rcu_sync_call(struct rcu_sync *rsp) in rcu_sync_call()59 struct rcu_sync *rsp = container_of(rhp, struct rcu_sync, cb_head); in rcu_sync_func()105 void rcu_sync_enter(struct rcu_sync *rsp) in rcu_sync_enter()152 void rcu_sync_exit(struct rcu_sync *rsp) in rcu_sync_exit()173 void rcu_sync_dtor(struct rcu_sync *rsp) in rcu_sync_dtor()
376 include/linux/rcu_sync.h
420 .. kernel-doc:: include/linux/rcu_sync.h
Completed in 13 milliseconds