Searched refs:refcount (Results 451 - 475 of 761) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_object.h109 if (obj && !kref_get_unless_zero(&obj->base.refcount))
159 kref_read(&obj->base.refcount) > 0)
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_mmu.c358 container_of(kref, struct etnaviv_iommu_context, refcount);
366 kref_put(&context->refcount, etnaviv_iommu_context_free);
H A Detnaviv_iommu_v2.c302 kref_init(&context->refcount);
/linux-master/drivers/net/dsa/ocelot/
H A Dfelix_vsc9959.c1714 refcount_t refcount; member in struct:felix_stream_filter
1741 refcount_t refcount; member in struct:felix_stream_gate_entry
1973 refcount_set(&sfi_entry->refcount, 1);
2007 refcount_inc(&tmp->refcount);
2076 z = refcount_dec_and_test(&tmp->refcount);
2188 refcount_inc(&tmp->refcount);
2203 refcount_set(&tmp->refcount, 1);
2221 z = refcount_dec_and_test(&tmp->refcount);
/linux-master/include/net/bluetooth/
H A Drfcomm.h24 #include <linux/refcount.h>
/linux-master/include/media/
H A Ddvb_frontend.h674 * @refcount: refcount to keep track of &struct dvb_frontend
693 struct kref refcount; member in struct:dvb_frontend
/linux-master/include/linux/ceph/
H A Dlibceph.h18 #include <linux/refcount.h>
/linux-master/drivers/gpu/drm/i915/
H A Di915_gem_evict.c43 return !kref_read(&vma->obj->base.refcount);
70 * We add the extra refcount so the object doesn't drop to zero until
H A Di915_vma.h196 if (likely(kref_get_unless_zero(&vma->obj->base.refcount)))
/linux-master/drivers/gpu/drm/
H A Ddrm_gem_dma_helper.c371 if (!kref_get_unless_zero(&obj->refcount))
/linux-master/arch/s390/include/asm/
H A Ddebug.h14 #include <linux/refcount.h>
/linux-master/include/linux/mlx4/
H A Ddevice.h44 #include <linux/refcount.h>
742 refcount_t refcount; member in struct:mlx4_cq
759 refcount_t refcount; member in struct:mlx4_qp
772 refcount_t refcount; member in struct:mlx4_srq
/linux-master/drivers/rpmsg/
H A Dqcom_smd.c897 refcount);
931 kref_init(&ept->refcount);
949 kref_put(&ept->refcount, __ept_release);
960 kref_put(&ept->refcount, __ept_release);
/linux-master/drivers/usb/atm/
H A Dusbatm.c696 struct usbatm_data *instance = container_of(kref, struct usbatm_data, refcount);
706 kref_get(&instance->refcount);
711 kref_put(&instance->refcount, usbatm_destroy_instance);
1065 kref_init(&instance->refcount); /* dropped in usbatm_usb_disconnect */
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_pgt.c4 #include <linux/refcount.h>
/linux-master/include/linux/
H A Dkey.h21 #include <linux/refcount.h>
H A Dinetdevice.h15 #include <linux/refcount.h>
/linux-master/security/keys/
H A Dinternal.h17 #include <linux/refcount.h>
49 * This needs to be separate to user_struct to avoid a refcount-loop
/linux-master/fs/coda/
H A Dfile.c11 #include <linux/refcount.h>
/linux-master/security/selinux/include/
H A Dsecurity.h17 #include <linux/refcount.h>
/linux-master/include/video/
H A Dsticore.h248 int refcount; member in struct:sti_cooked_font
/linux-master/drivers/infiniband/ulp/iser/
H A Discsi_iser.h304 * @refcount: Reference counter, dominated by open iser connections
311 int refcount; member in struct:iser_device
/linux-master/drivers/iommu/iommufd/
H A Diommufd_private.h9 #include <linux/refcount.h>
189 * The caller holds a users refcount and wants to destroy the object. At this
202 * back the caller's users refcount and will eventually try to free it
210 * is automatically destroyed when its refcount reaches zero.
/linux-master/include/net/
H A Dact_api.h9 #include <linux/refcount.h>
/linux-master/include/linux/lockd/
H A Dlockd.h20 #include <linux/refcount.h>

Completed in 268 milliseconds

<<11121314151617181920>>