Home
last modified time | relevance | path

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

12345678910>>...17

/openbmc/linux/lib/
H A Drefcount.c119 if (!refcount_dec_and_test(r)) { in refcount_dec_and_mutex_lock()
150 if (!refcount_dec_and_test(r)) { in refcount_dec_and_lock()
179 if (!refcount_dec_and_test(r)) { in refcount_dec_and_lock_irqsave()
/openbmc/linux/drivers/misc/lkdtm/
H A Drefcount.c164 if (refcount_dec_and_test(&neg)) in lkdtm_REFCOUNT_DEC_AND_TEST_NEGATIVE()
332 if (refcount_dec_and_test(&sat)) in lkdtm_REFCOUNT_DEC_AND_TEST_SATURATED()
385 if (refcount_dec_and_test(&count)) in lkdtm_REFCOUNT_TIMING()
/openbmc/linux/include/net/
H 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()
H A Dax25.h176 if (refcount_dec_and_test(&assoc->refcount)) { in ax25_uid_put()
279 if (refcount_dec_and_test(&ax25->refcount)) { in ax25_cb_put()
292 if (refcount_dec_and_test(&ax25_dev->refcount)) in ax25_dev_put()
H A Dx25.h250 if (refcount_dec_and_test(&nb->refcnt)) in x25_neigh_put()
273 if (refcount_dec_and_test(&rt->refcnt)) in x25_route_put()
/openbmc/linux/fs/nfsd/
H A Dfilecache.c150 if (refcount_dec_and_test(&nfm->nfm_ref)) { in nfsd_file_mark_put()
390 if (refcount_dec_and_test(&nf->nf_ref)) in nfsd_file_put()
472 if (!refcount_dec_and_test(&nf->nf_ref)) { in nfsd_file_lru_cb()
1020 WARN_ON_ONCE(refcount_dec_and_test(&nf->nf_ref)); in nfsd_file_do_acquire()
1100 if (refcount_dec_and_test(&nf->nf_ref)) in nfsd_file_do_acquire()
1122 if (refcount_dec_and_test(&nf->nf_ref)) in nfsd_file_do_acquire()
/openbmc/linux/security/landlock/
H A Druleset.c253 while (hierarchy && refcount_dec_and_test(&hierarchy->usage)) { in put_hierarchy()
373 if (ruleset && refcount_dec_and_test(&ruleset->usage)) in landlock_put_ruleset()
387 if (ruleset && refcount_dec_and_test(&ruleset->usage)) { in landlock_put_ruleset_deferred()
/openbmc/linux/include/linux/netfilter/
H A Dnf_conntrack_common.h36 if (nfct && refcount_dec_and_test(&nfct->use)) in nf_conntrack_put()
/openbmc/linux/drivers/md/
H A Ddm-ps-io-affinity.c34 if (refcount_dec_and_test(&pi->refcount)) { in ioa_free_path()
96 if (refcount_dec_and_test(&pi->refcount)) { in ioa_add_path()
/openbmc/linux/net/ceph/
H A Dsnapshot.c58 if (refcount_dec_and_test(&sc->nref)) { in ceph_put_snap_context()
/openbmc/linux/include/linux/
H A Dkref.h64 if (refcount_dec_and_test(&kref->refcount)) { in kref_put()
H A Dnsproxy.h105 if (refcount_dec_and_test(&ns->count)) in put_nsproxy()
H A Dutsname.h44 if (refcount_dec_and_test(&ns->ns.count)) in put_uts_ns()
/openbmc/linux/io_uring/
H A Dnotif.h36 if (refcount_dec_and_test(&nd->uarg.refcnt)) in io_notif_flush()
H A Dio-wq.h35 if (refcount_dec_and_test(&hash->refs)) in io_wq_put_hash()
/openbmc/linux/fs/btrfs/
H A Ddelayed-ref.h342 if (refcount_dec_and_test(&ref->refs)) { in btrfs_put_delayed_ref()
371 if (refcount_dec_and_test(&head->refs)) in btrfs_put_delayed_ref_head()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_mps.c17 if (!refcount_dec_and_test(&mps_entry->refcnt)) { in cxgb4_mps_ref_dec_by_mac()
39 if (!refcount_dec_and_test(&mps_entry->refcnt)) { in cxgb4_mps_ref_dec()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dcgrp.c39 if (refcount_dec_and_test(&ectx->refs)) { in nvkm_cgrp_ectx_put()
100 if (refcount_dec_and_test(&vctx->refs)) { in nvkm_cgrp_vctx_put()
/openbmc/linux/tools/include/linux/
H A Drefcount.h146 bool refcount_dec_and_test(refcount_t *r) in refcount_dec_and_test() function
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Drefcount-vs-atomic.rst123 * atomic_dec_and_test() --> refcount_dec_and_test()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dsrq.c60 if (refcount_dec_and_test(&srq->refcount)) in mlx4_srq_event()
235 if (refcount_dec_and_test(&srq->refcount)) in mlx4_srq_free()
/openbmc/linux/rust/
H A Dhelpers.c95 return refcount_dec_and_test(r); in rust_helper_refcount_dec_and_test()
/openbmc/linux/crypto/
H A Dcryptd.c284 } else if (refcnt && refcount_dec_and_test(&ctx->refcnt)) in cryptd_skcipher_complete()
527 } else if (refcnt && refcount_dec_and_test(&ctx->refcnt)) in cryptd_hash_complete()
780 } else if (refcnt && refcount_dec_and_test(&ctx->refcnt)) in cryptd_aead_crypt()
996 if (refcount_dec_and_test(&ctx->refcnt)) in cryptd_free_skcipher()
1053 if (refcount_dec_and_test(&ctx->refcnt)) in cryptd_free_ahash()
1103 if (refcount_dec_and_test(&ctx->refcnt)) in cryptd_free_aead()
/openbmc/linux/fs/notify/
H A Dgroup.c109 if (refcount_dec_and_test(&group->refcnt)) in fsnotify_put_group()
/openbmc/linux/tools/lib/perf/
H A Dthreadmap.c89 if (map && refcount_dec_and_test(&map->refcnt)) in perf_thread_map__put()

12345678910>>...17