Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/rcu/
Dupdate.c549 bool needreport, bool *firstreport) in check_holdout_task() argument
563 if (!needreport) in check_holdout_task()
670 bool needreport; in rcu_tasks_kthread() local
676 needreport = rtst > 0 && in rcu_tasks_kthread()
678 if (needreport) in rcu_tasks_kthread()
684 check_holdout_task(t, needreport, &firstreport); in rcu_tasks_kthread()