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

/linux-master/kernel/rcu/
H A Dtasks.h780 bool firstreport; local
803 firstreport = true;
806 rtp->holdouts_func(&holdouts, needreport, &firstreport);
1007 bool needreport, bool *firstreport)
1024 if (*firstreport) {
1026 *firstreport = false;
1039 bool needreport, bool *firstreport)
1044 check_holdout_task(t, needreport, firstreport);
1801 static void show_stalled_task_trace(struct task_struct *t, bool *firstreport) argument
1807 if (*firstreport) {
1006 check_holdout_task(struct task_struct *t, bool needreport, bool *firstreport) argument
1038 check_all_holdout_tasks(struct list_head *hop, bool needreport, bool *firstreport) argument
1842 check_all_holdout_tasks_trace(struct list_head *hop, bool needreport, bool *firstreport) argument
[all...]

Completed in 206 milliseconds