Searched refs:to_whom (Results 1 – 2 of 2) sorted by relevance
508 send_ipi_message(const struct cpumask *to_whom, enum ipi_message_type operation) in send_ipi_message() argument513 for_each_cpu(i, to_whom) in send_ipi_message()517 for_each_cpu(i, to_whom) in send_ipi_message()585 cpumask_t to_whom; in smp_send_stop() local586 cpumask_copy(&to_whom, cpu_possible_mask); in smp_send_stop()587 cpumask_clear_cpu(smp_processor_id(), &to_whom); in smp_send_stop()592 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()