Lines Matching refs:needreport
343 bool needreport; in rcu_tasks_wait_gp() local
357 needreport = rtst > 0 && time_after(jiffies, lastreport + rtst); in rcu_tasks_wait_gp()
358 if (needreport) in rcu_tasks_wait_gp()
363 rtp->holdouts_func(&holdouts, needreport, &firstreport); in rcu_tasks_wait_gp()
431 bool needreport, bool *firstreport) in check_holdout_task() argument
446 if (!needreport) in check_holdout_task()
463 bool needreport, bool *firstreport) in check_all_holdout_tasks() argument
468 check_holdout_task(t, needreport, firstreport); in check_all_holdout_tasks()
1038 bool needreport, bool *firstreport) in check_all_holdout_tasks_trace() argument
1054 else if (needreport) in check_all_holdout_tasks_trace()
1061 if (needreport) { in check_all_holdout_tasks_trace()