Searched refs:trc_ipi_to_cpu (Results 1 – 2 of 2) sorted by relevance
827 static DEFINE_PER_CPU(bool, trc_ipi_to_cpu);1006 if (per_cpu(trc_ipi_to_cpu, cpu) || t->trc_ipi_to_cpu >= 0) in trc_wait_for_one_reader()1009 per_cpu(trc_ipi_to_cpu, cpu) = true; in trc_wait_for_one_reader()1010 t->trc_ipi_to_cpu = cpu; in trc_wait_for_one_reader()1018 per_cpu(trc_ipi_to_cpu, cpu) = false; in trc_wait_for_one_reader()1019 t->trc_ipi_to_cpu = -1; in trc_wait_for_one_reader()1034 WARN_ON_ONCE(per_cpu(trc_ipi_to_cpu, cpu)); in rcu_tasks_trace_pregp_step()1052 t->trc_ipi_to_cpu = -1; in rcu_tasks_trace_pertask()1089 ".I"[READ_ONCE(t->trc_ipi_to_cpu) >= 0], in show_stalled_task_trace()1104 if (per_cpu(trc_ipi_to_cpu, cpu)) in show_stalled_ipi_trace()[all …]
841 int trc_ipi_to_cpu; member
Completed in 12 milliseconds