Home
last modified time | relevance | path

Searched refs:atomic_fetch_andnot_relaxed (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/alpha/include/asm/
H A Datomic.h184 #define atomic_fetch_andnot_relaxed atomic_fetch_andnot_relaxed macro
/kernel/linux/linux-5.10/include/linux/
H A 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
770 #else /* atomic_fetch_andnot_relaxed */
776 int ret = atomic_fetch_andnot_relaxed(i, v); in atomic_fetch_andnot_acquire()
788 return atomic_fetch_andnot_relaxed( in atomic_fetch_andnot_release()
[all...]
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Datomic.h102 #define atomic_fetch_andnot_relaxed atomic_fetch_andnot_relaxed macro
/kernel/linux/linux-5.10/include/asm-generic/
H A 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
H A Datomic-long.h817 return atomic_fetch_andnot_relaxed(i, v); in atomic_long_fetch_andnot_relaxed()
/kernel/linux/linux-6.6/include/linux/atomic/
H A Datomic-instrumented.h903 * atomic_fetch_andnot_relaxed() - atomic bitwise AND NOT with relaxed ordering
914 atomic_fetch_andnot_relaxed(int i, atomic_t *v) in atomic_fetch_andnot_relaxed() function
/kernel/linux/linux-5.10/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c808 prod = atomic_fetch_andnot_relaxed(CMDQ_PROD_OWNED_FLAG, in arm_smmu_cmdq_issue_cmdlist()
/kernel/linux/linux-6.6/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c813 prod = atomic_fetch_andnot_relaxed(CMDQ_PROD_OWNED_FLAG, in arm_smmu_cmdq_issue_cmdlist()

Completed in 23 milliseconds