Searched defs:IPI_RESCHEDULE (Results 1 - 10 of 10) sorted by relevance
/linux-4.1.27/arch/metag/include/asm/ |
H A D | smp.h | 10 IPI_RESCHEDULE, enumerator in enum:ipi_msg_type
|
/linux-4.1.27/arch/hexagon/include/asm/ |
H A D | smp.h | 30 IPI_RESCHEDULE = 1, enumerator in enum:ipi_message_type
|
/linux-4.1.27/arch/hexagon/kernel/ |
H A D | smp.c | 234 send_ipi(cpumask_of(cpu), IPI_RESCHEDULE); smp_send_reschedule() local
|
/linux-4.1.27/arch/parisc/kernel/ |
H A D | smp.c | 73 IPI_RESCHEDULE=1, enumerator in enum:ipi_message_type
|
/linux-4.1.27/arch/arm64/kernel/ |
H A D | smp.c | 66 IPI_RESCHEDULE, enumerator in enum:ipi_msg_type 621 smp_cross_call(cpumask_of(cpu), IPI_RESCHEDULE); smp_send_reschedule() local
|
/linux-4.1.27/arch/arc/kernel/ |
H A D | smp.c | 196 IPI_RESCHEDULE = 1, enumerator in enum:ipi_msg_type
|
/linux-4.1.27/arch/arm/kernel/ |
H A D | smp.c | 69 IPI_RESCHEDULE, enumerator in enum:ipi_msg_type 644 smp_cross_call(cpumask_of(cpu), IPI_RESCHEDULE); smp_send_reschedule() local
|
/linux-4.1.27/arch/xtensa/kernel/ |
H A D | smp.c | 331 IPI_RESCHEDULE = 0, enumerator in enum:ipi_msg_type 377 send_ipi_message(cpumask_of(cpu), IPI_RESCHEDULE); smp_send_reschedule() local
|
/linux-4.1.27/arch/metag/kernel/ |
H A D | smp.c | 559 send_ipi_message(cpumask_of(cpu), IPI_RESCHEDULE); smp_send_reschedule() local
|
/linux-4.1.27/arch/alpha/kernel/ |
H A D | smp.c | 64 IPI_RESCHEDULE, enumerator in enum:ipi_message_type 580 send_ipi_message(cpumask_of(cpu), IPI_RESCHEDULE); smp_send_reschedule() local
|
Completed in 457 milliseconds