Searched refs:rcu_sync (Results 1 – 25 of 3168) sorted by relevance
12345678910>>...127
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_start(struct rcu_sync *);41 extern void rcu_sync_enter(struct rcu_sync *);42 extern void rcu_sync_exit(struct rcu_sync *);43 extern void rcu_sync_dtor(struct rcu_sync *);52 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()36 void rcu_sync_enter_start(struct rcu_sync *rsp) in rcu_sync_enter_start()45 static void rcu_sync_call(struct rcu_sync *rsp) in rcu_sync_call()75 struct rcu_sync *rsp = container_of(rhp, struct rcu_sync, cb_head); in rcu_sync_func()121 void rcu_sync_enter(struct rcu_sync *rsp) in rcu_sync_enter()168 void rcu_sync_exit(struct rcu_sync *rsp) in rcu_sync_exit()189 void rcu_sync_dtor(struct rcu_sync *rsp) in rcu_sync_dtor()
22 include/linux/rcu_sync.h \
369 include/linux/rcu_sync.h
390 .. kernel-doc:: include/linux/rcu_sync.h
748 include/linux/rcu_sync.h \
802 include/linux/rcu_sync.h \
804 include/linux/rcu_sync.h \
807 include/linux/rcu_sync.h \
805 include/linux/rcu_sync.h \
822 include/linux/rcu_sync.h \
846 include/linux/rcu_sync.h \
875 include/linux/rcu_sync.h \
876 include/linux/rcu_sync.h \
837 include/linux/rcu_sync.h \
Completed in 66 milliseconds