Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dirq_work.h23 #define __IRQ_WORK_INIT(_func, _flags) (struct irq_work){ \ macro
29 #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 2 milliseconds