Searched refs:atomic_fetch_sub_release (Results 1 – 5 of 5) 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()
251 #define arch_atomic_fetch_sub_release atomic_fetch_sub_release256 #define atomic_fetch_sub_release atomic_fetch_sub macro271 #ifndef atomic_fetch_sub_release273 atomic_fetch_sub_release(int i, atomic_t *v) in atomic_fetch_sub_release() function278 #define atomic_fetch_sub_release atomic_fetch_sub_release macro610 return atomic_fetch_sub_release(1, v); in atomic_fetch_dec_release()
93 atomic_fetch_sub_release(V,X) __atomic_fetch_op{release}(X,-,V)
218 atomic_fetch_sub_release(int i, atomic_t *v) in atomic_fetch_sub_release() function223 #define atomic_fetch_sub_release atomic_fetch_sub_release macro
643 return atomic_fetch_sub_release(i, v); in atomic_long_fetch_sub_release()