Searched refs:atomic64_and (Results 1 – 4 of 4) sorted by relevance
199 #define atomic64_and(i,v) (void)ia64_atomic64_fetch_and(i,v) macro
305 static inline void atomic64_and(long i, atomic64_t *v)
171 static __always_inline void atomic64_and(s64 i, atomic64_t *v) in atomic64_and() function
1021 #define atomic64_andnot(i, v) atomic64_and(~(long long)(i), (v))