Home
last modified time | relevance | path

Searched refs:atomic64_dec_if_positive (Results 1 – 9 of 9) sorted by relevance

/linux-3.4.99/lib/ !
Datomic64_test.c120 BUG_ON(atomic64_dec_if_positive(&v) != (onestwos - 1)); in test_atomic64()
125 BUG_ON(atomic64_dec_if_positive(&v) != -one); in test_atomic64()
129 BUG_ON(atomic64_dec_if_positive(&v) != (-one - one)); in test_atomic64()
132 #warning Please implement atomic64_dec_if_positive for your architecture, and add it to the IF above in test_atomic64()
Datomic64.c121 long long atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function
134 EXPORT_SYMBOL(atomic64_dec_if_positive);
/linux-3.4.99/include/asm-generic/ !
Datomic64.h27 extern long long atomic64_dec_if_positive(atomic64_t *v);
/linux-3.4.99/arch/x86/include/asm/ !
Datomic64_64.h227 static inline long atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function
Datomic64_32.h305 static inline long long atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function
/linux-3.4.99/arch/powerpc/include/asm/ !
Datomic.h442 static __inline__ long atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function
/linux-3.4.99/arch/s390/include/asm/ !
Datomic.h300 static inline long long atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function
/linux-3.4.99/arch/arm/include/asm/ !
Datomic.h398 static inline u64 atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function
/linux-3.4.99/arch/mips/include/asm/ !
Datomic.h739 #define atomic64_dec_if_positive(v) atomic64_sub_if_positive(1, v) macro