Searched refs:atomic64_sub_if_positive (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Datomic.h620 * atomic64_sub_if_positive - conditionally subtract integer from atomic variable
627 static __inline__ long atomic64_sub_if_positive(long i, atomic64_t * v) function
638 "1: lld %1, %2 # atomic64_sub_if_positive\n"
656 "1: lld %1, %2 # atomic64_sub_if_positive\n"
756 #define atomic64_dec_if_positive(v) atomic64_sub_if_positive(1, v)

Completed in 110 milliseconds