Searched refs:kref (Results 251 - 275 of 855) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lag/
H A Dlag.h64 struct kref ref;
/linux-master/drivers/infiniband/core/
H A Dcache.c86 struct kref kref; member in struct:ib_gid_table_entry
215 static void schedule_free_gid(struct kref *kref) argument
218 container_of(kref, struct ib_gid_table_entry, kref);
264 static void free_gid_entry(struct kref *kref) argument
267 container_of(kref, struct ib_gid_table_entry, kref);
[all...]
H A Dib_core_uverbs.c179 static void rdma_user_mmap_entry_free(struct kref *kref) argument
182 container_of(kref, struct rdma_user_mmap_entry, ref);
H A Duverbs.h40 #include <linux/kref.h>
137 struct kref ref;
231 void ib_uverbs_release_file(struct kref *ref);
/linux-master/drivers/infiniband/hw/hfi1/
H A Dmmu_rb.c22 static void release_immediate(struct kref *refcount);
188 static void release_immediate(struct kref *refcount)
197 static void release_nolock(struct kref *refcount)
213 void hfi1_mmu_rb_release(struct kref *refcount)
/linux-master/drivers/accel/habanalabs/common/
H A Dcontext.c30 void hl_encaps_release_handle_and_put_ctx(struct kref *ref)
38 static void hl_encaps_release_handle_and_put_sob(struct kref *ref)
46 void hl_encaps_release_handle_and_put_sob_ctx(struct kref *ref)
131 void hl_ctx_do_release(struct kref *ref)
/linux-master/security/apparmor/include/
H A Dpolicy_ns.h14 #include <linux/kref.h>
H A Dlib.h112 struct kref count;
121 void aa_str_kref(struct kref *kref);
/linux-master/drivers/gpu/drm/i915/
H A Di915_gpu_error.h11 #include <linux/kref.h>
195 struct kref ref;
329 void __i915_gpu_coredump_free(struct kref *kref);
/linux-master/drivers/infiniband/sw/siw/
H A Dsiw_mem.h26 void siw_free_mem(struct kref *ref);
/linux-master/drivers/tty/hvc/
H A Dhvc_console.h16 #include <linux/kref.h>
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_fence.h31 struct kref fence_ref;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Ddevcom.c22 struct kref ref;
31 struct kref ref;
94 mlx5_devcom_dev_release(struct kref *ref)
132 mlx5_devcom_comp_release(struct kref *ref)
/linux-master/drivers/gpu/drm/xe/
H A Dxe_sync.c24 struct kref refcount;
33 static void user_fence_destroy(struct kref *kref) argument
35 struct xe_user_fence *ufence = container_of(kref, struct xe_user_fence,
/linux-master/drivers/mmc/host/
H A Dvub300.c40 #include <linux/kref.h>
299 struct kref kref; member in struct:vub300_mmc_host
355 #define kref_to_vub300_mmc_host(d) container_of(d, struct vub300_mmc_host, kref)
369 static void vub300_delete(struct kref *kref) argument
370 { /* kref callback - softirq */
371 struct vub300_mmc_host *vub300 = kref_to_vub300_mmc_host(kref);
387 kref_get(&vub300->kref);
399 * kref count
[all...]
/linux-master/lib/
H A Dcpu_rmap.c64 * @ref: kref to struct cpu_rmap
66 static void cpu_rmap_release(struct kref *ref)
276 * @ref: kref to struct irq_affinity_notify passed by irq/manage.c
278 static void irq_cpu_rmap_release(struct kref *ref)
281 container_of(ref, struct irq_glue, notify.kref);
/linux-master/include/linux/sunrpc/
H A Dcache.h14 #include <linux/kref.h>
56 struct kref ref;
77 void (*cache_put)(struct kref *);
/linux-master/drivers/s390/crypto/
H A Dzcrypt_queue.c142 static void zcrypt_queue_release(struct kref *kref) argument
145 container_of(kref, struct zcrypt_queue, refcount);
H A Dzcrypt_card.c157 static void zcrypt_card_release(struct kref *kref) argument
160 container_of(kref, struct zcrypt_card, refcount);
/linux-master/net/sunrpc/
H A Dsvcauth.c194 static void auth_domain_release(struct kref *kref)
197 struct auth_domain *dom = container_of(kref, struct auth_domain, ref);
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_active.c7 #include <linux/kref.h>
20 struct kref ref;
35 static void __live_release(struct kref *ref)
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dgtt.h38 #include <linux/kref.h>
153 struct kref ref;
190 void _intel_vgpu_mm_release(struct kref *mm_ref);
/linux-master/drivers/accel/qaic/
H A Dqaic.h11 #include <linux/kref.h>
49 struct kref ref_count;
260 struct kref ref_count;
/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_pool.c170 static void rxe_elem_release(struct kref *kref) argument
172 struct rxe_pool_elem *elem = container_of(kref, typeof(*elem), ref_cnt);
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_svm.h44 struct kref kref; member in struct:svm_range_bo
157 kref_get(&svm_bo->kref);

Completed in 434 milliseconds

<<11121314151617181920>>