Searched refs:synchronize_rcu_tasks (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/
H A Drcupdate.h168 void synchronize_rcu_tasks(void);
172 # define synchronize_rcu_tasks synchronize_rcu macro
219 #define synchronize_rcu_tasks synchronize_rcu macro
/linux-master/kernel/rcu/
H A Drcuscale.c299 .sync = synchronize_rcu_tasks,
300 .exp_sync = synchronize_rcu_tasks,
H A Dtasks.h1114 * synchronize_rcu_tasks - wait until an rcu-tasks grace period has elapsed.
1121 * to synchronize_rcu_tasks(), and (in theory, anyway) cond_resched().
1125 * preambles and profiling hooks. The synchronize_rcu_tasks() function
1131 void synchronize_rcu_tasks(void) function
1135 EXPORT_SYMBOL_GPL(synchronize_rcu_tasks); variable
2067 synchronize_rcu_tasks();
H A Drcutorture.c879 .sync = synchronize_rcu_tasks,
/linux-master/kernel/
H A Dkprobes.c626 synchronize_rcu_tasks();
2747 * depends on synchronize_rcu_tasks() and ksoftirqd, that is
/linux-master/kernel/trace/
H A Dftrace.c3157 * synchronize_rcu_tasks() will wait for those tasks to
3161 synchronize_rcu_tasks();
5468 synchronize_rcu_tasks();

Completed in 180 milliseconds