Searched defs:atomic64_fetch_or (Results 1 – 5 of 5) sorted by relevance
143 #define atomic64_fetch_or atomic64_fetch_or macro
196 #define atomic64_fetch_or atomic64_fetch_or macro
204 #define atomic64_fetch_or(i,v) ia64_atomic64_fetch_or(i,v) macro
357 static __always_inline s64 atomic64_fetch_or(s64 i, atomic64_t *v) in atomic64_fetch_or() function
991 #define atomic64_fetch_or(...) \ macro