Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/rcu/
Dupdate.c632 bool needreport, bool *firstreport) in check_holdout_task() argument
649 if (*firstreport) { in check_holdout_task()
651 *firstreport = false; in check_holdout_task()
758 bool firstreport; in rcu_tasks_kthread() local
777 firstreport = true; in rcu_tasks_kthread()
781 check_holdout_task(t, needreport, &firstreport); in rcu_tasks_kthread()