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.h523 atomic_fetch_or(int i, atomic_t *v) in atomic_fetch_or() function
528 #define atomic_fetch_or atomic_fetch_or macro
Datomic-long.h828 return atomic_fetch_or(i, v); in atomic_long_fetch_or()
/include/linux/
Datomic-fallback.h739 #define atomic_fetch_or_acquire atomic_fetch_or
740 #define atomic_fetch_or_release atomic_fetch_or
741 #define atomic_fetch_or_relaxed atomic_fetch_or
765 #ifndef atomic_fetch_or
767 atomic_fetch_or(int i, atomic_t *v) in atomic_fetch_or() function
775 #define atomic_fetch_or atomic_fetch_or macro