Home
last modified time | relevance | path

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

/linux-4.1.27/arch/alpha/kernel/
Dsmp.c509 send_ipi_message(const struct cpumask *to_whom, enum ipi_message_type operation) in send_ipi_message() argument
514 for_each_cpu(i, to_whom) in send_ipi_message()
518 for_each_cpu(i, to_whom) in send_ipi_message()
586 cpumask_t to_whom; in smp_send_stop() local
587 cpumask_copy(&to_whom, cpu_possible_mask); in smp_send_stop()
588 cpumask_clear_cpu(smp_processor_id(), &to_whom); in smp_send_stop()
593 send_ipi_message(&to_whom, IPI_CPU_STOP); in smp_send_stop()