Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/atomic/
Datomic-long.h459 return raw_atomic_fetch_sub_release(i, v); in raw_atomic_long_fetch_sub_release()
Datomic-arch-fallback.h928 raw_atomic_fetch_sub_release(int i, atomic_t *v) in raw_atomic_fetch_sub_release() function
1375 return raw_atomic_fetch_sub_release(1, v); in raw_atomic_fetch_dec_release()
Datomic-instrumented.h401 return raw_atomic_fetch_sub_release(i, v); in atomic_fetch_sub_release()