Searched refs:NR_IPI (Results 1 – 2 of 2) sorted by relevance
77 NR_IPI enumerator81 static int nr_ipi __read_mostly = NR_IPI;82 static struct irq_desc *ipi_desc[NR_IPI] __read_mostly;764 static const char *ipi_types[NR_IPI] __tracepoint_string = {782 for (i = 0; i < NR_IPI; i++) { in arch_show_interrupts()866 if ((unsigned)ipinr < NR_IPI) in do_handle_IPI()915 if ((unsigned)ipinr < NR_IPI) in do_handle_IPI()959 WARN_ON(n < NR_IPI); in set_smp_ipi_range()960 nr_ipi = min(n, NR_IPI); in set_smp_ipi_range()
69 NR_IPI, enumerator74 IPI_CPU_BACKTRACE = NR_IPI,84 static int nr_ipi __read_mostly = NR_IPI;534 static const char *ipi_types[NR_IPI] __tracepoint_string = {550 for (i = 0; i < NR_IPI; i++) { in show_ipi_list()643 if ((unsigned)ipinr < NR_IPI) in do_handle_IPI()690 if ((unsigned)ipinr < NR_IPI) in do_handle_IPI()
Completed in 22 milliseconds