Searched refs:__IRQ_WORK_INIT (Results 1 – 1 of 1) sorted by relevance
23 #define __IRQ_WORK_INIT(_func, _flags) (struct irq_work){ \ macro29 #define IRQ_WORK_INIT(_func) __IRQ_WORK_INIT(_func, 0)30 #define IRQ_WORK_INIT_LAZY(_func) __IRQ_WORK_INIT(_func, IRQ_WORK_LAZY)31 #define IRQ_WORK_INIT_HARD(_func) __IRQ_WORK_INIT(_func, IRQ_WORK_HARD_IRQ)
Completed in 3 milliseconds