Searched refs:IRQ_WORK_LAZY (Results 1 – 4 of 4) sorted by relevance
12 IRQ_WORK_LAZY = 0x04, /* No IPI, wait for tick */ enumerator
30 #define IRQ_WORK_INIT_LAZY(_func) __IRQ_WORK_INIT(_func, IRQ_WORK_LAZY)
96 if (work_flags & IRQ_WORK_LAZY) in __irq_work_queue_local()
161 interrupt context. Items marked with IRQ_WORK_LAZY are deferred until the next171 executed in hard interrupt context. Lazy items (IRQ_WORK_LAZY) continue to be