Searched refs:raw_atomic_long_fetch_add_unless (Results 1 - 2 of 2) sorted by path

/linux-master/include/linux/atomic/
H A Datomic-instrumented.h4644 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_add_unless() there.
4653 return raw_atomic_long_fetch_add_unless(v, a, u);
H A Datomic-long.h1682 * raw_atomic_long_fetch_add_unless() - atomic add unless value with full ordering
1695 raw_atomic_long_fetch_add_unless(atomic_long_t *v, long a, long u) function

Completed in 177 milliseconds