Searched refs:to_whom (Results 1 – 2 of 2) sorted by relevance
510 send_ipi_message(const struct cpumask *to_whom, enum ipi_message_type operation) in send_ipi_message() argument515 for_each_cpu(i, to_whom) in send_ipi_message()519 for_each_cpu(i, to_whom) in send_ipi_message()587 cpumask_t to_whom; in smp_send_stop() local588 cpumask_copy(&to_whom, cpu_possible_mask); in smp_send_stop()589 cpumask_clear_cpu(smp_processor_id(), &to_whom); in smp_send_stop()594 send_ipi_message(&to_whom, IPI_CPU_STOP); in smp_send_stop()
72 send_ipi_message(const struct cpumask *to_whom, enum ipi_message_type operation) in send_ipi_message() argument76 for_each_cpu(i, to_whom) in send_ipi_message()80 send_arch_ipi(to_whom); in send_ipi_message()