Searched refs:refcount_dec_not_one (Results 1 - 8 of 8) sorted by relevance

/linux-master/lib/
H A Drefcount.c64 * refcount_dec_not_one - decrement a refcount if it is not 1
74 bool refcount_dec_not_one(refcount_t *r) function
95 EXPORT_SYMBOL(refcount_dec_not_one); variable
115 if (refcount_dec_not_one(r))
146 if (refcount_dec_not_one(r))
175 if (refcount_dec_not_one(r))
/linux-master/include/linux/
H A Drefcount.h355 extern __must_check bool refcount_dec_not_one(refcount_t *r);
/linux-master/kernel/cgroup/
H A Dcgroup-internal.h205 if (refcount_dec_not_one(&cset->refcount))
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_bo.c670 if (refcount_dec_not_one(&bo->usecnt))
/linux-master/fs/nfsd/
H A Dfilecache.c366 if (refcount_dec_not_one(&nf->nf_ref))
/linux-master/drivers/acpi/
H A Dthermal.c797 if (!refcount_dec_not_one(&tz->thermal_check_count))
/linux-master/drivers/base/power/
H A Druntime.c320 * refcount_dec_not_one() would return true forever, but it is not
323 while (refcount_dec_not_one(&link->rpm_active) &&
/linux-master/net/sunrpc/
H A Dclnt.c1046 if (refcount_dec_not_one(&clnt->cl_count))

Completed in 176 milliseconds