Lines Matching refs:firstreport
340 bool firstreport; in rcu_tasks_wait_gp() local
355 firstreport = true; in rcu_tasks_wait_gp()
358 rtp->holdouts_func(&holdouts, needreport, &firstreport); in rcu_tasks_wait_gp()
466 bool needreport, bool *firstreport) in check_holdout_task() argument
483 if (*firstreport) { in check_holdout_task()
485 *firstreport = false; in check_holdout_task()
498 bool needreport, bool *firstreport) in check_all_holdout_tasks() argument
503 check_holdout_task(t, needreport, firstreport); in check_all_holdout_tasks()
1090 static void show_stalled_task_trace(struct task_struct *t, bool *firstreport) in show_stalled_task_trace() argument
1094 if (*firstreport) { in show_stalled_task_trace()
1096 *firstreport = false; in show_stalled_task_trace()
1123 bool needreport, bool *firstreport) in check_all_holdout_tasks_trace() argument
1140 show_stalled_task_trace(t, firstreport); in check_all_holdout_tasks_trace()
1147 if (firstreport) in check_all_holdout_tasks_trace()
1156 bool firstreport; in rcu_tasks_trace_postgp() local
1181 firstreport = true; in rcu_tasks_trace_postgp()
1184 show_stalled_task_trace(t, &firstreport); in rcu_tasks_trace_postgp()
1187 if (firstreport) in rcu_tasks_trace_postgp()