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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dsmp.c150 send_IPI_single (int dest_cpu, int op) function
163 send_IPI_single(i, op);
173 send_IPI_single(i, op);
179 send_IPI_single(smp_processor_id(), op);
230 send_IPI_single(cpuid, IPI_CALL_FUNC);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/kernel/
H A Dsmp.c270 send_IPI_single(int dest_cpu, enum ipi_message_type op) function
287 send_IPI_single(i, op);
298 smp_send_reschedule(int cpu) { send_IPI_single(cpu, IPI_RESCHEDULE); }

Completed in 92 milliseconds