Home
last modified time | relevance | path

Searched refs:atomic_fetch_and (Results 1 – 6 of 6) sorted by relevance

/linux/arch/arm64/include/asm/
H A Datomic.h50 ATOMIC_FETCH_OPS(atomic_fetch_and)
/linux/tools/memory-model/Documentation/
H A Dherd-representation.txt76 | atomic_fetch_and | |
/linux/tools/memory-model/
H A Dlinux-kernel.def84 atomic_fetch_and(V,X) __atomic_fetch_op{MB}(X,&,V)
/linux/drivers/pci/hotplug/
H A Dpciehp_hpc.c738 if (atomic_fetch_and(~RERUN_ISR, &ctrl->pending_events) & RERUN_ISR) { in pciehp_ist()
/linux/include/linux/atomic/
H A Datomic-instrumented.h755 * atomic_fetch_and() - atomic bitwise AND with full ordering
766 atomic_fetch_and(int i, atomic_t *v) in atomic_fetch_and() function
/linux/arch/mips/net/
H A Dbpf_jit_comp32.c760 addr = (u32)&atomic_fetch_and; in emit_atomic_r32()