Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Dtasks.h852 bool firstreport; in rcu_tasks_wait_gp() local
875 firstreport = true; in rcu_tasks_wait_gp()
878 rtp->holdouts_func(&holdouts, needreport, &firstreport); in rcu_tasks_wait_gp()
1088 bool needreport, bool *firstreport) in check_holdout_task() argument
1105 if (*firstreport) { in check_holdout_task()
1107 *firstreport = false; in check_holdout_task()
1120 bool needreport, bool *firstreport) in check_all_holdout_tasks() argument
1125 check_holdout_task(t, needreport, firstreport); in check_all_holdout_tasks()