Searched refs:IRQ_WORK_BUSY (Results 1 – 2 of 2) sorted by relevance
161 (void)cmpxchg(&work->flags, flags, flags & ~IRQ_WORK_BUSY); in irq_work_run_list()193 while (work->flags & IRQ_WORK_BUSY) in irq_work_sync()
16 #define IRQ_WORK_BUSY 2UL macro