Searched refs:atomic64_fetch_andnot (Results 1 – 5 of 5) sorted by relevance
1946 #define arch_atomic64_fetch_andnot atomic64_fetch_andnot1952 #ifdef atomic64_fetch_andnot1953 #define atomic64_fetch_andnot_acquire atomic64_fetch_andnot1954 #define atomic64_fetch_andnot_release atomic64_fetch_andnot1955 #define atomic64_fetch_andnot_relaxed atomic64_fetch_andnot1958 #ifndef atomic64_fetch_andnot1960 atomic64_fetch_andnot(s64 i, atomic64_t *v) in atomic64_fetch_andnot() function1964 #define atomic64_fetch_andnot atomic64_fetch_andnot macro2017 #ifndef atomic64_fetch_andnot2019 atomic64_fetch_andnot(s64 i, atomic64_t *v) in atomic64_fetch_andnot() function[all …]
324 #define atomic64_fetch_andnot atomic64_fetch_andnot
85 ATOMIC64_FETCH_OPS(atomic64_fetch_andnot)
1286 atomic64_fetch_andnot(s64 i, atomic64_t *v) in atomic64_fetch_andnot() function1291 #define atomic64_fetch_andnot atomic64_fetch_andnot macro
305 return atomic64_fetch_andnot(i, v); in atomic_long_fetch_andnot()