Home
last modified time | relevance | path

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

/linux-5.10/include/linux/
Datomic-arch-fallback.h527 #ifndef arch_atomic_fetch_dec_relaxed
531 #define arch_atomic_fetch_dec_relaxed arch_atomic_fetch_dec macro
561 #ifndef arch_atomic_fetch_dec_relaxed
563 arch_atomic_fetch_dec_relaxed(atomic_t *v) in arch_atomic_fetch_dec_relaxed() function
567 #define arch_atomic_fetch_dec_relaxed arch_atomic_fetch_dec_relaxed macro
576 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()
Datomic-fallback.h579 #define arch_atomic_fetch_dec_relaxed atomic_fetch_dec_relaxed macro
/linux-5.10/include/asm-generic/
Datomic-instrumented.h406 #if defined(arch_atomic_fetch_dec_relaxed)
411 return arch_atomic_fetch_dec_relaxed(v); in atomic_fetch_dec_relaxed()