Lines Matching refs:firstreport
342 bool firstreport; in rcu_tasks_wait_gp() local
360 firstreport = true; 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
448 if (*firstreport) { in check_holdout_task()
450 *firstreport = false; 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()
1005 static void show_stalled_task_trace(struct task_struct *t, bool *firstreport) in show_stalled_task_trace() argument
1009 if (*firstreport) { in show_stalled_task_trace()
1011 *firstreport = false; in show_stalled_task_trace()
1038 bool needreport, bool *firstreport) in check_all_holdout_tasks_trace() argument
1055 show_stalled_task_trace(t, firstreport); in check_all_holdout_tasks_trace()
1062 if (firstreport) in check_all_holdout_tasks_trace()
1071 bool firstreport; in rcu_tasks_trace_postgp() local
1096 firstreport = true; in rcu_tasks_trace_postgp()
1099 show_stalled_task_trace(t, &firstreport); in rcu_tasks_trace_postgp()
1102 if (firstreport) in rcu_tasks_trace_postgp()