Home
last modified time | relevance | path

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

/linux-2.6.39/arch/alpha/kernel/
Dsmp.c551 send_ipi_message(const struct cpumask *to_whom, enum ipi_message_type operation) in send_ipi_message() argument
556 for_each_cpu(i, to_whom) in send_ipi_message()
560 for_each_cpu(i, to_whom) in send_ipi_message()
633 cpumask_t to_whom = cpu_possible_map; in smp_send_stop() local
634 cpu_clear(smp_processor_id(), to_whom); in smp_send_stop()
639 send_ipi_message(&to_whom, IPI_CPU_STOP); in smp_send_stop()