Searched defs:IPI_RESCHEDULE (Results 1 - 12 of 12) sorted by relevance

/linux-master/arch/hexagon/include/asm/
H A Dsmp.h17 IPI_RESCHEDULE = 1, enumerator in enum:ipi_message_type
/linux-master/arch/hexagon/kernel/
H A Dsmp.c218 send_ipi(cpumask_of(cpu), IPI_RESCHEDULE); local
/linux-master/arch/parisc/kernel/
H A Dsmp.c68 IPI_RESCHEDULE=1, enumerator in enum:ipi_message_type
/linux-master/arch/riscv/kernel/
H A Dsmp.c30 IPI_RESCHEDULE, enumerator in enum:ipi_message_type
/linux-master/arch/csky/kernel/
H A Dsmp.c32 IPI_RESCHEDULE, enumerator in enum:ipi_message_type
145 send_ipi_message(cpumask_of(cpu), IPI_RESCHEDULE); local
/linux-master/arch/openrisc/kernel/
H A Dsmp.c35 IPI_RESCHEDULE, enumerator in enum:ipi_msg_type
176 smp_cross_call(cpumask_of(cpu), IPI_RESCHEDULE); local
/linux-master/arch/arc/kernel/
H A Dsmp.c237 IPI_RESCHEDULE = 1, enumerator in enum:ipi_msg_type
/linux-master/arch/alpha/kernel/
H A Dsmp.c63 IPI_RESCHEDULE, enumerator in enum:ipi_message_type
567 send_ipi_message(cpumask_of(cpu), IPI_RESCHEDULE); local
/linux-master/arch/arm/kernel/
H A Dsmp.c63 IPI_RESCHEDULE, enumerator in enum:ipi_msg_type
749 smp_cross_call(cpumask_of(cpu), IPI_RESCHEDULE); local
/linux-master/arch/xtensa/kernel/
H A Dsmp.c352 IPI_RESCHEDULE = 0, enumerator in enum:ipi_msg_type
397 send_ipi_message(cpumask_of(cpu), IPI_RESCHEDULE); local
/linux-master/arch/arm64/kernel/
H A Dsmp.c71 IPI_RESCHEDULE, enumerator in enum:ipi_msg_type
1046 smp_cross_call(cpumask_of(cpu), IPI_RESCHEDULE); local
/linux-master/arch/loongarch/kernel/
H A Dsmp.c70 IPI_RESCHEDULE, enumerator in enum:ipi_msg_type

Completed in 176 milliseconds