Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/rcu/
Drcu.h604 static inline bool rcu_check_boost_fail(unsigned long gp_state, int *cpup) { return true; } in rcu_check_boost_fail() function
615 bool rcu_check_boost_fail(unsigned long gp_state, int *cpup);
Dtree_stall.h840 bool rcu_check_boost_fail(unsigned long gp_state, int *cpup) in rcu_check_boost_fail() function
879 EXPORT_SYMBOL_GPL(rcu_check_boost_fail);
Drcutorture.c568 .check_boost_failed = rcu_check_boost_fail,