Home
last modified time | relevance | path

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

/linux/include/linux/
H A Drefcount.h389 int old = atomic_fetch_sub_release(i, &r->refs); in __refcount_sub_and_test()
455 int old = atomic_fetch_sub_release(1, &r->refs); in __refcount_dec()
/linux/tools/memory-model/
H A Dlinux-kernel.def115 atomic_fetch_sub_release(V,X) __atomic_fetch_op{RELEASE}(X,-,V)
/linux/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