Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/asm/
Datomic.h375 static __inline__ long atomic64_sub_if_positive(long i, atomic64_t * v) in atomic64_sub_if_positive() function
421 #define atomic64_dec_if_positive(v) atomic64_sub_if_positive(1, v)
/Linux-v4.19/arch/riscv/include/asm/
Datomic.h330 static __always_inline long atomic64_sub_if_positive(atomic64_t *v, int offset) in atomic64_sub_if_positive() function
348 #define atomic64_dec_if_positive(v) atomic64_sub_if_positive(v, 1)