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

/linux-master/include/linux/atomic/
H A Datomic-long.h992 * raw_atomic_long_fetch_andnot_acquire() - atomic bitwise AND NOT with acquire ordering
1003 raw_atomic_long_fetch_andnot_acquire(long i, atomic_long_t *v) function
H A Datomic-instrumented.h4028 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_andnot_acquire() there.
4036 return raw_atomic_long_fetch_andnot_acquire(i, v);

Completed in 183 milliseconds