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

/linux-master/include/linux/atomic/
H A Datomic-long.h882 return raw_atomic_fetch_and(i, v);
H A Datomic-arch-fallback.h1432 * raw_atomic_fetch_and() - atomic bitwise AND with full ordering
1443 raw_atomic_fetch_and(int i, atomic_t *v) function
1454 #error "Unable to define raw_atomic_fetch_and"
1578 return raw_atomic_fetch_and(~i, v);
H A Datomic-instrumented.h761 * Unsafe to use in noinstr code; use raw_atomic_fetch_and() there.
770 return raw_atomic_fetch_and(i, v);

Completed in 113 milliseconds