Home
last modified time | relevance | path

Searched refs:arch_atomic_fetch_sub_relaxed (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/arch/arm64/include/asm/
Datomic.h120 #define arch_atomic_fetch_sub_relaxed arch_atomic_fetch_sub_relaxed macro
/Linux-v5.10/include/linux/
Datomic-arch-fallback.h224 #ifndef arch_atomic_fetch_sub_relaxed
227 #define arch_atomic_fetch_sub_relaxed arch_atomic_fetch_sub macro
234 int ret = arch_atomic_fetch_sub_relaxed(i, v); in arch_atomic_fetch_sub_acquire()
246 return arch_atomic_fetch_sub_relaxed(i, v); in arch_atomic_fetch_sub_release()
257 ret = arch_atomic_fetch_sub_relaxed(i, v); in arch_atomic_fetch_sub()
565 return arch_atomic_fetch_sub_relaxed(1, v); in arch_atomic_fetch_dec_relaxed()
Datomic-fallback.h252 #define arch_atomic_fetch_sub_relaxed atomic_fetch_sub_relaxed macro
/Linux-v5.10/include/asm-generic/
Datomic-instrumented.h196 #if !defined(arch_atomic_fetch_sub_relaxed) || defined(arch_atomic_fetch_sub)
226 #if defined(arch_atomic_fetch_sub_relaxed)
231 return arch_atomic_fetch_sub_relaxed(i, v); in atomic_fetch_sub_relaxed()