Searched refs:atomic_cmpxchg_relaxed (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/tools/include/linux/ |
| H A D | atomic.h | 10 #ifndef atomic_cmpxchg_relaxed 11 #define atomic_cmpxchg_relaxed atomic_cmpxchg macro
|
| H A D | refcount.h | 94 old = atomic_cmpxchg_relaxed(&r->refs, val, new); in refcount_inc_not_zero()
|
| /linux-6.15/tools/testing/vma/linux/ |
| H A D | atomic.h | 12 #ifndef atomic_cmpxchg_relaxed 13 #define atomic_cmpxchg_relaxed uatomic_cmpxchg macro
|
| /linux-6.15/tools/memory-model/Documentation/ |
| H A D | herd-representation.txt | 105 | atomic_cmpxchg_relaxed | On success: R*[ONCE] ->rmw W*[ONCE] |
|
| H A D | ordering.txt | 104 while examples of the latter include atomic_cmpxchg_relaxed() and
|
| /linux-6.15/tools/memory-model/ |
| H A D | linux-kernel.def | 131 atomic_cmpxchg_relaxed(X,V,W) __cmpxchg{ONCE}(X,V,W)
|
| /linux-6.15/include/linux/atomic/ |
| H A D | atomic-instrumented.h | 1254 atomic_cmpxchg_relaxed(atomic_t *v, int old, int new) in atomic_cmpxchg_relaxed() function
|
| /linux-6.15/drivers/iommu/arm/arm-smmu-v3/ |
| H A D | arm-smmu-v3.c | 503 } while (atomic_cmpxchg_relaxed(&cmdq->lock, val, val + 1) != val); in arm_smmu_cmdq_shared_lock() 524 __ret = !atomic_cmpxchg_relaxed(&cmdq->lock, 0, INT_MIN); \
|
| /linux-6.15/kernel/ |
| H A D | workqueue.c | 1696 tmp = atomic_cmpxchg_relaxed(&nna->nr, old, old + 1); in tryinc_node_nr_active()
|