Home
last modified time | relevance | path

Searched refs:atomic_fetch_sub_release (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Drefcount.h272 int old = atomic_fetch_sub_release(i, &r->refs); in __refcount_sub_and_test()
338 int old = atomic_fetch_sub_release(1, &r->refs); in __refcount_dec()
H A Datomic-fallback.h251 #define arch_atomic_fetch_sub_release atomic_fetch_sub_release
256 #define atomic_fetch_sub_release atomic_fetch_sub macro
271 #ifndef atomic_fetch_sub_release
273 atomic_fetch_sub_release(int i, atomic_t *v) in atomic_fetch_sub_release() function
278 #define atomic_fetch_sub_release atomic_fetch_sub_release macro
610 return atomic_fetch_sub_release(1, v); in atomic_fetch_dec_release()
/kernel/linux/linux-6.6/include/linux/
H A Drefcount.h272 int old = atomic_fetch_sub_release(i, &r->refs); in __refcount_sub_and_test()
338 int old = atomic_fetch_sub_release(1, &r->refs); in __refcount_dec()
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Datomic.h120 #define atomic_fetch_sub_release atomic_fetch_sub macro
/kernel/linux/linux-5.10/include/asm-generic/
H A Datomic-instrumented.h218 atomic_fetch_sub_release(int i, atomic_t *v) in atomic_fetch_sub_release() function
223 #define atomic_fetch_sub_release atomic_fetch_sub_release macro
H A Datomic-long.h643 return atomic_fetch_sub_release(i, v); in atomic_long_fetch_sub_release()
/kernel/linux/linux-6.6/include/linux/atomic/
H A Datomic-instrumented.h386 * atomic_fetch_sub_release() - atomic subtract with release ordering
397 atomic_fetch_sub_release(int i, atomic_t *v) in atomic_fetch_sub_release() function

Completed in 14 milliseconds