Searched refs:firstreport (Results 1 – 1 of 1) sorted by relevance
708 bool firstreport; in rcu_tasks_wait_gp() local731 firstreport = true; in rcu_tasks_wait_gp()734 rtp->holdouts_func(&holdouts, needreport, &firstreport); in rcu_tasks_wait_gp()861 bool needreport, bool *firstreport) in check_holdout_task() argument878 if (*firstreport) { in check_holdout_task()880 *firstreport = false; in check_holdout_task()893 bool needreport, bool *firstreport) in check_all_holdout_tasks() argument898 check_holdout_task(t, needreport, firstreport); in check_all_holdout_tasks()1600 static void show_stalled_task_trace(struct task_struct *t, bool *firstreport) in show_stalled_task_trace() argument1606 if (*firstreport) { in show_stalled_task_trace()[all …]