Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/include/asm/
Datomic.h390 static __inline__ s64 atomic64_sub_if_positive(s64 i, atomic64_t * v) in atomic64_sub_if_positive() function
437 #define atomic64_dec_if_positive(v) atomic64_sub_if_positive(1, v)
/Linux-v5.4/arch/riscv/include/asm/
Datomic.h336 static __always_inline s64 atomic64_sub_if_positive(atomic64_t *v, s64 offset) in atomic64_sub_if_positive() function
355 #define atomic64_dec_if_positive(v) atomic64_sub_if_positive(v, 1)