Searched refs:refcount_dec_and_test (Results 1 – 25 of 40) sorted by relevance
12
36 if (nfct && refcount_dec_and_test(&nfct->use)) in nf_conntrack_put()
64 if (refcount_dec_and_test(&kref->refcount)) { in kref_put()
44 if (refcount_dec_and_test(&ns->ns.count)) in put_uts_ns()
146 if (refcount_dec_and_test(&shrinker->refcount)) in shrinker_put()
117 if (refcount_dec_and_test(&ns->count)) in put_nsproxy()
55 if (refcount_dec_and_test(&ns->ns.count)) in put_time_ns()
62 if (acl && refcount_dec_and_test(&acl->a_refcount)) in posix_acl_release()
448 static inline __must_check bool refcount_dec_and_test(refcount_t *r) in refcount_dec_and_test() function
184 if (ns && refcount_dec_and_test(&ns->ns.count)) in put_user_ns()
53 if (refcount_dec_and_test(&(group_info)->usage)) \
285 if (refcount_dec_and_test(&dev->refcnt)) { in atm_dev_put()
164 if (refcount_dec_and_test(&c->mfc_un.res.refcount)) in mr_cache_put()
129 if (refcount_dec_and_test(&nr_node->refcount)) { in nr_node_put()139 if (refcount_dec_and_test(&nr_neigh->refcount)) { in nr_neigh_put()
249 if (refcount_dec_and_test(&nb->refcnt)) in x25_neigh_put()272 if (refcount_dec_and_test(&rt->refcnt)) in x25_route_put()
178 if (refcount_dec_and_test(&assoc->refcount)) { in ax25_uid_put()281 if (refcount_dec_and_test(&ax25->refcount)) { in ax25_cb_put()294 if (refcount_dec_and_test(&ax25_dev->refcount)) in ax25_dev_put()
131 if (refcount_dec_and_test(&sap->refcnt)) in llc_sap_put()
144 if (refcount_dec_and_test(&req->rsk_refcnt)) in reqsk_put()
416 if (refcount_dec_and_test(&idev->refcnt)) in in6_dev_put()455 if (refcount_dec_and_test(&ifp->refcnt)) in in6_ifa_put()
116 if (refcount_dec_and_test(&rule->refcnt)) in fib_rule_put()
183 if (refcount_dec_and_test(&cq->refcount)) in mlx5_cq_put()
130 if (!refcount_dec_and_test(&t->usage)) in put_task_struct()
277 if (!refcount_dec_and_test(&fid->count)) in p9_fid_put()
494 return refcount_dec_and_test(&pool->user_cnt); in page_pool_put()
256 if (refcount_dec_and_test(&d->refcnt)) in rfcomm_dlc_put()
183 if (ct && refcount_dec_and_test(&ct->ct_general.use)) in nf_ct_put()
Completed in 69 milliseconds