Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/atomic/
H A Datomic-long.h882 return raw_atomic_fetch_and(i, v); in raw_atomic_long_fetch_and()
H A Datomic-arch-fallback.h1430 raw_atomic_fetch_and(int i, atomic_t *v) in raw_atomic_fetch_and() function
1565 return raw_atomic_fetch_and(~i, v); in raw_atomic_fetch_andnot()
H A Datomic-instrumented.h770 return raw_atomic_fetch_and(i, v); in atomic_fetch_and()