Searched refs:refcount_dec_if_one (Results 1 – 14 of 14) sorted by relevance
55 bool refcount_dec_if_one(refcount_t *r) in refcount_dec_if_one() function61 EXPORT_SYMBOL(refcount_dec_if_one);
136 * 无原子性对应函数 --> refcount_dec_if_one()
136 if (!refcount_dec_if_one(&obj->users)) { in iommufd_object_destroy_user()210 if (!refcount_dec_if_one(&obj->users)) in iommufd_fops_release()
362 extern __must_check bool refcount_dec_if_one(refcount_t *r);
61 if (refcount_dec_if_one(&db->u.user_page->refcount)) { in hns_roce_db_unmap_user()
166 if (delta < ttl || !refcount_dec_if_one(&p->refcnt)) in inet_peer_gc()
147 * no atomic counterpart --> refcount_dec_if_one()
333 if (refcount_dec_if_one(&cur->refcnt)) { in nfnl_acct_try_del()
319 if (refcount_dec_if_one(&timeout->refcnt)) { in ctnl_timeout_try_del()
719 if (refcount_dec_if_one(&cur->refcnt)) { in nfnl_cthelper_del()
330 if (!refcount_dec_if_one(&rss->refcnt)) in mlx5e_rss_cleanup()
233 return refcount_dec_if_one(&cp->refcnt); in ip_vs_conn_unlink()242 if (refcount_dec_if_one(&cp->refcnt)) { in ip_vs_conn_unlink()
685 if (refcount_dec_if_one(&host->h_count)) in nlm_gc_hosts()
1271 if (!refcount_dec_if_one(&tmp1->refcnt)) in tipc_crypto_key_try_align()
Completed in 32 milliseconds