Searched refs:IRQ_WORK_BUSY (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dsmp_types.h11 IRQ_WORK_BUSY = 0x02, enumerator in enum:__anon4764
15 IRQ_WORK_CLAIMED = (IRQ_WORK_PENDING | IRQ_WORK_BUSY),
H A Dirq_work.h49 return atomic_read(&work->node.a_flags) & IRQ_WORK_BUSY;
/linux-master/kernel/
H A Dirq_work.c228 (void)atomic_cmpxchg(&work->node.a_flags, flags, flags & ~IRQ_WORK_BUSY);

Completed in 132 milliseconds