Searched refs:arch_atomic64_fetch_sub_relaxed (Results 1 – 11 of 11) sorted by relevance
108 #define arch_atomic64_fetch_sub_relaxed arch_atomic64_fetch_sub_relaxed macro
187 #define arch_atomic64_fetch_sub_relaxed arch_atomic64_fetch_sub_relaxed macro
168 #define arch_atomic64_fetch_sub_relaxed arch_atomic64_fetch_sub_relaxed in ATOMIC_OPS() macro
259 #define arch_atomic64_fetch_sub_relaxed arch_atomic64_fetch_sub_relaxed macro
169 # define arch_atomic64_fetch_sub_relaxed arch_atomic64_fetch_sub_relaxed macro
302 #define arch_atomic64_fetch_sub_relaxed arch_atomic64_fetch_sub_relaxed in ATOMIC64_OPS() macro
158 #define arch_atomic64_fetch_sub_relaxed arch_atomic64_fetch_sub_relaxed macro
380 #define arch_atomic64_fetch_sub_relaxed arch_atomic64_fetch_sub_relaxed in ATOMIC64_OPS() macro
1499 #ifndef arch_atomic64_fetch_sub_relaxed1502 #define arch_atomic64_fetch_sub_relaxed arch_atomic64_fetch_sub macro1509 s64 ret = arch_atomic64_fetch_sub_relaxed(i, v); in arch_atomic64_fetch_sub_acquire()1521 return arch_atomic64_fetch_sub_relaxed(i, v); in arch_atomic64_fetch_sub_release()1532 ret = arch_atomic64_fetch_sub_relaxed(i, v); in arch_atomic64_fetch_sub()1840 return arch_atomic64_fetch_sub_relaxed(1, v); in arch_atomic64_fetch_dec_relaxed()
155 return arch_atomic64_fetch_sub_relaxed(i, v); in arch_atomic_long_fetch_sub_relaxed()
803 return arch_atomic64_fetch_sub_relaxed(i, v); in atomic64_fetch_sub_relaxed()
Completed in 24 milliseconds