Searched refs:to_whom (Results 1 – 2 of 2) sorted by relevance
507 send_ipi_message(const struct cpumask *to_whom, enum ipi_message_type operation) in send_ipi_message() argument512 for_each_cpu(i, to_whom) in send_ipi_message()516 for_each_cpu(i, to_whom) in send_ipi_message()584 cpumask_t to_whom; in smp_send_stop() local585 cpumask_copy(&to_whom, cpu_online_mask); in smp_send_stop()586 cpumask_clear_cpu(smp_processor_id(), &to_whom); in smp_send_stop()591 send_ipi_message(&to_whom, IPI_CPU_STOP); in smp_send_stop()
89 send_ipi_message(const struct cpumask *to_whom, enum ipi_message_type operation) in send_ipi_message() argument93 for_each_cpu(i, to_whom) in send_ipi_message()97 send_arch_ipi(to_whom); in send_ipi_message()