Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Datomic-fallback.h526 #ifdef atomic_fetch_dec
527 #define atomic_fetch_dec_acquire atomic_fetch_dec
528 #define atomic_fetch_dec_release atomic_fetch_dec
529 #define atomic_fetch_dec_relaxed atomic_fetch_dec
532 #ifndef atomic_fetch_dec
534 atomic_fetch_dec(atomic_t *v) in atomic_fetch_dec() function
538 #define atomic_fetch_dec atomic_fetch_dec macro
591 #ifndef atomic_fetch_dec
593 atomic_fetch_dec(atomic_t *v) in atomic_fetch_dec() function
601 #define atomic_fetch_dec atomic_fetch_dec macro
/Linux-v5.4/tools/memory-model/
Dlinux-kernel.def99 atomic_fetch_dec(X) __atomic_fetch_op{mb}(X,-,1)
/Linux-v5.4/include/asm-generic/
Datomic-instrumented.h377 atomic_fetch_dec(atomic_t *v) in atomic_fetch_dec() function
382 #define atomic_fetch_dec atomic_fetch_dec macro
Datomic-long.h738 return atomic_fetch_dec(v); in atomic_long_fetch_dec()