Searched refs:atomic64_dec_if_positive (Results 1 – 16 of 16) sorted by relevance
53 extern long long atomic64_dec_if_positive(atomic64_t *v);54 #define atomic64_dec_if_positive atomic64_dec_if_positive macro
247 #define atomic64_dec_if_positive atomic64_dec_if_positive macro248 static __always_inline s64 atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function
64 long atomic64_dec_if_positive(atomic64_t *v);65 #define atomic64_dec_if_positive atomic64_dec_if_positive macro
153 ENTRY(atomic64_dec_if_positive) /* %o0 = atomic_ptr */165 ENDPROC(atomic64_dec_if_positive)166 EXPORT_SYMBOL(atomic64_dec_if_positive)
279 static inline long atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function299 #define atomic64_dec_if_positive atomic64_dec_if_positive macro
162 #define atomic64_dec_if_positive atomic64_dec_if_positive macro
229 __LL_SC_PREFIX(atomic64_dec_if_positive(atomic64_t *v))249 __LL_SC_EXPORT(atomic64_dec_if_positive);
421 static inline long atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function
137 long long atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function150 EXPORT_SYMBOL(atomic64_dec_if_positive);
220 BUG_ON(atomic64_dec_if_positive(&v) != (onestwos - 1)); in test_atomic64()225 BUG_ON(atomic64_dec_if_positive(&v) != -one); in test_atomic64()229 BUG_ON(atomic64_dec_if_positive(&v) != (-one - one)); in test_atomic64()
498 static inline long long atomic64_dec_if_positive(atomic64_t *v)520 #define atomic64_dec_if_positive atomic64_dec_if_positive
453 static inline long long atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function479 #define atomic64_dec_if_positive atomic64_dec_if_positive macro
466 static __inline__ long atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function485 #define atomic64_dec_if_positive atomic64_dec_if_positive macro
421 #define atomic64_dec_if_positive(v) atomic64_sub_if_positive(1, v) macro
1297 #ifndef atomic64_dec_if_positive1298 static inline long long atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function
348 #define atomic64_dec_if_positive(v) atomic64_sub_if_positive(v, 1) macro