Home
last modified time | relevance | path

Searched refs:atomic_fetch_dec (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Datomic-fallback.h576 #define arch_atomic_fetch_dec atomic_fetch_dec
582 #ifdef atomic_fetch_dec
583 #define atomic_fetch_dec_acquire atomic_fetch_dec
584 #define atomic_fetch_dec_release atomic_fetch_dec
585 #define atomic_fetch_dec_relaxed atomic_fetch_dec
588 #ifndef atomic_fetch_dec
590 atomic_fetch_dec(atomic_t *v) in atomic_fetch_dec() function
594 #define atomic_fetch_dec atomic_fetch_dec macro
647 #ifndef atomic_fetch_dec
649 atomic_fetch_dec(atomic_t *v) in atomic_fetch_dec() function
[all …]
/kernel/linux/linux-5.10/tools/memory-model/
Dlinux-kernel.def99 atomic_fetch_dec(X) __atomic_fetch_op{mb}(X,-,1)
/kernel/linux/linux-5.10/include/asm-generic/
Datomic-instrumented.h378 atomic_fetch_dec(atomic_t *v) in atomic_fetch_dec() function
383 #define atomic_fetch_dec atomic_fetch_dec macro
Datomic-long.h739 return atomic_fetch_dec(v); in atomic_long_fetch_dec()