Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/rcu/
H A Dtasks.h341 bool firstreport; in rcu_tasks_wait_gp() local
359 firstreport = true; in rcu_tasks_wait_gp()
362 rtp->holdouts_func(&holdouts, needreport, &firstreport); in rcu_tasks_wait_gp()
430 bool needreport, bool *firstreport) in check_holdout_task() argument
447 if (*firstreport) { in check_holdout_task()
449 *firstreport = false; in check_holdout_task()
462 bool needreport, bool *firstreport) in check_all_holdout_tasks() argument
467 check_holdout_task(t, needreport, firstreport); in check_all_holdout_tasks()
1008 static void show_stalled_task_trace(struct task_struct *t, bool *firstreport) in show_stalled_task_trace() argument
1012 if (*firstreport) { in show_stalled_task_trace()
[all …]