Home
last modified time | relevance | path

Searched refs:atomic_fetch_inc_relaxed (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/include/linux/
Datomic-fallback.h396 #define arch_atomic_fetch_inc_relaxed atomic_fetch_inc_relaxed
398 #ifndef atomic_fetch_inc_relaxed
402 #define atomic_fetch_inc_relaxed atomic_fetch_inc macro
432 #ifndef atomic_fetch_inc_relaxed
434 atomic_fetch_inc_relaxed(atomic_t *v) in atomic_fetch_inc_relaxed() function
438 #define atomic_fetch_inc_relaxed atomic_fetch_inc_relaxed macro
447 int ret = atomic_fetch_inc_relaxed(v); in atomic_fetch_inc_acquire()
459 return atomic_fetch_inc_relaxed(v); in atomic_fetch_inc_release()
470 ret = atomic_fetch_inc_relaxed(v); in atomic_fetch_inc()
/Linux-v5.10/tools/memory-model/
Dlinux-kernel.def82 atomic_fetch_inc_relaxed(X) __atomic_fetch_op{once}(X,+,1)
/Linux-v5.10/include/asm-generic/
Datomic-instrumented.h318 atomic_fetch_inc_relaxed(atomic_t *v) in atomic_fetch_inc_relaxed() function
323 #define atomic_fetch_inc_relaxed atomic_fetch_inc_relaxed macro
Datomic-long.h703 return atomic_fetch_inc_relaxed(v); in atomic_long_fetch_inc_relaxed()
/Linux-v5.10/drivers/iommu/arm/arm-smmu-v3/
Darm-smmu-v3.c437 if (atomic_fetch_inc_relaxed(&cmdq->lock) >= 0) in arm_smmu_cmdq_shared_lock()