Searched refs:synchronize_rcu_tasks_trace (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Drcupdate_trace.h39 * When synchronize_rcu_tasks_trace() is invoked by one task, then that
88 void synchronize_rcu_tasks_trace(void);
/linux-master/kernel/rcu/
H A Drcuscale.c377 .sync = synchronize_rcu_tasks_trace,
378 .exp_sync = synchronize_rcu_tasks_trace,
H A Dtasks.h1931 * synchronize_rcu_tasks_trace - wait for a trace rcu-tasks grace period
1941 * and profiling hooks. The synchronize_rcu_tasks_trace() function is not
1947 void synchronize_rcu_tasks_trace(void) function
1949 RCU_LOCKDEP_WARN(lock_is_held(&rcu_trace_lock_map), "Illegal synchronize_rcu_tasks_trace() in RCU Tasks Trace read-side critical section");
1952 EXPORT_SYMBOL_GPL(synchronize_rcu_tasks_trace); variable
2081 synchronize_rcu_tasks_trace();
H A Drcutorture.c971 .sync = synchronize_rcu_tasks_trace,
972 .exp_sync = synchronize_rcu_tasks_trace,
3668 char *fs = i == cyclelen - 1 ? "synchronize_rcu_tasks_trace"
3679 synchronize_rcu_tasks_trace();
/linux-master/scripts/
H A Dcheckpatch.pl7497 synchronize_rcu_tasks_trace |

Completed in 289 milliseconds