Home
last modified time | relevance | path

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

/linux/arch/loongarch/include/asm/
H A Dsmp.h72 #define ACTION_IRQ_WORK 3 macro
77 #define SMP_IRQ_WORK BIT(ACTION_IRQ_WORK)
/linux/arch/loongarch/kernel/
H A Dsmp.c226 mp_ops.send_ipi_single(smp_processor_id(), ACTION_IRQ_WORK); in arch_irq_work_raise()