Home
last modified time | relevance | path

Searched refs:refcount_dec_and_test (Results 1 – 25 of 40) sorted by relevance

12

/include/linux/netfilter/
A Dnf_conntrack_common.h36 if (nfct && refcount_dec_and_test(&nfct->use)) in nf_conntrack_put()
/include/linux/
A Dkref.h64 if (refcount_dec_and_test(&kref->refcount)) { in kref_put()
A Dutsname.h44 if (refcount_dec_and_test(&ns->ns.count)) in put_uts_ns()
A Dshrinker.h146 if (refcount_dec_and_test(&shrinker->refcount)) in shrinker_put()
A Dnsproxy.h117 if (refcount_dec_and_test(&ns->count)) in put_nsproxy()
A Dtime_namespace.h55 if (refcount_dec_and_test(&ns->ns.count)) in put_time_ns()
A Dposix_acl.h62 if (acl && refcount_dec_and_test(&acl->a_refcount)) in posix_acl_release()
A Drefcount.h448 static inline __must_check bool refcount_dec_and_test(refcount_t *r) in refcount_dec_and_test() function
A Duser_namespace.h184 if (ns && refcount_dec_and_test(&ns->ns.count)) in put_user_ns()
A Dcred.h53 if (refcount_dec_and_test(&(group_info)->usage)) \
A Datmdev.h285 if (refcount_dec_and_test(&dev->refcnt)) { in atm_dev_put()
A Dmroute_base.h164 if (refcount_dec_and_test(&c->mfc_un.res.refcount)) in mr_cache_put()
/include/net/
A Dnetrom.h129 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()
A Dx25.h249 if (refcount_dec_and_test(&nb->refcnt)) in x25_neigh_put()
272 if (refcount_dec_and_test(&rt->refcnt)) in x25_route_put()
A Dax25.h178 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()
A Dllc.h131 if (refcount_dec_and_test(&sap->refcnt)) in llc_sap_put()
A Drequest_sock.h144 if (refcount_dec_and_test(&req->rsk_refcnt)) in reqsk_put()
A Daddrconf.h416 if (refcount_dec_and_test(&idev->refcnt)) in in6_dev_put()
455 if (refcount_dec_and_test(&ifp->refcnt)) in in6_ifa_put()
A Dfib_rules.h116 if (refcount_dec_and_test(&rule->refcnt)) in fib_rule_put()
/include/linux/mlx5/
A Dcq.h183 if (refcount_dec_and_test(&cq->refcount)) in mlx5_cq_put()
/include/linux/sched/
A Dtask.h130 if (!refcount_dec_and_test(&t->usage)) in put_task_struct()
/include/net/9p/
A Dclient.h277 if (!refcount_dec_and_test(&fid->count)) in p9_fid_put()
/include/net/page_pool/
A Dhelpers.h494 return refcount_dec_and_test(&pool->user_cnt); in page_pool_put()
/include/net/bluetooth/
A Drfcomm.h256 if (refcount_dec_and_test(&d->refcnt)) in rfcomm_dlc_put()
/include/net/netfilter/
A Dnf_conntrack.h183 if (ct && refcount_dec_and_test(&ct->ct_general.use)) in nf_ct_put()

Completed in 69 milliseconds

12