Home
last modified time | relevance | path

Searched refs:firstreport (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/kernel/rcu/
Dtasks.h778 bool firstreport; in rcu_tasks_wait_gp() local
801 firstreport = true; in rcu_tasks_wait_gp()
804 rtp->holdouts_func(&holdouts, needreport, &firstreport); in rcu_tasks_wait_gp()
941 bool needreport, bool *firstreport) in check_holdout_task() argument
958 if (*firstreport) { in check_holdout_task()
960 *firstreport = false; in check_holdout_task()
973 bool needreport, bool *firstreport) in check_all_holdout_tasks() argument
978 check_holdout_task(t, needreport, firstreport); in check_all_holdout_tasks()
1718 static void show_stalled_task_trace(struct task_struct *t, bool *firstreport) in show_stalled_task_trace() argument
1724 if (*firstreport) { in show_stalled_task_trace()
[all …]