Searched refs:atomic64_and (Results 1 – 5 of 5) sorted by relevance
68 ATOMIC64_OP(atomic64_and)
199 #define atomic64_and(i,v) (void)ia64_atomic64_fetch_and(i,v) macro
1226 atomic64_and(s64 i, atomic64_t *v) in atomic64_and() function1231 #define atomic64_and atomic64_and macro
268 atomic64_and(i, v); in atomic_long_and()
1762 atomic64_and(~i, v); in atomic64_andnot()