IPI_CALL_FUNC
case IPI_CALL_FUNC:
send_ipi_message(mask, IPI_CALL_FUNC);
send_ipi_message(cpumask_of(cpu), IPI_CALL_FUNC);
ipi_send_msg_one(cpu, IPI_CALL_FUNC);
ipi_send_msg(mask, IPI_CALL_FUNC);
case IPI_CALL_FUNC:
[IPI_CALL_FUNC] = "Function call interrupts",
smp_cross_call(mask, IPI_CALL_FUNC);
smp_cross_call(cpumask_of(cpu), IPI_CALL_FUNC);
case IPI_CALL_FUNC:
[IPI_CALL_FUNC] = "Function call interrupts",
smp_cross_call(mask, IPI_CALL_FUNC);
smp_cross_call(cpumask_of(cpu), IPI_CALL_FUNC);
case IPI_CALL_FUNC:
[IPI_CALL_FUNC] = "Function call interrupts",
send_ipi_message(mask, IPI_CALL_FUNC);
send_ipi_message(cpumask_of(cpu), IPI_CALL_FUNC);
if (ops & (1 << IPI_CALL_FUNC)) {
stats[IPI_CALL_FUNC]++;
send_ipi(cpumask_of(cpu), IPI_CALL_FUNC);
send_ipi(mask, IPI_CALL_FUNC);
case IPI_CALL_FUNC:
case IPI_CALL_FUNC:
smp_cross_call(mask, IPI_CALL_FUNC);
case IPI_CALL_FUNC:
send_IPI_mask(mask, IPI_CALL_FUNC);
send_IPI_single(cpu, IPI_CALL_FUNC);
case IPI_CALL_FUNC:
send_ipi_mask(mask, IPI_CALL_FUNC);
send_ipi_single(cpu, IPI_CALL_FUNC);
[IPI_CALL_FUNC] = "Function call interrupts",
send_ipi_message(mask, IPI_CALL_FUNC);
send_ipi_message(cpumask_of(cpu), IPI_CALL_FUNC);
if (msg & (1 << IPI_CALL_FUNC)) {
++ipi->ipi_count[IPI_CALL_FUNC];