Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/include/asm/
H A Datomic.h263 static inline long arch_atomic64_sub_if_positive(long i, atomic64_t *v) in arch_atomic64_sub_if_positive() function
297 #define arch_atomic64_dec_if_positive(v) arch_atomic64_sub_if_positive(1, v)
/openbmc/linux/arch/mips/include/asm/
H A Datomic.h253 #define arch_atomic64_dec_if_positive(v) arch_atomic64_sub_if_positive(1, v)