Searched refs:atomic64_dec_if_positive (Results 1 – 18 of 18) sorted by relevance
142 BUG_ON(atomic64_dec_if_positive(&v) != (onestwos - 1)); in test_atomic64()147 BUG_ON(atomic64_dec_if_positive(&v) != -one); in test_atomic64()151 BUG_ON(atomic64_dec_if_positive(&v) != (-one - one)); in test_atomic64()154 #warning Please implement atomic64_dec_if_positive for your architecture and select the above Kconf… in test_atomic64()
113 long long atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function126 EXPORT_SYMBOL(atomic64_dec_if_positive);
98 ENTRY(atomic64_dec_if_positive) /* %o0 = atomic_ptr */110 ENDPROC(atomic64_dec_if_positive)
122 EXPORT_SYMBOL(atomic64_dec_if_positive);
167 __LL_SC_PREFIX(atomic64_dec_if_positive(atomic64_t *v))187 __LL_SC_EXPORT(atomic64_dec_if_positive);
309 static inline long atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function
43 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
115 long atomic64_dec_if_positive(atomic64_t *v);
267 static inline long atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function
296 static inline long long atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function
402 static __inline__ long atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function
567 #define atomic64_dec_if_positive(v) atomic64_sub_if_positive(1, v) macro
385 static inline long long atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function
334 newval = atomic64_dec_if_positive(&afu->room); in send_cmd()