Home
last modified time | relevance | path

Searched refs:rcu_sync (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
A Drcu_sync.h17 struct rcu_sync { struct
32 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)
A Dpercpu-rwsem.h13 struct rcu_sync rss;
/linux/kernel/rcu/
A Dsync.c21 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()
/linux/Documentation/translations/zh_CN/core-api/
A Dkernel-api.rst376 include/linux/rcu_sync.h
/linux/Documentation/core-api/
A Dkernel-api.rst420 .. kernel-doc:: include/linux/rcu_sync.h

Completed in 13 milliseconds