Searched refs:IRQ_WORK_BUSY (Results 1 – 4 of 4) sorted by relevance
17 #define IRQ_WORK_BUSY BIT(1) macro22 #define IRQ_WORK_CLAIMED (IRQ_WORK_PENDING | IRQ_WORK_BUSY)
170 (void)cmpxchg(&work->flags, flags, flags & ~IRQ_WORK_BUSY); in irq_work_run_list()202 while (work->flags & IRQ_WORK_BUSY) in irq_work_sync()
292 if (work->irq_work.flags & IRQ_WORK_BUSY) in stack_map_get_build_id_offset()
663 if (work->irq_work.flags & IRQ_WORK_BUSY) in BPF_CALL_1()