Home
last modified time | relevance | path

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

/linux-6.15/tools/memory-model/
H A Dlinux-kernel.def146 atomic_fetch_andnot_relaxed(V,X) __atomic_fetch_op{ONCE}(X,&~,V)
/linux-6.15/include/linux/atomic/
H A Datomic-instrumented.h914 atomic_fetch_andnot_relaxed(int i, atomic_t *v) in atomic_fetch_andnot_relaxed() function
/linux-6.15/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c859 prod = atomic_fetch_andnot_relaxed(CMDQ_PROD_OWNED_FLAG, in arm_smmu_cmdq_issue_cmdlist()