Home
last modified time | relevance | path

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

/linux-5.19.10/arch/alpha/kernel/
Dsmp.c507 send_ipi_message(const struct cpumask *to_whom, enum ipi_message_type operation) in send_ipi_message() argument
512 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() local
585 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()
/linux-5.19.10/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()