Searched refs:IRQ_WORK_LAZY (Results 1 – 3 of 3) 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)
86 if (work_flags & IRQ_WORK_LAZY) in __irq_work_queue_local()
Completed in 4 milliseconds