Searched refs:refcount_dec_not_one (Results 1 – 12 of 12) sorted by relevance
74 bool refcount_dec_not_one(refcount_t *r) in refcount_dec_not_one() function95 EXPORT_SYMBOL(refcount_dec_not_one);115 if (refcount_dec_not_one(r)) in refcount_dec_and_mutex_lock()146 if (refcount_dec_not_one(r)) in refcount_dec_and_lock()175 if (refcount_dec_not_one(r)) in refcount_dec_and_lock_irqsave()
137 * ``atomic_add_unless(&var, -1, 1)`` --> ``refcount_dec_not_one(&var)``
355 extern __must_check bool refcount_dec_not_one(refcount_t *r);
207 if (refcount_dec_not_one(&cset->refcount)) in put_css_set()
148 * ``atomic_add_unless(&var, -1, 1)`` --> ``refcount_dec_not_one(&var)``
757 if (!refcount_dec_not_one(&tz->thermal_check_count)) in acpi_thermal_check_fn()
369 if (refcount_dec_not_one(&nf->nf_ref)) in nfsd_file_put()
670 if (refcount_dec_not_one(&bo->usecnt)) in vc4_bo_dec_usecnt()
323 while (refcount_dec_not_one(&link->rpm_active) && in pm_runtime_release_supplier()
858 if (!refcount_dec_not_one(&ct->ct_general.use)) in nf_ct_drop_unconfirmed()
1041 if (refcount_dec_not_one(&clnt->cl_count)) in rpc_release_client()
348 if (refcount_dec_not_one(r)) in dlm_refcount_dec_and_write_lock_bh()
Completed in 62 milliseconds