Lines Matching defs:gp_state
418 bool (*check_boost_failed)(unsigned long gp_state, int *cpup);
1190 static bool rcu_torture_boost_failed(unsigned long gp_state, unsigned long *start)
1204 if (cur_ops->poll_gp_state(gp_state))
1206 if (cur_ops->check_boost_failed && !cur_ops->check_boost_failed(gp_state, &cpu)) {
1222 pr_info("Boost inversion thread ->rt_priority %u gp_state %lu jiffies %lu\n",
1223 current->rt_priority, gp_state, end - *start);
1226 gp_done = cur_ops->poll_gp_state(gp_state);
1227 pr_info("Boost inversion: GP %lu %s.\n", gp_state,
1233 } else if (cur_ops->check_boost_failed && !cur_ops->check_boost_failed(gp_state, NULL)) {
1243 unsigned long gp_state;
1285 if (gp_initiated && !failed && !cur_ops->poll_gp_state(gp_state))
1286 failed = rcu_torture_boost_failed(gp_state, &gp_state_time);
1288 if (!gp_initiated || cur_ops->poll_gp_state(gp_state)) {
1289 gp_state = cur_ops->start_gp_poll();
1298 if (cur_ops->poll_gp_state(gp_state))
1306 if (gp_initiated && !failed && !cur_ops->poll_gp_state(gp_state))
1307 rcu_torture_boost_failed(gp_state, &gp_state_time);