Home
last modified time | relevance | path

Searched refs:refcount_inc (Results 1 – 25 of 417) sorted by relevance

12345678910>>...17

/linux-6.12.1/drivers/misc/lkdtm/
Drefcount.c33 refcount_inc(&over); in lkdtm_REFCOUNT_INC_OVERFLOW()
36 refcount_inc(&over); in lkdtm_REFCOUNT_INC_OVERFLOW()
37 refcount_inc(&over); in lkdtm_REFCOUNT_INC_OVERFLOW()
237 refcount_inc(&zero); in lkdtm_REFCOUNT_INC_ZERO()
290 refcount_inc(&sat); in lkdtm_REFCOUNT_INC_SATURATED()
397 refcount_inc(&count); in lkdtm_REFCOUNT_TIMING()
/linux-6.12.1/net/atm/
Dmpoa_caches.c44 refcount_inc(&entry->use); in in_cache_get()
65 refcount_inc(&entry->use); in in_cache_get_with_mask()
86 refcount_inc(&entry->use); in in_cache_get_by_vcc()
125 refcount_inc(&entry->use); in in_cache_add_entry()
341 refcount_inc(&entry->use); in eg_cache_get_by_cache_id()
362 refcount_inc(&entry->use); in eg_cache_get_by_tag()
384 refcount_inc(&entry->use); in eg_cache_get_by_vcc()
404 refcount_inc(&entry->use); in eg_cache_get_by_src_ip()
485 refcount_inc(&entry->use); in eg_cache_add_entry()
/linux-6.12.1/fs/btrfs/
Dordered-data.c222 refcount_inc(&entry->refs); in insert_ordered_extent()
383 refcount_inc(&ordered->refs); in can_finish_ordered_extent()
597 refcount_inc(&entry->refs); in btrfs_dec_test_ordered_pending()
696 refcount_inc(&trans->use_count); in btrfs_remove_ordered_extent()
777 refcount_inc(&ordered->refs); in btrfs_wait_ordered_extents()
961 refcount_inc(&entry->refs); in btrfs_lookup_ordered_extent()
1002 refcount_inc(&entry->refs); in btrfs_lookup_ordered_range()
1031 refcount_inc(&ordered->refs); in btrfs_get_ordered_extents_for_logging()
1053 refcount_inc(&entry->refs); in btrfs_lookup_first_ordered_extent()
1129 refcount_inc(&entry->refs); in btrfs_lookup_first_ordered_range()
[all …]
Ddelayed-inode.c76 refcount_inc(&node->refs); in btrfs_get_delayed_node()
85 refcount_inc(&node->refs); /* can be accessed */ in btrfs_get_delayed_node()
108 refcount_inc(&node->refs); in btrfs_get_delayed_node()
188 refcount_inc(&node->refs); /* inserted into list */ in btrfs_queue_delayed_node()
223 refcount_inc(&node->refs); in btrfs_first_delayed_node()
250 refcount_inc(&next->refs); in btrfs_next_delayed_node()
306 refcount_inc(&node->refs); in btrfs_first_prepared_delayed_node()
1707 refcount_inc(&item->refs); in btrfs_readdir_get_delayed_items()
1714 refcount_inc(&item->refs); in btrfs_readdir_get_delayed_items()
2140 refcount_inc(&item->refs); in btrfs_log_get_delayed_items()
[all …]
/linux-6.12.1/drivers/dpll/
Ddpll_core.c87 refcount_inc(&ref->refcount); in dpll_xa_ref_pin_add()
120 refcount_inc(&ref->refcount); in dpll_xa_ref_pin_add()
168 refcount_inc(&ref->refcount); in dpll_xa_ref_dpll_add()
201 refcount_inc(&ref->refcount); in dpll_xa_ref_dpll_add()
293 refcount_inc(&ret->refcount); in dpll_device_get()
568 refcount_inc(&ret->refcount); in dpll_pin_get()
729 refcount_inc(&pin->refcount); in dpll_pin_on_pin_register()
/linux-6.12.1/rust/helpers/
Drefcount.c13 refcount_inc(r); in rust_helper_refcount_inc()
/linux-6.12.1/drivers/gpu/host1x/
Dcontext.c139 refcount_inc(&cd->ref); in host1x_memory_context_alloc()
163 refcount_inc(&cd->ref); in host1x_memory_context_get()
/linux-6.12.1/security/landlock/
Dobject.h88 refcount_inc(&object->usage); in landlock_get_object()
/linux-6.12.1/include/net/
Dnetrom.h125 refcount_inc(&((__nr_node)->refcount))
135 refcount_inc(&((__nr_neigh)->refcount))
Dax25.h174 refcount_inc(&((ax25)->refcount))
276 refcount_inc(&((__ax25)->refcount))
288 refcount_inc(&ax25_dev->refcount); in ax25_dev_hold()
Dx25.h245 refcount_inc(&nb->refcnt); in x25_neigh_hold()
268 refcount_inc(&rt->refcnt); in x25_route_hold()
Daddrconf.h378 refcount_inc(&idev->refcnt); in in6_dev_get()
415 refcount_inc(&idev->refcnt); in in6_dev_hold()
444 refcount_inc(&ifp->refcnt); in in6_ifa_hold()
/linux-6.12.1/include/linux/netfilter/
Dnf_conntrack_common.h42 refcount_inc(&nfct->use); in nf_conntrack_get()
/linux-6.12.1/drivers/net/ethernet/marvell/prestera/
Dprestera_acl.c293 refcount_inc(&ruleset->refcount); in prestera_acl_ruleset_lookup()
306 refcount_inc(&ruleset->refcount); in prestera_acl_ruleset_get()
449 refcount_inc(&ruleset->refcount); in prestera_acl_rule_create()
785 refcount_inc(&vtcam->refcount); in __prestera_acl_vtcam_id_try_fit()
807 refcount_inc(&vtcam->refcount); in prestera_acl_vtcam_id_get()
813 refcount_inc(&vtcam->refcount); in prestera_acl_vtcam_id_get()
/linux-6.12.1/fs/erofs/
Dfscache.c124 refcount_inc(&req->ref); in erofs_fscache_req_io_alloc()
159 refcount_inc(&io->ref); in erofs_fscache_read_io_async()
479 refcount_inc(&domain->ref); in erofs_fscache_register_domain()
569 refcount_inc(&domain->ref); in erofs_domain_init_cookie()
587 refcount_inc(&ctx->ref); in erofs_domain_register_cookie()
/linux-6.12.1/include/linux/sched/
Duser.h51 refcount_inc(&u->__count); in get_uid()
/linux-6.12.1/net/ceph/
Dsnapshot.c49 refcount_inc(&sc->nref); in ceph_get_snap_context()
/linux-6.12.1/include/net/9p/
Dclient.h233 refcount_inc(&r->refcount); in p9_req_get()
264 refcount_inc(&fid->count); in p9_fid_get()
/linux-6.12.1/tools/perf/util/
Dmem-info.c10 refcount_inc(mem_info__refcnt(mi)); in mem_info__get()
/linux-6.12.1/include/linux/
Dkref.h45 refcount_inc(&kref->refcount); in kref_get()
Duser_events.h47 refcount_inc(&old_mm->tasks); in user_events_fork()
Dutsname.h35 refcount_inc(&ns->ns.count); in get_uts_ns()
/linux-6.12.1/drivers/iommu/iommufd/
Dhw_pagetable.c134 refcount_inc(&ioas->obj.users); in iommufd_hwpt_paging_alloc()
238 refcount_inc(&parent->common.obj.users); in iommufd_hwpt_nested_alloc()
335 refcount_inc(&fault->obj.users); in iommufd_hwpt_alloc()
/linux-6.12.1/drivers/infiniband/hw/cxgb4/
Dev.c154 refcount_inc(&chp->refcnt); in c4iw_ev_dispatch()
230 refcount_inc(&chp->refcnt); in c4iw_ev_handler()
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dcgrp.c65 refcount_inc(&ectx->refs); in nvkm_cgrp_ectx_get()
130 refcount_inc(&vctx->refs); in nvkm_cgrp_vctx_get()

12345678910>>...17