Searched refs:atomic64_dec_if_positive (Results 1 – 16 of 16) sorted by relevance
122 BUG_ON(atomic64_dec_if_positive(&v) != (onestwos - 1)); in test_atomic64()127 BUG_ON(atomic64_dec_if_positive(&v) != -one); in test_atomic64()131 BUG_ON(atomic64_dec_if_positive(&v) != (-one - one)); in test_atomic64()134 #warning Please implement atomic64_dec_if_positive for your architecture and select the above Kconf… in test_atomic64()
110 long long atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function123 EXPORT_SYMBOL(atomic64_dec_if_positive);
92 ENTRY(atomic64_dec_if_positive) /* %o0 = atomic_ptr */104 ENDPROC(atomic64_dec_if_positive)
119 EXPORT_SYMBOL(atomic64_dec_if_positive);
39 extern long long atomic64_dec_if_positive(atomic64_t *v);
189 static inline long long atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function
207 static inline long atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function
305 static inline long long atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function
111 long atomic64_dec_if_positive(atomic64_t *v);
195 static inline long atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function
214 static inline long atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function
260 static inline long atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function
291 static inline long long atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function
395 static __inline__ long atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function
560 #define atomic64_dec_if_positive(v) atomic64_sub_if_positive(1, v) macro
376 static inline long long atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function