Home
last modified time | relevance | path

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

/linux-6.12.1/arch/loongarch/include/asm/
Datomic.h313 static inline long arch_atomic64_sub_if_positive(long i, atomic64_t *v) in arch_atomic64_sub_if_positive() function
347 #define arch_atomic64_dec_if_positive(v) arch_atomic64_sub_if_positive(1, v)
/linux-6.12.1/arch/mips/include/asm/
Datomic.h253 #define arch_atomic64_dec_if_positive(v) arch_atomic64_sub_if_positive(1, v)