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

/linux-master/include/linux/atomic/
H A Datomic-long.h401 * raw_atomic_long_fetch_sub() - atomic subtract with full ordering
412 raw_atomic_long_fetch_sub(long i, atomic_long_t *v) function
H A Datomic-instrumented.h3511 * Unsafe to use in noinstr code; use raw_atomic_long_fetch_sub() there.
3520 return raw_atomic_long_fetch_sub(i, v);

Completed in 182 milliseconds