Home
last modified time | relevance | path

Searched refs:wait_rcu_gp (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Drcupdate_wait.h32 #define wait_rcu_gp(...) _wait_rcu_gp(false, TASK_UNINTERRUPTIBLE, __VA_ARGS__) macro
/linux/kernel/rcu/
H A Dtiny.c47 wait_rcu_gp(call_rcu_hurry); in rcu_barrier()
H A Dtree.c4029 wait_rcu_gp(call_rcu_hurry); in synchronize_rcu_normal()
/linux/Documentation/RCU/Design/Memory-Ordering/
H A DTree-RCU-Memory-Ordering.rst322 | The ``synchronize_rcu()`` passes ``call_rcu()`` to ``wait_rcu_gp()``, |