Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Datomic-fallback.h657 #ifndef atomic_fetch_andnot_relaxed
661 #define atomic_fetch_andnot_relaxed atomic_fetch_andnot macro
691 #ifndef atomic_fetch_andnot_relaxed
693 atomic_fetch_andnot_relaxed(int i, atomic_t *v) in atomic_fetch_andnot_relaxed() function
697 #define atomic_fetch_andnot_relaxed atomic_fetch_andnot_relaxed macro
706 int ret = atomic_fetch_andnot_relaxed(i, v); in atomic_fetch_andnot_acquire()
718 return atomic_fetch_andnot_relaxed(i, v); in atomic_fetch_andnot_release()
729 ret = atomic_fetch_andnot_relaxed(i, v); in atomic_fetch_andnot()
/Linux-v5.4/arch/alpha/include/asm/
Datomic.h185 #define atomic_fetch_andnot_relaxed atomic_fetch_andnot_relaxed in ATOMIC_OPS() macro
/Linux-v5.4/arch/arm/include/asm/
Datomic.h104 #define atomic_fetch_andnot_relaxed atomic_fetch_andnot_relaxed macro
/Linux-v5.4/include/asm-generic/
Datomic-instrumented.h505 atomic_fetch_andnot_relaxed(int i, atomic_t *v) in atomic_fetch_andnot_relaxed() function
510 #define atomic_fetch_andnot_relaxed atomic_fetch_andnot_relaxed macro
Datomic-long.h816 return atomic_fetch_andnot_relaxed(i, v); in atomic_long_fetch_andnot_relaxed()
/Linux-v5.4/drivers/iommu/
Darm-smmu-v3.c1375 prod = atomic_fetch_andnot_relaxed(CMDQ_PROD_OWNED_FLAG, in arm_smmu_cmdq_issue_cmdlist()