Home
last modified time | relevance | path

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

12345678910>>...18

/linux/lib/
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()
/linux/io_uring/
A Deventfd.c40 if (refcount_dec_and_test(&ev_fd->refs)) in io_eventfd_do_signal()
80 if (refcount_dec_and_test(&ev_fd->refs)) in io_eventfd_signal()
155 if (refcount_dec_and_test(&ev_fd->refs)) in io_eventfd_unregister()
A Dio-wq.h35 if (refcount_dec_and_test(&hash->refs)) in io_wq_put_hash()
/linux/drivers/misc/lkdtm/
A Drefcount.c164 if (refcount_dec_and_test(&neg)) in lkdtm_REFCOUNT_DEC_AND_TEST_NEGATIVE()
347 if (refcount_dec_and_test(&sat)) in lkdtm_REFCOUNT_DEC_AND_TEST_SATURATED()
400 if (refcount_dec_and_test(&count)) in lkdtm_REFCOUNT_TIMING()
/linux/rust/helpers/
A Drefcount.c18 return refcount_dec_and_test(r); in rust_helper_refcount_dec_and_test()
/linux/include/linux/netfilter/
A Dnf_conntrack_common.h36 if (nfct && refcount_dec_and_test(&nfct->use)) in nf_conntrack_put()
/linux/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 Dax25.h178 if (refcount_dec_and_test(&assoc->refcount)) { in ax25_uid_put()
280 if (refcount_dec_and_test(&ax25->refcount)) { in ax25_cb_put()
293 if (refcount_dec_and_test(&ax25_dev->refcount)) { in ax25_dev_put()
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()
/linux/net/ceph/
A Dsnapshot.c58 if (refcount_dec_and_test(&sc->nref)) { in ceph_put_snap_context()
/linux/drivers/md/
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()
/linux/fs/nfsd/
A Dfilecache.c148 if (refcount_dec_and_test(&nfm->nfm_ref)) { in nfsd_file_mark_put()
389 if (refcount_dec_and_test(&nf->nf_ref)) in nfsd_file_put()
529 if (!refcount_dec_and_test(&nf->nf_ref)) { in nfsd_file_lru_cb()
1053 WARN_ON_ONCE(refcount_dec_and_test(&nf->nf_ref)); in nfsd_file_do_acquire()
1133 if (refcount_dec_and_test(&nf->nf_ref)) in nfsd_file_do_acquire()
1155 if (refcount_dec_and_test(&nf->nf_ref)) in nfsd_file_do_acquire()
/linux/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()
/linux/tools/perf/util/
A Dmem-info.c17 if (mi && refcount_dec_and_test(mem_info__refcnt(mi))) { in mem_info__put()
/linux/drivers/net/ethernet/chelsio/cxgb4/
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()
/linux/tools/include/linux/
A Drefcount.h146 bool refcount_dec_and_test(refcount_t *r) in refcount_dec_and_test() function
/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
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()
/linux/drivers/net/ethernet/intel/ice/
A Dice_adapter.c106 if (!refcount_dec_and_test(&adapter->refcount)) in ice_adapter_put()
/linux/fs/erofs/
A Dfscache.c47 if (!refcount_dec_and_test(&io->ref)) in erofs_fscache_io_put()
77 if (!refcount_dec_and_test(&req->ref)) in erofs_fscache_req_put()
388 if (refcount_dec_and_test(&domain->ref)) { in erofs_fscache_domain_put()
620 if (refcount_dec_and_test(&ctx->ref)) { in erofs_fscache_unregister_cookie()
/linux/Documentation/translations/zh_CN/core-api/
A Drefcount-vs-atomic.rst123 * atomic_dec_and_test() --> refcount_dec_and_test()
/linux/drivers/net/ethernet/mellanox/mlx4/
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()
/linux/tools/lib/perf/
A Dthreadmap.c89 if (map && refcount_dec_and_test(&map->refcnt)) in perf_thread_map__put()

Completed in 43 milliseconds

12345678910>>...18