Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Datomic-fallback.h579 #define arch_atomic_fetch_dec_relaxed atomic_fetch_dec_relaxed
581 #ifndef atomic_fetch_dec_relaxed
585 #define atomic_fetch_dec_relaxed atomic_fetch_dec macro
615 #ifndef atomic_fetch_dec_relaxed
617 atomic_fetch_dec_relaxed(atomic_t *v) in atomic_fetch_dec_relaxed() function
621 #define atomic_fetch_dec_relaxed atomic_fetch_dec_relaxed macro
630 int ret = atomic_fetch_dec_relaxed(v); in atomic_fetch_dec_acquire()
642 return atomic_fetch_dec_relaxed(v); in atomic_fetch_dec_release()
653 ret = atomic_fetch_dec_relaxed(v); in atomic_fetch_dec()
/Linux-v5.10/tools/memory-model/
Dlinux-kernel.def100 atomic_fetch_dec_relaxed(X) __atomic_fetch_op{once}(X,-,1)
/Linux-v5.10/include/asm-generic/
Datomic-instrumented.h408 atomic_fetch_dec_relaxed(atomic_t *v) in atomic_fetch_dec_relaxed() function
413 #define atomic_fetch_dec_relaxed atomic_fetch_dec_relaxed macro
Datomic-long.h757 return atomic_fetch_dec_relaxed(v); in atomic_long_fetch_dec_relaxed()