Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/rcu/
Drcutorture.c381 bool (*check_boost_failed)(unsigned long gp_state, int *cpup); member
568 .check_boost_failed = rcu_check_boost_fail,
1048 if (cur_ops->check_boost_failed && !cur_ops->check_boost_failed(gp_state, &cpu)) { in rcu_torture_boost_failed()
1070 } else if (cur_ops->check_boost_failed && !cur_ops->check_boost_failed(gp_state, NULL)) { in rcu_torture_boost_failed()