Searched refs:atomic_fetch_sub_release (Results 1 – 3 of 3) sorted by relevance
272 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()
96 atomic_fetch_sub_release(V,X) __atomic_fetch_op{release}(X,-,V)
397 atomic_fetch_sub_release(int i, atomic_t *v) in atomic_fetch_sub_release() function