Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Datomic64_32.h257 static inline long long arch_atomic64_dec_if_positive(atomic64_t *v) in arch_atomic64_dec_if_positive() function
264 #define arch_atomic64_dec_if_positive arch_atomic64_dec_if_positive macro
/Linux-v4.19/include/asm-generic/
Datomic-instrumented.h246 #ifdef arch_atomic64_dec_if_positive
251 return arch_atomic64_dec_if_positive(v); in atomic64_dec_if_positive()