Home
last modified time | relevance | path

Searched refs:synchronize_rcu_tasks (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/
H A Drcupdate.h170 void synchronize_rcu_tasks(void);
175 # define synchronize_rcu_tasks synchronize_rcu macro
222 #define synchronize_rcu_tasks synchronize_rcu macro
/linux/kernel/rcu/
H A Drcuscale.c329 .sync = synchronize_rcu_tasks,
330 .exp_sync = synchronize_rcu_tasks,
H A Dtasks.h1202 * synchronize_rcu_tasks - wait until an rcu-tasks grace period has elapsed.
1209 * to synchronize_rcu_tasks(), and (in theory, anyway) cond_resched().
1213 * preambles and profiling hooks. The synchronize_rcu_tasks() function
1219 void synchronize_rcu_tasks(void) in synchronize_rcu_tasks() function
1223 EXPORT_SYMBOL_GPL(synchronize_rcu_tasks);
2169 synchronize_rcu_tasks(); in rcu_tasks_initiate_self_tests()
/linux/Documentation/RCU/
H A Dchecklist.rst208 synchronize_srcu_expedited(), synchronize_rcu_tasks(),
246 a. If the updater uses synchronize_rcu_tasks() or
537 - synchronize_rcu_tasks() and rcu_barrier_tasks()
H A DwhatisRCU.rst1112 synchronize_rcu_tasks
/linux/Documentation/RCU/Design/Requirements/
H A DRequirements.rst2740 synchronize_rcu_tasks(). In addition, transitions to and from
2754 call_rcu_tasks(), synchronize_rcu_tasks(), and
/linux/kernel/trace/
H A Dftrace.c3185 * synchronize_rcu_tasks() will wait for those tasks to in ftrace_shutdown()
3188 synchronize_rcu_tasks(); in ftrace_shutdown()