Searched refs:rcu_sync_enter (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Drcu_sync.h40 extern void rcu_sync_enter(struct rcu_sync *);
/linux-master/kernel/rcu/
H A Dsync.c38 * This function is passed to call_rcu() function by rcu_sync_enter() and
42 * If it is called by rcu_sync_enter() it signals that all the readers were
46 * have taken place in the meantime, so that closely spaced rcu_sync_enter()
49 * If another rcu_sync_enter() is invoked before the grace period
52 * another rcu_sync_enter() and its matching rcu_sync_exit() are invoked
91 * rcu_sync_enter() - Force readers onto slowpath
100 * When called in isolation, rcu_sync_enter() must wait for a grace
101 * period, however, closely spaced calls to rcu_sync_enter() can
103 * by rcu_sync_enter(), rcu_sync_exit(), and rcu_sync_func().
105 void rcu_sync_enter(struc function
[all...]
/linux-master/kernel/locking/
H A Dpercpu-rwsem.c232 rcu_sync_enter(&sem->rss);
/linux-master/kernel/cgroup/
H A Dcgroup.c1287 rcu_sync_enter(&cgroup_threadgroup_rwsem.rss);

Completed in 108 milliseconds