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

/linux-master/include/linux/
H A Drcupdate_wait.h25 #define _wait_rcu_gp(checktiny, ...) \ macro
33 #define wait_rcu_gp(...) _wait_rcu_gp(false, __VA_ARGS__)
51 * The first argument tells Tiny RCU's _wait_rcu_gp() not to
57 _wait_rcu_gp(IS_ENABLED(CONFIG_TINY_RCU), __VA_ARGS__)

Completed in 80 milliseconds