Searched refs:IRQ_WORK_LAZY (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dsmp_types.h12 IRQ_WORK_LAZY = 0x04, /* No IPI, wait for tick */ enumerator in enum:__anon4764
H A Dirq_work.h30 #define IRQ_WORK_INIT_LAZY(_func) __IRQ_WORK_INIT(_func, IRQ_WORK_LAZY)
/linux-master/kernel/
H A Dirq_work.c96 if (work_flags & IRQ_WORK_LAZY)

Completed in 120 milliseconds