Searched refs:atomic_fetch_inc_relaxed (Results 1 – 5 of 5) sorted by relevance
396 #define arch_atomic_fetch_inc_relaxed atomic_fetch_inc_relaxed398 #ifndef atomic_fetch_inc_relaxed402 #define atomic_fetch_inc_relaxed atomic_fetch_inc macro432 #ifndef atomic_fetch_inc_relaxed434 atomic_fetch_inc_relaxed(atomic_t *v) in atomic_fetch_inc_relaxed() function438 #define atomic_fetch_inc_relaxed atomic_fetch_inc_relaxed macro447 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()
82 atomic_fetch_inc_relaxed(X) __atomic_fetch_op{once}(X,+,1)
318 atomic_fetch_inc_relaxed(atomic_t *v) in atomic_fetch_inc_relaxed() function323 #define atomic_fetch_inc_relaxed atomic_fetch_inc_relaxed macro
703 return atomic_fetch_inc_relaxed(v); in atomic_long_fetch_inc_relaxed()
437 if (atomic_fetch_inc_relaxed(&cmdq->lock) >= 0) in arm_smmu_cmdq_shared_lock()