Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Datomic-fallback.h354 #ifndef atomic_fetch_inc_relaxed
358 #define atomic_fetch_inc_relaxed atomic_fetch_inc macro
388 #ifndef atomic_fetch_inc_relaxed
390 atomic_fetch_inc_relaxed(atomic_t *v) in atomic_fetch_inc_relaxed() function
394 #define atomic_fetch_inc_relaxed atomic_fetch_inc_relaxed macro
403 int ret = atomic_fetch_inc_relaxed(v); in atomic_fetch_inc_acquire()
415 return atomic_fetch_inc_relaxed(v); in atomic_fetch_inc_release()
426 ret = atomic_fetch_inc_relaxed(v); in atomic_fetch_inc()
/Linux-v5.4/tools/memory-model/
Dlinux-kernel.def82 atomic_fetch_inc_relaxed(X) __atomic_fetch_op{once}(X,+,1)
/Linux-v5.4/include/asm-generic/
Datomic-instrumented.h317 atomic_fetch_inc_relaxed(atomic_t *v) in atomic_fetch_inc_relaxed() function
322 #define atomic_fetch_inc_relaxed atomic_fetch_inc_relaxed macro
Datomic-long.h702 return atomic_fetch_inc_relaxed(v); in atomic_long_fetch_inc_relaxed()
/Linux-v5.4/drivers/iommu/
Darm-smmu-v3.c1015 if (atomic_fetch_inc_relaxed(&cmdq->lock) >= 0) in arm_smmu_cmdq_shared_lock()