Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Dsync.c10 #include <linux/rcu_sync.h>
18 * rcu_sync_init() - Initialize an rcu_sync structure
19 * @rsp: Pointer to rcu_sync structure to be initialized
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()
36 * @rhp: Pointer to rcu_head in rcu_sync structure to use for synchronization
59 struct rcu_sync *rsp = container_of(rhp, struct rcu_sync, cb_head); in rcu_sync_func()
92 * @rsp: Pointer to rcu_sync structure to use for synchronization
105 void rcu_sync_enter(struct rcu_sync *rs
[all...]
/linux/include/linux/
H A Dpercpu-rwsem.h9 #include <linux/rcu_sync.h>
14 struct rcu_sync rss;
/linux/Documentation/translations/zh_CN/core-api/
H A Dkernel-api.rst376 include/linux/rcu_sync.h
/linux/Documentation/core-api/
H A Dkernel-api.rst416 .. kernel-doc:: include/linux/rcu_sync.h