Home
last modified time | relevance | path

Searched refs:raw_atomic_fetch_sub_relaxed (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/include/linux/atomic/
Datomic-long.h480 return raw_atomic_fetch_sub_relaxed(i, v); in raw_atomic_long_fetch_sub_relaxed()
Datomic-arch-fallback.h954 raw_atomic_fetch_sub_relaxed(int i, atomic_t *v) in raw_atomic_fetch_sub_relaxed() function
1397 return raw_atomic_fetch_sub_relaxed(1, v); in raw_atomic_fetch_dec_relaxed()
Datomic-instrumented.h419 return raw_atomic_fetch_sub_relaxed(i, v); in atomic_fetch_sub_relaxed()