Searched refs:refcount (Results 276 - 300 of 757) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_iommu.c162 kref_init(&context->refcount);
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_mdb.c10 refcount_t refcount; member in struct:lan966x_pgid_entry
193 refcount_set(&pgid_entry->refcount, 1);
212 refcount_inc(&pgid_entry->refcount);
241 if (!refcount_dec_and_test(&pgid_entry->refcount))
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dvxlan.c34 #include <linux/refcount.h>
/linux-master/drivers/infiniband/ulp/isert/
H A Dib_isert.h197 int refcount; member in struct:isert_device
/linux-master/drivers/infiniband/ulp/srpt/
H A Dib_srpt.h410 * @refcount: Number of objects associated with this port.
411 * @freed_channels: Completion that will be signaled once @refcount becomes 0.
429 atomic_t refcount; member in struct:srpt_port
/linux-master/drivers/s390/scsi/
H A Dzfcp_fc.h191 * @refcount: Reference count to keep port open as long as it is in use
202 atomic_t refcount; member in struct:zfcp_fc_wka_port
/linux-master/drivers/gpu/drm/nouveau/nvkm/core/
H A Dengine.c170 refcount_set(&engine->subdev.use.refcount, 0);
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dsubdev.h25 refcount_t refcount; member in struct:nvkm_subdev::__anon836
/linux-master/drivers/net/ipa/
H A Dgsi_trans.c10 #include <linux/refcount.h>
368 refcount_set(&trans->refcount, 1);
381 if (!refcount_dec_and_test(&trans->refcount))
618 refcount_inc(&trans->refcount);
/linux-master/include/linux/
H A Dposix_acl.h15 #include <linux/refcount.h>
H A Digmp.h17 #include <linux/refcount.h>
/linux-master/lib/kunit/
H A Dresource.c29 kref_init(&res->refcount);
41 /* refcount for list is established by kref_init() */
/linux-master/include/net/
H A Dinet_frag.h9 #include <linux/refcount.h>
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_fence.c198 WARN_ON(kref_read(&fence->refcount));
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_domain.c474 refcount_set(&dmn->refcount, 1);
543 if (WARN_ON_ONCE(refcount_read(&dmn->refcount) > 1))
570 refcount_dec(&peer->refcount);
576 refcount_inc(&peer->refcount);
/linux-master/include/net/netfilter/
H A Dnf_conntrack_helper.h13 #include <linux/refcount.h>
/linux-master/drivers/media/platform/renesas/rcar-vin/
H A Drcar-vin.h269 * @refcount: number of VIN instances using the group
282 struct kref refcount; member in struct:rvin_group
/linux-master/fs/nfs/flexfilelayout/
H A Dflexfilelayout.h17 #include <linux/refcount.h>
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_memfree.h60 int refcount; member in struct:mthca_icm
/linux-master/sound/soc/qcom/qdsp6/
H A Dq6apm.h89 struct kref refcount; member in struct:audioreach_graph
/linux-master/security/landlock/
H A Druleset.h16 #include <linux/refcount.h>
125 * increments the refcount of its object.
/linux-master/include/linux/sched/
H A Dtask.h11 #include <linux/refcount.h>
/linux-master/drivers/infiniband/hw/hns/
H A Dhns_roce_srq.c21 refcount_inc(&srq->refcount);
31 if (refcount_dec_and_test(&srq->refcount))
159 if (refcount_dec_and_test(&srq->refcount))
507 refcount_set(&srq->refcount, 1);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dlocal_kptr_stash.c20 struct bpf_refcount refcount; member in struct:refcounted_node
/linux-master/drivers/platform/surface/aggregator/
H A Dcontroller.h64 * @refcount: The root of the RB-tree used for reference-counting enabled
70 struct rb_root refcount; member in struct:ssam_nf

Completed in 237 milliseconds

<<11121314151617181920>>