Home
last modified time | relevance | path

Searched refs:arch_atomic_fetch_dec_relaxed (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/include/linux/atomic/
Datomic-arch-fallback.h681 #ifndef arch_atomic_fetch_dec_relaxed
685 #define arch_atomic_fetch_dec_relaxed arch_atomic_fetch_dec macro
715 #ifndef arch_atomic_fetch_dec_relaxed
717 arch_atomic_fetch_dec_relaxed(atomic_t *v) in arch_atomic_fetch_dec_relaxed() function
721 #define arch_atomic_fetch_dec_relaxed arch_atomic_fetch_dec_relaxed macro
730 int ret = arch_atomic_fetch_dec_relaxed(v); in arch_atomic_fetch_dec_acquire()
742 return arch_atomic_fetch_dec_relaxed(v); in arch_atomic_fetch_dec_release()
753 ret = arch_atomic_fetch_dec_relaxed(v); in arch_atomic_fetch_dec()
Datomic-long.h757 return arch_atomic_fetch_dec_relaxed(v); in arch_atomic_long_fetch_dec_relaxed()
Datomic-instrumented.h318 return arch_atomic_fetch_dec_relaxed(v); in atomic_fetch_dec_relaxed()