Searched refs:raw_atomic_long_cmpxchg_acquire (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/atomic/
H A Datomic-long.h1372 * raw_atomic_long_cmpxchg_acquire() - atomic compare and exchange with acquire ordering
1385 raw_atomic_long_cmpxchg_acquire(atomic_long_t *v, long old, long new) function
H A Datomic-instrumented.h4364 * Unsafe to use in noinstr code; use raw_atomic_long_cmpxchg_acquire() there.
4372 return raw_atomic_long_cmpxchg_acquire(v, old, new);

Completed in 202 milliseconds