Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dirq_work.h18 #define IRQ_WORK_LAZY 4UL /* Doesn't want IPI, wait for tick */ macro
/linux-4.1.27/kernel/
Dirq_work.c97 if (work->flags & IRQ_WORK_LAZY) { in irq_work_queue()
/linux-4.1.27/kernel/printk/
Dprintk.c2655 .flags = IRQ_WORK_LAZY,