Home
last modified time | relevance | path

Searched refs:raw_atomic64_fetch_and (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/atomic/
H A Datomic-long.h880 return raw_atomic64_fetch_and(i, v); in raw_atomic_long_fetch_and()
H A Datomic-arch-fallback.h3542 raw_atomic64_fetch_and(s64 i, atomic64_t *v) in raw_atomic64_fetch_and() function
3677 return raw_atomic64_fetch_and(~i, v); in raw_atomic64_fetch_andnot()
H A Datomic-instrumented.h2334 return raw_atomic64_fetch_and(i, v); in atomic64_fetch_and()