Home
last modified time | relevance | path

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

/linux/include/linux/
H A Drcupdate_wait.h25 #define _wait_rcu_gp(checktiny, state, ...) \ macro
32 #define wait_rcu_gp(...) _wait_rcu_gp(false, TASK_UNINTERRUPTIBLE, __VA_ARGS__)
33 #define wait_rcu_gp_state(state, ...) _wait_rcu_gp(false, state, __VA_ARGS__)
57 _wait_rcu_gp(IS_ENABLED(CONFIG_TINY_RCU), TASK_UNINTERRUPTIBLE, __VA_ARGS__)