Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/ia64/kernel/
A Dsmp.c144 send_IPI_single (int dest_cpu, int op) in send_IPI_single() function
160 send_IPI_single(i, op); in send_IPI_allbutself()
173 send_IPI_single(cpu, op); in send_IPI_mask()
186 send_IPI_single(i, op); in send_IPI_all()
196 send_IPI_single(smp_processor_id(), op); in send_IPI_self()
320 send_IPI_single(cpu, IPI_CALL_FUNC_SINGLE); in arch_send_call_function_single_ipi()
/linux-6.3-rc2/arch/parisc/kernel/
A Dsmp.c219 send_IPI_single(int dest_cpu, enum ipi_message_type op) in send_IPI_single() function
234 send_IPI_single(i, op); in send_IPI_allbutself()
250 smp_send_reschedule(int cpu) { send_IPI_single(cpu, IPI_RESCHEDULE); } in smp_send_reschedule()
265 send_IPI_single(cpu, IPI_CALL_FUNC); in arch_send_call_function_single_ipi()

Completed in 4 milliseconds