Searched refs:arch_atomic64_fetch_sub_relaxed (Results 1 – 4 of 4) sorted by relevance
187 #define arch_atomic64_fetch_sub_relaxed arch_atomic64_fetch_sub_relaxed macro
1331 #ifndef arch_atomic64_fetch_sub_relaxed1334 #define arch_atomic64_fetch_sub_relaxed arch_atomic64_fetch_sub macro1341 s64 ret = arch_atomic64_fetch_sub_relaxed(i, v); in arch_atomic64_fetch_sub_acquire()1353 return arch_atomic64_fetch_sub_relaxed(i, v); in arch_atomic64_fetch_sub_release()1364 ret = arch_atomic64_fetch_sub_relaxed(i, v); in arch_atomic64_fetch_sub()1672 return arch_atomic64_fetch_sub_relaxed(1, v); in arch_atomic64_fetch_dec_relaxed()
1476 #define arch_atomic64_fetch_sub_relaxed atomic64_fetch_sub_relaxed macro
1006 #if !defined(arch_atomic64_fetch_sub_relaxed) || defined(arch_atomic64_fetch_sub)1036 #if defined(arch_atomic64_fetch_sub_relaxed)1041 return arch_atomic64_fetch_sub_relaxed(i, v); in atomic64_fetch_sub_relaxed()