Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/rcu/
Dupdate.c615 bool needreport, bool *firstreport) in check_holdout_task() argument
629 if (!needreport) in check_holdout_task()
736 bool needreport; in rcu_tasks_kthread() local
742 needreport = rtst > 0 && in rcu_tasks_kthread()
744 if (needreport) in rcu_tasks_kthread()
750 check_holdout_task(t, needreport, &firstreport); in rcu_tasks_kthread()