Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/rcu/
A Dtasks.h703 bool needreport; in rcu_tasks_wait_gp() local
720 needreport = rtst > 0 && time_after(jiffies, lastreport + rtst); in rcu_tasks_wait_gp()
721 if (needreport) { in rcu_tasks_wait_gp()
728 rtp->holdouts_func(&holdouts, needreport, &firstreport); in rcu_tasks_wait_gp()
855 bool needreport, bool *firstreport) in check_holdout_task() argument
870 if (!needreport) in check_holdout_task()
887 bool needreport, bool *firstreport) in check_all_holdout_tasks() argument
892 check_holdout_task(t, needreport, firstreport); in check_all_holdout_tasks()
1636 bool needreport, bool *firstreport) in check_all_holdout_tasks_trace() argument
1653 else if (needreport) in check_all_holdout_tasks_trace()
[all …]

Completed in 5 milliseconds