Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Datomic-fallback.h525 #ifndef atomic_fetch_dec_relaxed
529 #define atomic_fetch_dec_relaxed atomic_fetch_dec macro
559 #ifndef atomic_fetch_dec_relaxed
561 atomic_fetch_dec_relaxed(atomic_t *v) in atomic_fetch_dec_relaxed() function
565 #define atomic_fetch_dec_relaxed atomic_fetch_dec_relaxed macro
574 int ret = atomic_fetch_dec_relaxed(v); in atomic_fetch_dec_acquire()
586 return atomic_fetch_dec_relaxed(v); in atomic_fetch_dec_release()
597 ret = atomic_fetch_dec_relaxed(v); in atomic_fetch_dec()
/Linux-v5.4/tools/memory-model/
Dlinux-kernel.def100 atomic_fetch_dec_relaxed(X) __atomic_fetch_op{once}(X,-,1)
/Linux-v5.4/include/asm-generic/
Datomic-instrumented.h407 atomic_fetch_dec_relaxed(atomic_t *v) in atomic_fetch_dec_relaxed() function
412 #define atomic_fetch_dec_relaxed atomic_fetch_dec_relaxed macro
Datomic-long.h756 return atomic_fetch_dec_relaxed(v); in atomic_long_fetch_dec_relaxed()