Home
last modified time | relevance | path

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

/linux/include/linux/atomic/
A Datomic-arch-fallback.h597 #ifndef arch_atomic_fetch_dec_relaxed
601 #define arch_atomic_fetch_dec_relaxed arch_atomic_fetch_dec macro
631 #ifndef arch_atomic_fetch_dec_relaxed
633 arch_atomic_fetch_dec_relaxed(atomic_t *v) in arch_atomic_fetch_dec_relaxed() function
637 #define arch_atomic_fetch_dec_relaxed arch_atomic_fetch_dec_relaxed macro
646 int ret = arch_atomic_fetch_dec_relaxed(v); in arch_atomic_fetch_dec_acquire()
658 return arch_atomic_fetch_dec_relaxed(v); in arch_atomic_fetch_dec_release()
669 ret = arch_atomic_fetch_dec_relaxed(v); in arch_atomic_fetch_dec()
A Datomic-long.h757 return arch_atomic_fetch_dec_relaxed(v); in arch_atomic_long_fetch_dec_relaxed()
A Datomic-instrumented.h301 return arch_atomic_fetch_dec_relaxed(v); in atomic_fetch_dec_relaxed()

Completed in 15 milliseconds