Home
last modified time | relevance | path

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

/Linux-v5.10/arch/alpha/include/asm/
Datomic.h184 #define atomic_fetch_andnot_relaxed atomic_fetch_andnot_relaxed in ATOMIC_OPS() macro
/Linux-v5.10/include/linux/
Datomic-fallback.h725 #define arch_atomic_fetch_andnot_relaxed atomic_fetch_andnot_relaxed
727 #ifndef atomic_fetch_andnot_relaxed
731 #define atomic_fetch_andnot_relaxed atomic_fetch_andnot macro
761 #ifndef atomic_fetch_andnot_relaxed
763 atomic_fetch_andnot_relaxed(int i, atomic_t *v) in atomic_fetch_andnot_relaxed() function
767 #define atomic_fetch_andnot_relaxed atomic_fetch_andnot_relaxed macro
776 int ret = atomic_fetch_andnot_relaxed(i, v); in atomic_fetch_andnot_acquire()
788 return atomic_fetch_andnot_relaxed(i, v); in atomic_fetch_andnot_release()
799 ret = atomic_fetch_andnot_relaxed(i, v); in atomic_fetch_andnot()
/Linux-v5.10/arch/arm/include/asm/
Datomic.h102 #define atomic_fetch_andnot_relaxed atomic_fetch_andnot_relaxed macro
/Linux-v5.10/include/asm-generic/
Datomic-instrumented.h506 atomic_fetch_andnot_relaxed(int i, atomic_t *v) in atomic_fetch_andnot_relaxed() function
511 #define atomic_fetch_andnot_relaxed atomic_fetch_andnot_relaxed macro
Datomic-long.h817 return atomic_fetch_andnot_relaxed(i, v); in atomic_long_fetch_andnot_relaxed()
/Linux-v5.10/drivers/iommu/arm/arm-smmu-v3/
Darm-smmu-v3.c796 prod = atomic_fetch_andnot_relaxed(CMDQ_PROD_OWNED_FLAG, in arm_smmu_cmdq_issue_cmdlist()