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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dsmp.c80 #define IPI_CALL_FUNC 0 macro
141 case IPI_CALL_FUNC:
384 mb(); /* ensure store to call_data precedes setting of IPI_CALL_FUNC */
385 send_IPI_single(cpuid, IPI_CALL_FUNC);
445 mb(); /* ensure store to call_data precedes setting of IPI_CALL_FUNC */
446 send_IPI_allbutself(IPI_CALL_FUNC);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dsmp.c98 IPI_CALL_FUNC, enumerator in enum:ipi_message_type
183 case IPI_CALL_FUNC:
184 smp_debug(100, KERN_DEBUG "CPU%d IPI_CALL_FUNC\n", this_cpu);
347 send_IPI_allbutself(IPI_CALL_FUNC);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dsmp.c69 IPI_CALL_FUNC, enumerator in enum:ipi_msg_type
394 send_ipi_message(callmap, IPI_CALL_FUNC);
589 case IPI_CALL_FUNC:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dsmp.c63 IPI_CALL_FUNC, enumerator in enum:ipi_message_type
633 case IPI_CALL_FUNC:
742 send_ipi_message(to_whom, IPI_CALL_FUNC);

Completed in 67 milliseconds