Searched refs:arch_atomic64_dec_if_positive (Results 1 – 2 of 2) sorted by relevance
257 static inline long long arch_atomic64_dec_if_positive(atomic64_t *v) in arch_atomic64_dec_if_positive() function264 #define arch_atomic64_dec_if_positive arch_atomic64_dec_if_positive macro
246 #ifdef arch_atomic64_dec_if_positive251 return arch_atomic64_dec_if_positive(v); in atomic64_dec_if_positive()