Searched refs:arch_atomic_fetch_dec_relaxed (Results 1 – 3 of 3) sorted by relevance
527 #ifndef arch_atomic_fetch_dec_relaxed531 #define arch_atomic_fetch_dec_relaxed arch_atomic_fetch_dec macro561 #ifndef arch_atomic_fetch_dec_relaxed563 arch_atomic_fetch_dec_relaxed(atomic_t *v) in arch_atomic_fetch_dec_relaxed() function567 #define arch_atomic_fetch_dec_relaxed arch_atomic_fetch_dec_relaxed macro576 int ret = arch_atomic_fetch_dec_relaxed(v); in arch_atomic_fetch_dec_acquire()588 return arch_atomic_fetch_dec_relaxed(v); in arch_atomic_fetch_dec_release()599 ret = arch_atomic_fetch_dec_relaxed(v); in arch_atomic_fetch_dec()
579 #define arch_atomic_fetch_dec_relaxed atomic_fetch_dec_relaxed macro
406 #if defined(arch_atomic_fetch_dec_relaxed)411 return arch_atomic_fetch_dec_relaxed(v); in atomic_fetch_dec_relaxed()