Home
last modified time | relevance | path

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

/linux/arch/loongarch/include/asm/
H A Dsmp.h71 #define ACTION_RESCHEDULE 1 macro
76 #define SMP_RESCHEDULE BIT(ACTION_RESCHEDULE)
/linux/arch/loongarch/kernel/
H A Dsmp.c255 mp_ops.send_ipi_single(cpu, ACTION_RESCHEDULE); in arch_smp_send_reschedule()