Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Datomic.h334 static __always_inline s64 atomic64_sub_if_positive(atomic64_t *v, s64 offset) in atomic64_sub_if_positive() function
353 #define atomic64_dec_if_positive(v) atomic64_sub_if_positive(v, 1)
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Datomic.h262 #define atomic64_dec_if_positive(v) atomic64_sub_if_positive(1, v)