Lines Matching refs:firstreport
858 bool firstreport; in rcu_tasks_wait_gp() local
881 firstreport = true; in rcu_tasks_wait_gp()
884 rtp->holdouts_func(&holdouts, needreport, &firstreport); in rcu_tasks_wait_gp()
1094 bool needreport, bool *firstreport) in check_holdout_task() argument
1111 if (*firstreport) { in check_holdout_task()
1113 *firstreport = false; in check_holdout_task()
1126 bool needreport, bool *firstreport) in check_all_holdout_tasks() argument
1131 check_holdout_task(t, needreport, firstreport); in check_all_holdout_tasks()
1906 static void show_stalled_task_trace(struct task_struct *t, bool *firstreport) in show_stalled_task_trace() argument
1912 if (*firstreport) { in show_stalled_task_trace()
1914 *firstreport = false; in show_stalled_task_trace()
1948 bool needreport, bool *firstreport) in check_all_holdout_tasks_trace() argument
1966 show_stalled_task_trace(t, firstreport); in check_all_holdout_tasks_trace()
1974 if (*firstreport) in check_all_holdout_tasks_trace()