Searched refs:trc_ipi_to_cpu (Results 1 – 2 of 2) sorted by relevance
1517 static DEFINE_PER_CPU(bool, trc_ipi_to_cpu);1765 if (per_cpu(trc_ipi_to_cpu, cpu) || t->trc_ipi_to_cpu >= 0) in trc_wait_for_one_reader()1768 per_cpu(trc_ipi_to_cpu, cpu) = true; in trc_wait_for_one_reader()1769 t->trc_ipi_to_cpu = cpu; in trc_wait_for_one_reader()1777 per_cpu(trc_ipi_to_cpu, cpu) = false; in trc_wait_for_one_reader()1778 t->trc_ipi_to_cpu = -1; in trc_wait_for_one_reader()1797 t->trc_ipi_to_cpu = -1; in rcu_tasks_trace_pertask_prep()1819 WARN_ON_ONCE(per_cpu(trc_ipi_to_cpu, cpu)); in rcu_tasks_trace_pregp_step()1920 ".I"[t->trc_ipi_to_cpu >= 0], in show_stalled_task_trace()1942 if (per_cpu(trc_ipi_to_cpu, cpu)) in show_stalled_ipi_trace()[all …]
906 int trc_ipi_to_cpu; member
Completed in 16 milliseconds