Lines Matching refs:firstreport
339 bool firstreport; in rcu_tasks_wait_gp() local
354 firstreport = true; 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
482 if (*firstreport) { in check_holdout_task()
484 *firstreport = false; 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()
1077 static void show_stalled_task_trace(struct task_struct *t, bool *firstreport) in show_stalled_task_trace() argument
1081 if (*firstreport) { in show_stalled_task_trace()
1083 *firstreport = false; in show_stalled_task_trace()
1110 bool needreport, bool *firstreport) in check_all_holdout_tasks_trace() argument
1127 show_stalled_task_trace(t, firstreport); in check_all_holdout_tasks_trace()
1134 if (*firstreport) in check_all_holdout_tasks_trace()
1148 bool firstreport; in rcu_tasks_trace_postgp() local
1182 firstreport = true; in rcu_tasks_trace_postgp()
1185 show_stalled_task_trace(t, &firstreport); in rcu_tasks_trace_postgp()
1188 if (firstreport) in rcu_tasks_trace_postgp()