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

/linux-master/kernel/rcu/
H A Dtasks.h783 bool firstreport; local
806 firstreport = true;
809 rtp->holdouts_func(&holdouts, needreport, &firstreport);
1010 bool needreport, bool *firstreport)
1027 if (*firstreport) {
1029 *firstreport = false;
1042 bool needreport, bool *firstreport)
1047 check_holdout_task(t, needreport, firstreport);
1826 static void show_stalled_task_trace(struct task_struct *t, bool *firstreport) argument
1832 if (*firstreport) {
1009 check_holdout_task(struct task_struct *t, bool needreport, bool *firstreport) argument
1041 check_all_holdout_tasks(struct list_head *hop, bool needreport, bool *firstreport) argument
1867 check_all_holdout_tasks_trace(struct list_head *hop, bool needreport, bool *firstreport) argument
[all...]

Completed in 143 milliseconds