Home
last modified time | relevance | path

Searched refs:rcu_barrier_tasks_trace (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/include/linux/
Drcupdate_trace.h89 void rcu_barrier_tasks_trace(void);
/linux-6.12.1/Documentation/RCU/
Dchecklist.rst330 rcu_barrier_tasks(), and rcu_barrier_tasks_trace(), respectively.
522 - call_rcu_tasks_trace() -> rcu_barrier_tasks_trace()
538 - synchronize_tasks_trace() and rcu_barrier_tasks_trace()
DwhatisRCU.rst1114 rcu_read_lock_trace call_rcu_tasks_trace rcu_barrier_tasks_trace
/linux-6.12.1/kernel/rcu/
Dtasks.h2065 void rcu_barrier_tasks_trace(void) in rcu_barrier_tasks_trace() function
2069 EXPORT_SYMBOL_GPL(rcu_barrier_tasks_trace);
Drcuscale.c416 .gp_barrier = rcu_barrier_tasks_trace,
Drcutorture.c984 .cb_barrier = rcu_barrier_tasks_trace,
/linux-6.12.1/kernel/bpf/
Dmemalloc.c706 rcu_barrier_tasks_trace(); /* wait for __free_rcu */ in free_mem_alloc()
/linux-6.12.1/Documentation/RCU/Design/Requirements/
DRequirements.rst2668 synchronize_rcu_tasks_trace(), and rcu_barrier_tasks_trace().