Searched refs:destroy (Results 176 - 200 of 733) sorted by relevance

1234567891011>>

/linux-master/drivers/nvme/common/
H A Dkeyring.c67 .destroy = user_destroy,
/linux-master/net/sched/
H A Dem_text.c134 .destroy = em_text_destroy,
H A Dem_canid.c209 .destroy = em_canid_destroy,
H A Dematch.c206 * a destroy function is called by the underlying layer
209 * here. Be aware, the destroy function assumes that the
392 * tcf_em_tree_destroy - destroy an ematch tree
411 if (em->ops->destroy)
412 em->ops->destroy(em);
H A Dsch_ingress.c165 .destroy = ingress_destroy,
340 .destroy = clsact_destroy,
/linux-master/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_panel_cntl.c145 .destroy = dcn31_panel_cntl_destroy,
/linux-master/drivers/gpu/drm/amd/display/dc/dcn301/
H A Ddcn301_panel_cntl.c196 .destroy = dcn301_panel_cntl_destroy,
/linux-master/drivers/md/
H A Ddm-ps-round-robin.c211 .destroy = rr_destroy,
/linux-master/drivers/gpu/drm/ttm/tests/
H A Dttm_kunit_helpers.c68 bo->destroy = dummy_ttm_bo_destroy;
/linux-master/drivers/gpu/drm/tegra/
H A Dfb.c100 .destroy = drm_gem_fb_destroy,
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_writeback.c86 .destroy = drm_connector_cleanup,
/linux-master/drivers/gpu/drm/i915/
H A Di915_perf_types.h157 * @destroy: Cleanup any stream specific resources.
161 void (*destroy)(struct i915_perf_stream *stream); member in struct:i915_perf_stream_ops
/linux-master/drivers/gpu/drm/xe/
H A Dxe_vm_types.h76 /** @destroy: link to contested list when VM is being closed. */
77 struct list_head destroy; member in union:xe_vma::__anon101
81 /** @destroy_cb: callback to destroy VMA when unbind job is done */
83 /** @destroy_work: worker to destroy this BO */
181 * @destroy_work: worker to destroy VM, needed as a dma_fence signaling
182 * from an irq context can be last put and the destroy needs to be able
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_wb.c173 .destroy = drm_connector_cleanup,
/linux-master/samples/uhid/
H A Duhid-example.c194 static void destroy(int fd) function
463 destroy(fd);
/linux-master/include/linux/netfilter/
H A Dx_tables.h160 void (*destroy)(const struct xt_mtdtor_param *); member in struct:xt_match
201 void (*destroy)(const struct xt_tgdtor_param *); member in struct:xt_target
/linux-master/drivers/input/
H A Dff-core.c368 if (ff->destroy)
369 ff->destroy(ff);
/linux-master/net/netfilter/
H A Dnft_connlimit.c167 .destroy = nft_connlimit_obj_destroy,
256 .destroy = nft_connlimit_destroy,
/linux-master/net/ipv4/
H A Dudp_diag.c247 .destroy = udp_diag_destroy,
271 .destroy = udplite_diag_destroy,
/linux-master/net/core/
H A Ddst.c115 if (dst->ops->destroy)
116 dst->ops->destroy(dst);
H A Dsock_diag.c252 else if (nlh->nlmsg_type == SOCK_DESTROY && hndl->destroy)
253 err = hndl->destroy(skb, nlh);
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_kms.c197 mmu->funcs->destroy(mmu);
228 kms->funcs->destroy(kms);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_object.c49 * to create/destroy/set buffer object which are then managed by the kernel TTM
101 * Uses destroy function associated with the object to determine if this is
109 if (bo->destroy == &amdgpu_bo_destroy ||
110 bo->destroy == &amdgpu_bo_user_destroy ||
111 bo->destroy == &amdgpu_bo_vm_destroy)
612 if (!bp->destroy)
613 bp->destroy = &amdgpu_bo_destroy;
617 bp->resv, bp->destroy);
679 bp->destroy = &amdgpu_bo_user_destroy;
733 vmbo->shadow->tbo.destroy
[all...]
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_context.c82 .destroy = NULL,
97 .destroy = vmw_gb_context_destroy,
112 .destroy = vmw_dx_context_destroy,
151 if (res->func->destroy == vmw_gb_context_destroy ||
152 res->func->destroy == vmw_dx_context_destroy) {
157 (void) res->func->destroy(res);
/linux-master/drivers/scsi/fcoe/
H A Dfcoe_transport.c58 module_param_call(destroy, fcoe_transport_destroy, NULL, NULL, S_IWUSR);
59 __MODULE_PARM_TYPE(destroy, "string");
60 MODULE_PARM_DESC(destroy, " Destroys fcoe instance on an ethernet interface");
831 /* pass to transport destroy */
832 rc = ft->destroy(netdev);
837 LIBFCOE_TRANSPORT_DBG("transport %s %s to destroy fcoe on %s.\n",
920 * registered fcoe transport's destroy function.
946 /* pass to transport destroy */
947 rc = ft->destroy ? ft->destroy(netde
[all...]

Completed in 210 milliseconds

1234567891011>>