Lines Matching refs:needreport
340 bool needreport; in rcu_tasks_wait_gp() local
351 needreport = rtst > 0 && time_after(jiffies, lastreport + rtst); in rcu_tasks_wait_gp()
352 if (needreport) in rcu_tasks_wait_gp()
357 rtp->holdouts_func(&holdouts, needreport, &firstreport); in rcu_tasks_wait_gp()
465 bool needreport, bool *firstreport) in check_holdout_task() argument
480 if (!needreport) in check_holdout_task()
497 bool needreport, bool *firstreport) in check_all_holdout_tasks() argument
502 check_holdout_task(t, needreport, firstreport); in check_all_holdout_tasks()
1110 bool needreport, bool *firstreport) in check_all_holdout_tasks_trace() argument
1126 else if (needreport) in check_all_holdout_tasks_trace()
1133 if (needreport) { in check_all_holdout_tasks_trace()