Searched refs:destroy (Results 201 - 225 of 733) sorted by relevance

1234567891011>>

/linux-master/net/sched/
H A Dem_meta.c793 void (*destroy)(struct meta_value *); member in struct:meta_type_ops
802 .destroy = meta_var_destroy,
876 if (ops && ops->destroy) {
877 ops->destroy(&meta->lvalue);
878 ops->destroy(&meta->rvalue);
993 .destroy = em_meta_destroy,
/linux-master/drivers/gpu/drm/ttm/
H A Dttm_bo.c350 /* The BO is not idle, resurrect it for delayed destroy */
388 bo->destroy(bo);
953 * @destroy: Destroy function. Use NULL for kfree().
957 * together with the @destroy function, enables driver-specific objects
966 * If a failure occurs, the function will call the @destroy function. Thus,
979 void (*destroy) (struct ttm_buffer_object *))
987 bo->destroy = destroy;
1048 * @destroy: Destroy function. Use NULL for kfree().
1052 * together with the @destroy functio
[all...]
/linux-master/net/netfilter/
H A Dnft_ct.c734 .destroy = nft_ct_get_destroy,
763 .destroy = nft_ct_get_destroy,
774 .destroy = nft_ct_set_destroy,
785 .destroy = nft_ct_set_destroy,
1038 .destroy = nft_ct_timeout_obj_destroy,
1220 .destroy = nft_ct_helper_obj_destroy,
1372 .destroy = nft_ct_expect_obj_destroy,
H A Dxt_hashlimit.c989 .destroy = hashlimit_mt_destroy_v1,
1000 .destroy = hashlimit_mt_destroy_v2,
1011 .destroy = hashlimit_mt_destroy,
1023 .destroy = hashlimit_mt_destroy_v1,
1034 .destroy = hashlimit_mt_destroy_v2,
1045 .destroy = hashlimit_mt_destroy,
H A Dxt_IDLETIMER.c408 pr_debug("destroy targinfo %s\n", info->label);
433 pr_debug("destroy targinfo %s\n", info->label);
467 .destroy = idletimer_tg_destroy,
478 .destroy = idletimer_tg_destroy_v1,
H A Dnf_conntrack_helper.c262 if (helper && helper->destroy)
263 helper->destroy(ct);
H A Dnft_nat.c321 .destroy = nft_nat_destroy,
352 .destroy = nft_nat_destroy,
H A Dnft_synproxy.c291 .destroy = nft_synproxy_destroy,
352 .destroy = nft_synproxy_obj_destroy,
/linux-master/drivers/gpu/drm/ast/
H A Dast_mode.c714 .destroy = drm_plane_cleanup,
957 .destroy = drm_plane_cleanup,
1315 .destroy = drm_crtc_cleanup,
1388 .destroy = drm_connector_cleanup,
1494 .destroy = drm_connector_cleanup,
1604 .destroy = drm_connector_cleanup,
1714 .destroy = drm_connector_cleanup,
1767 .destroy = drm_encoder_cleanup,
1807 .destroy = drm_connector_cleanup,
/linux-master/drivers/gpu/drm/vboxvideo/
H A Dvbox_mode.c251 .destroy = vbox_crtc_destroy,
480 .destroy = drm_plane_helper_destroy,
499 .destroy = drm_plane_helper_destroy,
616 .destroy = vbox_encoder_destroy,
797 .destroy = vbox_connector_destroy,
/linux-master/drivers/gpu/drm/rockchip/
H A Drk3066_hdmi.c526 .destroy = rk3066_hdmi_connector_destroy,
818 hdmi->connector.funcs->destroy(&hdmi->connector);
819 hdmi->encoder.encoder.funcs->destroy(&hdmi->encoder.encoder);
833 hdmi->connector.funcs->destroy(&hdmi->connector);
834 hdmi->encoder.encoder.funcs->destroy(&hdmi->encoder.encoder);
H A Dinno_hdmi.c694 .destroy = inno_hdmi_connector_destroy,
1008 hdmi->connector.funcs->destroy(&hdmi->connector);
1009 hdmi->encoder.encoder.funcs->destroy(&hdmi->encoder.encoder);
1024 hdmi->connector.funcs->destroy(&hdmi->connector);
1025 hdmi->encoder.encoder.funcs->destroy(&hdmi->encoder.encoder);
H A Danalogix_dp-rockchip.c357 dp->encoder.encoder.funcs->destroy(&dp->encoder.encoder);
367 dp->encoder.encoder.funcs->destroy(&dp->encoder.encoder);
/linux-master/net/ceph/
H A Dauth.c85 ac->ops->destroy(ac);
242 ac->ops->destroy(ac);
343 a->destroy(a);
/linux-master/tools/perf/util/
H A Dbpf_counter.c300 .destroy = bpf_program_profiler__destroy,
762 .destroy = bperf__destroy,
819 evsel->bpf_counter_ops->destroy(evsel);
/linux-master/drivers/gpu/drm/
H A Ddrm_crtc.c326 * The &drm_crtc_funcs.destroy hook should call drm_crtc_cleanup() and kfree()
350 WARN_ON(!funcs->destroy);
380 drm_WARN_ON(dev, funcs && funcs->destroy);
415 * The @drm_crtc_funcs.destroy hook must be NULL.
455 if (WARN_ON(!funcs || funcs->destroy))
H A Ddrm_mode_config.c497 encoder->funcs->destroy(encoder);
525 plane->funcs->destroy(plane);
529 crtc->funcs->destroy(crtc);
H A Ddrm_gem_framebuffer_helper.c94 * itself. Drivers can use this as their &drm_framebuffer_funcs->destroy
256 .destroy = drm_gem_fb_destroy,
292 .destroy = drm_gem_fb_destroy,
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vkms.c124 .destroy = drm_crtc_cleanup,
202 .destroy = drm_connector_cleanup,
260 .destroy = drm_plane_cleanup,
/linux-master/fs/jbd2/
H A Dcheckpoint.c475 * If 'destroy' is set, release all buffers unconditionally.
479 void __jbd2_journal_clean_checkpoint_list(journal_t *journal, bool destroy) argument
489 type = destroy ? SHRINK_DESTROY : SHRINK_BUSY_STOP;
/linux-master/drivers/gpu/drm/xlnx/
H A Dzynqmp_kms.c137 .destroy = drm_plane_cleanup,
302 .destroy = drm_crtc_cleanup,
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_iommu.c201 .destroy = msm_iommu_pagetable_destroy,
400 .destroy = msm_iommu_destroy,
/linux-master/net/bluetooth/
H A Dhci_sync.c311 if (entry->destroy)
312 entry->destroy(hdev, entry->data, err);
577 if (entry->destroy)
578 entry->destroy(hdev, entry->data, err);
636 void *data, hci_cmd_sync_work_destroy_t destroy)
654 entry->destroy = destroy;
673 void *data, hci_cmd_sync_work_destroy_t destroy)
681 return hci_cmd_sync_submit(hdev, func, data, destroy);
687 void *data, hci_cmd_sync_work_destroy_t destroy)
635 hci_cmd_sync_submit(struct hci_dev *hdev, hci_cmd_sync_work_func_t func, void *data, hci_cmd_sync_work_destroy_t destroy) argument
672 hci_cmd_sync_queue(struct hci_dev *hdev, hci_cmd_sync_work_func_t func, void *data, hci_cmd_sync_work_destroy_t destroy) argument
686 _hci_cmd_sync_lookup_entry(struct hci_dev *hdev, hci_cmd_sync_work_func_t func, void *data, hci_cmd_sync_work_destroy_t destroy) argument
712 hci_cmd_sync_queue_once(struct hci_dev *hdev, hci_cmd_sync_work_func_t func, void *data, hci_cmd_sync_work_destroy_t destroy) argument
728 hci_cmd_sync_lookup_entry(struct hci_dev *hdev, hci_cmd_sync_work_func_t func, void *data, hci_cmd_sync_work_destroy_t destroy) argument
755 hci_cmd_sync_dequeue_once(struct hci_dev *hdev, hci_cmd_sync_work_func_t func, void *data, hci_cmd_sync_work_destroy_t destroy) argument
776 hci_cmd_sync_dequeue(struct hci_dev *hdev, hci_cmd_sync_work_func_t func, void *data, hci_cmd_sync_work_destroy_t destroy) argument
[all...]
/linux-master/drivers/gpu/drm/imx/dcss/
H A Ddcss-crtc.c46 .destroy = drm_crtc_cleanup,
/linux-master/include/net/netfilter/
H A Dnf_conntrack_l4proto.h35 struct nf_conn *ct, bool destroy);

Completed in 222 milliseconds

1234567891011>>