Home
last modified time | relevance | path

Searched refs:to_whom (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/arch/alpha/kernel/
Dsmp.c497 send_ipi_message(const struct cpumask *to_whom, enum ipi_message_type operation) in send_ipi_message() argument
502 for_each_cpu(i, to_whom) in send_ipi_message()
506 for_each_cpu(i, to_whom) in send_ipi_message()
574 cpumask_t to_whom; in smp_send_stop() local
575 cpumask_copy(&to_whom, cpu_online_mask); in smp_send_stop()
576 cpumask_clear_cpu(smp_processor_id(), &to_whom); in smp_send_stop()
581 send_ipi_message(&to_whom, IPI_CPU_STOP); in smp_send_stop()
/linux-6.12.1/arch/csky/kernel/
Dsmp.c89 send_ipi_message(const struct cpumask *to_whom, enum ipi_message_type operation) in send_ipi_message() argument
93 for_each_cpu(i, to_whom) in send_ipi_message()
97 send_arch_ipi(to_whom); in send_ipi_message()