Searched refs:arch_atomic_fetch_sub_relaxed (Results 1 – 4 of 4) sorted by relevance
120 #define arch_atomic_fetch_sub_relaxed arch_atomic_fetch_sub_relaxed macro
224 #ifndef arch_atomic_fetch_sub_relaxed227 #define arch_atomic_fetch_sub_relaxed arch_atomic_fetch_sub macro234 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()
252 #define arch_atomic_fetch_sub_relaxed atomic_fetch_sub_relaxed macro
196 #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()