Searched refs:send_ipi_message (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/xtensa/kernel/ |
D | smp.c | 352 static void send_ipi_message(const struct cpumask *callmask, in send_ipi_message() function 367 send_ipi_message(mask, IPI_CALL_FUNC); in arch_send_call_function_ipi_mask() 372 send_ipi_message(cpumask_of(cpu), IPI_CALL_FUNC); in arch_send_call_function_single_ipi() 377 send_ipi_message(cpumask_of(cpu), IPI_RESCHEDULE); in smp_send_reschedule() 386 send_ipi_message(&targets, IPI_CPU_STOP); in smp_send_stop()
|
/linux-4.4.14/arch/alpha/kernel/ |
D | smp.c | 509 send_ipi_message(const struct cpumask *to_whom, enum ipi_message_type operation) in send_ipi_message() function 580 send_ipi_message(cpumask_of(cpu), IPI_RESCHEDULE); in smp_send_reschedule() 593 send_ipi_message(&to_whom, IPI_CPU_STOP); in smp_send_stop() 598 send_ipi_message(mask, IPI_CALL_FUNC); in arch_send_call_function_ipi_mask() 603 send_ipi_message(cpumask_of(cpu), IPI_CALL_FUNC); in arch_send_call_function_single_ipi()
|
/linux-4.4.14/arch/metag/kernel/ |
D | smp.c | 439 static void send_ipi_message(const struct cpumask *mask, enum ipi_msg_type msg) in send_ipi_message() function 490 send_ipi_message(mask, IPI_CALL_FUNC); in arch_send_call_function_ipi_mask() 495 send_ipi_message(cpumask_of(cpu), IPI_CALL_FUNC); in arch_send_call_function_single_ipi() 561 send_ipi_message(cpumask_of(cpu), IPI_RESCHEDULE); in smp_send_reschedule()
|