Home
last modified time | relevance | path

Searched refs:refcount_dec_if_one (Results 1 – 13 of 13) sorted by relevance

/linux/lib/
H A Drefcount.c55 bool refcount_dec_if_one(refcount_t *r) in refcount_dec_if_one() function
61 EXPORT_SYMBOL(refcount_dec_if_one);
/linux/Documentation/translations/zh_CN/core-api/
H A Drefcount-vs-atomic.rst136 * 无原子性对应函数 --> refcount_dec_if_one()
/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_db.c61 if (refcount_dec_if_one(&db->u.user_page->refcount)) { in hns_roce_db_unmap_user()
/linux/net/ipv4/
H A Dinetpeer.c157 if (delta < ttl || !refcount_dec_if_one(&p->refcnt)) in inet_peer_gc()
/linux/drivers/iommu/iommufd/
H A Dmain.c253 if (!refcount_dec_if_one(&obj->users)) { in iommufd_object_remove()
356 if (!refcount_dec_if_one(&obj->users)) in iommufd_fops_release()
/linux/net/netfilter/
H A Dnfnetlink_acct.c333 if (refcount_dec_if_one(&cur->refcnt)) { in nfnl_acct_try_del()
H A Dnfnetlink_cttimeout.c319 if (refcount_dec_if_one(&timeout->refcnt)) { in ctnl_timeout_try_del()
H A Dnfnetlink_cthelper.c719 if (refcount_dec_if_one(&cur->refcnt)) { in nfnl_cthelper_del()
/linux/fs/lockd/
H A Dhost.c685 if (refcount_dec_if_one(&host->h_count)) in nlm_gc_hosts()
/linux/drivers/net/ethernet/amd/pds_core/
H A Dcore.c529 while (!refcount_dec_if_one(&pdsc->adminq_refcnt)) { in pdsc_adminq_wait_and_dec_once_unused()
/linux/include/net/
H A Dsch_generic.h152 return refcount_dec_if_one(&qdisc->refcnt);
/linux/net/tipc/
H A Dcrypto.c1280 if (!refcount_dec_if_one(&tmp1->refcnt)) in tipc_crypto_key_try_align()
/linux/drivers/char/ipmi/
H A Dipmi_msghandler.c1337 if (!refcount_dec_if_one(&user->destroyed)) in _ipmi_destroy_user()