Searched refs:SMP_RESCHEDULE_YOURSELF (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/mips/include/asm/
H A Dsmp.h49 #define SMP_RESCHEDULE_YOURSELF 0x1 /* XXX braindead */ macro
75 mp_ops->send_ipi_single(cpu, SMP_RESCHEDULE_YOURSELF);
/linux-master/arch/mips/sibyte/bcm1480/
H A Dsmp.c171 if (action & SMP_RESCHEDULE_YOURSELF)
/linux-master/arch/mips/sibyte/sb1250/
H A Dsmp.c160 if (action & SMP_RESCHEDULE_YOURSELF)
/linux-master/arch/mips/sgi-ip30/
H A Dip30-smp.c51 case SMP_RESCHEDULE_YOURSELF:
/linux-master/arch/mips/sgi-ip27/
H A Dip27-smp.c102 case SMP_RESCHEDULE_YOURSELF:
/linux-master/arch/mips/cavium-octeon/
H A Dsmp.c64 BUILD_BUG_ON(SMP_RESCHEDULE_YOURSELF != (1 << 0));
/linux-master/arch/mips/kernel/
H A Dsmp-bmips.c285 * IPI0 is used for SMP_RESCHEDULE_YOURSELF
352 if (action & SMP_RESCHEDULE_YOURSELF)
H A Dsmp.c186 case SMP_RESCHEDULE_YOURSELF:
/linux-master/arch/mips/loongson64/
H A Dsmp.c393 if (action & SMP_RESCHEDULE_YOURSELF)

Completed in 148 milliseconds