Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds