Home
last modified time | relevance | path

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

/include/asm-generic/
Datomic.h133 #ifndef atomic_fetch_or
Datomic-instrumented.h524 atomic_fetch_or(int i, atomic_t *v) in atomic_fetch_or() function
529 #define atomic_fetch_or atomic_fetch_or macro
Datomic-long.h829 return atomic_fetch_or(i, v); in atomic_long_fetch_or()
/include/linux/
Datomic-fallback.h810 #define arch_atomic_fetch_or atomic_fetch_or
816 #define atomic_fetch_or_acquire atomic_fetch_or
817 #define atomic_fetch_or_release atomic_fetch_or
818 #define atomic_fetch_or_relaxed atomic_fetch_or
842 #ifndef atomic_fetch_or
844 atomic_fetch_or(int i, atomic_t *v) in atomic_fetch_or() function
852 #define atomic_fetch_or atomic_fetch_or macro