Searched refs:atomic_fetch_and (Results 1 – 6 of 6) sorted by relevance
50 ATOMIC_FETCH_OPS(atomic_fetch_and)
76 | atomic_fetch_and | |
84 atomic_fetch_and(V,X) __atomic_fetch_op{MB}(X,&,V)
738 if (atomic_fetch_and(~RERUN_ISR, &ctrl->pending_events) & RERUN_ISR) { in pciehp_ist()
755 * atomic_fetch_and() - atomic bitwise AND with full ordering766 atomic_fetch_and(int i, atomic_t *v) in atomic_fetch_and() function
760 addr = (u32)&atomic_fetch_and; in emit_atomic_r32()