Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/rcu/
Drcutorture.c376 bool (*check_boost_failed)(unsigned long gp_state, int *cpup); member
559 .check_boost_failed = rcu_check_boost_fail,
1032 if (cur_ops->check_boost_failed && !cur_ops->check_boost_failed(gp_state, &cpu)) { in rcu_torture_boost_failed()
1054 } else if (cur_ops->check_boost_failed && !cur_ops->check_boost_failed(gp_state, NULL)) { in rcu_torture_boost_failed()