Searched refs:refcount (Results 201 - 225 of 757) sorted by relevance

1234567891011>>

/linux-master/include/linux/
H A Dmroute_base.h15 * @dev_tracker: refcount tracker for @dev reference
130 * @refcount: reference count for this entry
154 refcount_t refcount; member in struct:mr_mfc::__anon2589::__anon2591
164 if (refcount_dec_and_test(&c->mfc_un.res.refcount))
170 refcount_inc(&c->mfc_un.res.refcount);
H A Dcgroup-defs.h17 #include <linux/refcount.h>
18 #include <linux/percpu-refcount.h>
226 refcount_t refcount; member in struct:css_set
H A Dipc_namespace.h11 #include <linux/refcount.h>
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dicm.h69 int refcount; member in struct:mlx4_icm
/linux-master/net/atm/
H A Dmpoa_caches.h11 #include <linux/refcount.h>
/linux-master/tools/perf/util/
H A Dcomm.c7 #include <linux/refcount.h>
/linux-master/include/net/sctp/
H A Dauth.h19 #include <linux/refcount.h>
/linux-master/drivers/net/wireguard/
H A Dnoise.h38 struct kref refcount; member in struct:noise_keypair
/linux-master/include/net/
H A Dlapb.h5 #include <linux/refcount.h>
/linux-master/tools/lib/perf/
H A Dthreadmap.c4 #include <linux/refcount.h>
/linux-master/drivers/rpmsg/
H A Dmtk_rpmsg.c68 refcount);
100 kref_init(&ept->refcount);
112 kref_put(&ept->refcount, __mtk_ept_release);
135 kref_put(&ept->refcount, __mtk_ept_release);
/linux-master/arch/x86/kernel/cpu/sgx/
H A Dencl.h65 struct kref refcount; member in struct:sgx_encl
/linux-master/include/drm/
H A Ddrm_vblank.h134 * @refcount: Number of users/waiters of the vblank interrupt. Only when
135 * this refcount reaches 0 can the hardware interrupt be disabled using
138 atomic_t refcount; member in struct:drm_vblank_crtc
/linux-master/drivers/usb/gadget/function/
H A Du_fs.h20 #include <linux/refcount.h>
/linux-master/drivers/tee/amdtee/
H A Dcall.c135 return ++ta_data->refcount;
140 ta_data->refcount = 1;
141 count = ta_data->refcount;
156 count = --ta_data->refcount;
/linux-master/drivers/gpu/drm/i915/
H A Di915_vma_resource.h10 #include <linux/refcount.h>
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_span.h9 #include <linux/refcount.h>
/linux-master/drivers/net/ethernet/mscc/
H A Docelot.h64 refcount_t refcount; member in struct:ocelot_pgid
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_gem.h91 struct kref refcount; member in struct:etnaviv_gem_submit
/linux-master/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.h10 #include <linux/refcount.h>
/linux-master/drivers/pci/hotplug/
H A Dacpiphp.h112 unsigned int refcount; member in struct:acpiphp_context
/linux-master/rust/
H A Dhelpers.c29 #include <linux/refcount.h>
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Duser.c273 if (!--device->refcount) {
276 device->refcount++;
294 if (!device->refcount++) {
297 device->refcount--;
/linux-master/fs/nfs/
H A Ddelegation.h26 refcount_t refcount; member in struct:nfs_delegation
/linux-master/net/packet/
H A Dinternal.h5 #include <linux/refcount.h>

Completed in 317 milliseconds

1234567891011>>