Home
last modified time | relevance | path

Searched refs:atomic_fetch_sub_relaxed (Results 1 – 3 of 3) sorted by relevance

/include/linux/
Datomic-fallback.h222 #ifndef atomic_fetch_sub_relaxed
225 #define atomic_fetch_sub_relaxed atomic_fetch_sub macro
232 int ret = atomic_fetch_sub_relaxed(i, v); in atomic_fetch_sub_acquire()
244 return atomic_fetch_sub_relaxed(i, v); in atomic_fetch_sub_release()
255 ret = atomic_fetch_sub_relaxed(i, v); in atomic_fetch_sub()
563 return atomic_fetch_sub_relaxed(1, v); in atomic_fetch_dec_relaxed()
/include/asm-generic/
Datomic-instrumented.h227 atomic_fetch_sub_relaxed(int i, atomic_t *v) in atomic_fetch_sub_relaxed() function
232 #define atomic_fetch_sub_relaxed atomic_fetch_sub_relaxed macro
Datomic-long.h648 return atomic_fetch_sub_relaxed(i, v); in atomic_long_fetch_sub_relaxed()