Searched refs:arch_atomic_fetch_sub_relaxed (Results 1 – 10 of 10) sorted by relevance
65 #define arch_atomic_fetch_sub_relaxed arch_atomic_fetch_sub_relaxed macro
120 #define arch_atomic_fetch_sub_relaxed arch_atomic_fetch_sub_relaxed macro
163 #define arch_atomic_fetch_sub_relaxed arch_atomic_fetch_sub_relaxed in ATOMIC_OPS() macro
162 #define arch_atomic_fetch_sub_relaxed arch_atomic_fetch_sub_relaxed macro
101 #define arch_atomic_fetch_sub_relaxed arch_atomic_fetch_sub_relaxed in ATOMIC_OPS() macro
99 #define arch_atomic_fetch_sub_relaxed arch_atomic_fetch_sub_relaxed macro
147 #define arch_atomic_fetch_sub_relaxed arch_atomic_fetch_sub_relaxed macro
294 #ifndef arch_atomic_fetch_sub_relaxed297 #define arch_atomic_fetch_sub_relaxed arch_atomic_fetch_sub macro304 int ret = arch_atomic_fetch_sub_relaxed(i, v); in arch_atomic_fetch_sub_acquire()316 return arch_atomic_fetch_sub_relaxed(i, v); in arch_atomic_fetch_sub_release()327 ret = arch_atomic_fetch_sub_relaxed(i, v); in arch_atomic_fetch_sub()635 return arch_atomic_fetch_sub_relaxed(1, v); in arch_atomic_fetch_dec_relaxed()
649 return arch_atomic_fetch_sub_relaxed(i, v); in arch_atomic_long_fetch_sub_relaxed()
175 return arch_atomic_fetch_sub_relaxed(i, v); in atomic_fetch_sub_relaxed()
Completed in 22 milliseconds