Searched refs:atomic64_fetch_or (Results 1 – 6 of 6) sorted by relevance
1849 #define atomic64_fetch_or_acquire atomic64_fetch_or1850 #define atomic64_fetch_or_release atomic64_fetch_or1851 #define atomic64_fetch_or_relaxed atomic64_fetch_or1875 #ifndef atomic64_fetch_or1877 atomic64_fetch_or(s64 i, atomic64_t *v) in atomic64_fetch_or() function1885 #define atomic64_fetch_or atomic64_fetch_or macro
192 #define atomic64_fetch_or atomic64_fetch_or macro
86 ATOMIC64_FETCH_OPS(atomic64_fetch_or)
204 #define atomic64_fetch_or(i,v) ia64_atomic64_fetch_or(i,v) macro
1333 atomic64_fetch_or(s64 i, atomic64_t *v) in atomic64_fetch_or() function1338 #define atomic64_fetch_or atomic64_fetch_or macro
334 return atomic64_fetch_or(i, v); in atomic_long_fetch_or()