Searched refs:needreport (Results 1 – 1 of 1) sorted by relevance
340 bool needreport; in rcu_tasks_wait_gp() local351 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() argument480 if (!needreport) in check_holdout_task()497 bool needreport, bool *firstreport) in check_all_holdout_tasks() argument502 check_holdout_task(t, needreport, firstreport); in check_all_holdout_tasks()1110 bool needreport, bool *firstreport) in check_all_holdout_tasks_trace() argument1126 else if (needreport) in check_all_holdout_tasks_trace()[all …]
Completed in 7 milliseconds