Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Drcu.h647 static inline bool rcu_check_boost_fail(unsigned long gp_state, int *cpup) { return true; } in rcu_check_boost_fail() function
657 bool rcu_check_boost_fail(unsigned long gp_state, int *cpup);
H A Dtree_stall.h894 bool rcu_check_boost_fail(unsigned long gp_state, int *cpup) in rcu_check_boost_fail() function
933 EXPORT_SYMBOL_GPL(rcu_check_boost_fail);
H A Drcutorture.c633 .check_boost_failed = rcu_check_boost_fail,