Home
last modified time | relevance | path

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

/include/linux/
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()
/include/linux/atomic/
Datomic-instrumented.h397 atomic_fetch_sub_release(int i, atomic_t *v) in atomic_fetch_sub_release() function