Searched defs:callmap (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-realview/
H A Dsmp.h18 static inline void smp_cross_call(cpumask_t callmap) argument
26 static inline void smp_cross_call_done(cpumask_t callmap) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/kernel/
H A Dsmp.c342 static void send_ipi_message(cpumask_t callmap, enum ipi_msg_type msg) argument
380 cpu_clear(smp_processor_id(), callmap); local
369 smp_call_function_on_cpu(void (*func)(void *info), void *info, int retry, int wait, cpumask_t callmap) argument
[all...]

Completed in 41 milliseconds