Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/include/asm/
H A Datomic.h128 static inline int arch_atomic_sub_if_positive(int i, atomic_t *v) in arch_atomic_sub_if_positive() function
162 #define arch_atomic_dec_if_positive(v) arch_atomic_sub_if_positive(1, v)
/openbmc/linux/arch/mips/include/asm/
H A Datomic.h249 #define arch_atomic_dec_if_positive(v) arch_atomic_sub_if_positive(1, v)