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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/alpha/kernel/
H A Dsmp.c551 send_ipi_message(cpumask_t to_whom, enum ipi_message_type operation)
556 for_each_cpu_mask(i, to_whom)
560 for_each_cpu_mask(i, to_whom)
693 cpumask_t to_whom = cpu_possible_map;
694 cpu_clear(smp_processor_id(), to_whom);
699 send_ipi_message(to_whom, IPI_CPU_STOP);
718 int wait, cpumask_t to_whom)
731 cpu_clear(smp_processor_id(), to_whom);
732 num_cpus_to_call = cpus_weight(to_whom);
742 send_ipi_message(to_whom, IPI_CALL_FUN
548 send_ipi_message(cpumask_t to_whom, enum ipi_message_type operation) argument
690 cpumask_t to_whom = cpu_possible_map; local
691 cpu_clear(smp_processor_id(), to_whom); local
714 smp_call_function_on_cpu(void (*func) (void *info), void *info, int retry, int wait, cpumask_t to_whom) argument
728 cpu_clear(smp_processor_id(), to_whom); local
[all...]

Completed in 70 milliseconds