Home
last modified time | relevance | path

Searched refs:IRQ_WORK_LAZY (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dsmp_types.h12 IRQ_WORK_LAZY = 0x04, /* No IPI, wait for tick */ enumerator
H A Dirq_work.h30 #define IRQ_WORK_INIT_LAZY(_func) __IRQ_WORK_INIT(_func, IRQ_WORK_LAZY)
/linux/kernel/
H A Dirq_work.c96 if (work_flags & IRQ_WORK_LAZY) in __irq_work_queue_local()
/linux/Documentation/core-api/real-time/
H A Ddifferences.rst161 interrupt context. Items marked with IRQ_WORK_LAZY are deferred until the next
171 executed in hard interrupt context. Lazy items (IRQ_WORK_LAZY) continue to be