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

/linux-master/include/asm-generic/bitops/
H A Datomic.h64 old = raw_atomic_long_fetch_xor(mask, (atomic_long_t *)p);
/linux-master/include/linux/atomic/
H A Datomic-long.h1181 * raw_atomic_long_fetch_xor() - atomic bitwise XOR with full ordering
1192 raw_atomic_long_fetch_xor(long i, atomic_long_t *v) function
H A Datomic-instrumented.h4193 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_xor() there.
4202 return raw_atomic_long_fetch_xor(i, v);

Completed in 119 milliseconds