Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/include/asm/
Datomic.h440 static __inline__ long atomic64_sub_if_positive(long i, atomic64_t * v) in atomic64_sub_if_positive() function
567 #define atomic64_dec_if_positive(v) atomic64_sub_if_positive(1, v)