/linux-4.1.27/net/netfilter/ |
D | xt_set.c | 557 .destroy = set_match_v0_destroy, 567 .destroy = set_match_v1_destroy, 577 .destroy = set_match_v1_destroy, 588 .destroy = set_match_v1_destroy, 598 .destroy = set_match_v1_destroy, 609 .destroy = set_match_v3_destroy, 619 .destroy = set_match_v3_destroy, 630 .destroy = set_match_v4_destroy, 640 .destroy = set_match_v4_destroy, 653 .destroy = set_target_v0_destroy, [all …]
|
D | core.c | 248 void (*destroy)(struct nf_conntrack *); in nf_conntrack_destroy() local 251 destroy = rcu_dereference(nf_ct_destroy); in nf_conntrack_destroy() 252 BUG_ON(destroy == NULL); in nf_conntrack_destroy() 253 destroy(nfct); in nf_conntrack_destroy()
|
D | xt_LOG.c | 79 .destroy = log_tg_destroy, 89 .destroy = log_tg_destroy,
|
D | xt_connmark.c | 129 .destroy = connmark_tg_destroy, 140 .destroy = connmark_mt_destroy,
|
D | xt_conntrack.c | 296 .destroy = conntrack_mt_destroy, 306 .destroy = conntrack_mt_destroy, 316 .destroy = conntrack_mt_destroy,
|
D | nf_conntrack_extend.c | 39 if (t && t->destroy) in __nf_ct_ext_destroy() 40 t->destroy(ct); in __nf_ct_ext_destroy()
|
D | xt_CT.c | 351 .destroy = xt_ct_tg_destroy_v0, 362 .destroy = xt_ct_tg_destroy_v1, 373 .destroy = xt_ct_tg_destroy_v1,
|
D | nft_compat.c | 259 if (par.target->destroy != NULL) in nft_target_destroy() 260 par.target->destroy(&par); in nft_target_destroy() 440 if (par.match->destroy != NULL) in nft_match_destroy() 441 par.match->destroy(&par); in nft_match_destroy() 670 nft_match->ops.destroy = nft_match_destroy; in nft_match_select_ops() 749 nft_target->ops.destroy = nft_target_destroy; in nft_target_select_ops()
|
D | xt_bpf.c | 58 .destroy = bpf_mt_destroy,
|
D | xt_state.c | 63 .destroy = state_mt_destroy,
|
D | xt_nfacct.c | 63 .destroy = nfacct_mt_destroy,
|
D | xt_quota.c | 74 .destroy = quota_mt_destroy,
|
D | xt_helper.c | 83 .destroy = helper_mt_destroy,
|
D | xt_TEE.c | 275 .destroy = tee_tg_destroy, 286 .destroy = tee_tg_destroy,
|
D | xt_string.c | 78 .destroy = string_mt_destroy,
|
D | xt_statistic.c | 85 .destroy = statistic_mt_destroy,
|
D | xt_CONNSECMARK.c | 126 .destroy = connsecmark_tg_destroy,
|
D | xt_connlabel.c | 84 .destroy = connlabel_mt_destroy,
|
D | xt_SECMARK.c | 130 .destroy = secmark_tg_destroy,
|
D | xt_recent.c | 708 .destroy = recent_mt_destroy, 718 .destroy = recent_mt_destroy, 728 .destroy = recent_mt_destroy, 738 .destroy = recent_mt_destroy,
|
D | nft_immediate.c | 110 .destroy = nft_immediate_destroy,
|
D | nft_ct.c | 406 .destroy = nft_ct_destroy, 415 .destroy = nft_ct_destroy,
|
D | xt_LED.c | 202 .destroy = led_tg_destroy,
|
D | xt_connbytes.c | 141 .destroy = connbytes_mt_destroy,
|
D | xt_rateest.c | 136 .destroy = xt_rateest_mt_destroy,
|
D | nft_lookup.c | 135 .destroy = nft_lookup_destroy,
|
D | nf_conntrack_helper.c | 275 if (helper && helper->destroy) in nf_ct_helper_destroy() 276 helper->destroy(ct); in nf_ct_helper_destroy()
|
D | xt_RATEEST.c | 167 .destroy = xt_rateest_tg_destroy,
|
D | xt_limit.c | 189 .destroy = limit_mt_destroy,
|
D | nft_log.c | 181 .destroy = nft_log_destroy,
|
/linux-4.1.27/net/ceph/ |
D | auth_none.c | 22 static void destroy(struct ceph_auth_client *ac) in destroy() function 111 .destroy = destroy,
|
D | auth.c | 68 ac->ops->destroy(ac); in ceph_auth_destroy() 223 ac->ops->destroy(ac); in ceph_handle_auth_reply()
|
/linux-4.1.27/include/linux/netfilter_bridge/ |
D | ebtables.h | 33 void (*destroy)(const struct xt_match *match, void *matchinfo); member 50 void (*destroy)(const struct xt_target *target, void *targinfo); member 68 void (*destroy)(const struct xt_target *target, void *targinfo); member
|
/linux-4.1.27/drivers/block/zram/ |
D | zcomp.h | 37 void (*destroy)(void *private); member 50 void (*destroy)(struct zcomp *comp); member
|
D | zcomp.c | 68 comp->backend->destroy(zstrm->private); in zcomp_strm_free() 197 comp->destroy = zcomp_strm_multi_destroy; in zcomp_strm_multi_create() 252 comp->destroy = zcomp_strm_single_destroy; in zcomp_strm_single_create() 319 comp->destroy(comp); in zcomp_destroy()
|
D | zcomp_lz4.c | 64 .destroy = zcomp_lz4_destroy,
|
D | zcomp_lzo.c | 64 .destroy = lzo_destroy,
|
/linux-4.1.27/security/keys/ |
D | gc.c | 140 key->type->destroy) in key_gc_unused_keys() 141 key->type->destroy(key); in key_gc_unused_keys() 355 if (key_gc_dead_keytype->destroy) in key_garbage_collector() 356 key_gc_dead_keytype->destroy(key); in key_garbage_collector()
|
D | user_defined.c | 34 .destroy = user_destroy, 54 .destroy = user_destroy,
|
D | big_key.c | 40 .destroy = big_key_destroy,
|
D | request_key_auth.c | 43 .destroy = request_key_auth_destroy,
|
/linux-4.1.27/net/vmw_vsock/ |
D | vmci_transport.c | 1160 goto destroy; in vmci_transport_recv_connecting_server() 1168 goto destroy; in vmci_transport_recv_connecting_server() 1189 goto destroy; in vmci_transport_recv_connecting_server() 1218 goto destroy; in vmci_transport_recv_connecting_server() 1252 goto destroy; in vmci_transport_recv_connecting_server() 1269 destroy: in vmci_transport_recv_connecting_server() 1301 goto destroy; in vmci_transport_recv_connecting_client() 1329 goto destroy; in vmci_transport_recv_connecting_client() 1335 goto destroy; in vmci_transport_recv_connecting_client() 1343 goto destroy; in vmci_transport_recv_connecting_client() [all …]
|
/linux-4.1.27/drivers/mtd/chips/ |
D | chipreg.c | 89 if (map->fldrv->destroy) in map_destroy() 90 map->fldrv->destroy(mtd); in map_destroy()
|
D | map_absent.c | 39 .destroy = map_absent_destroy,
|
/linux-4.1.27/drivers/gpu/drm/imx/ |
D | parallel-display.c | 150 .destroy = imx_drm_connector_destroy, 159 .destroy = imx_drm_encoder_destroy, 260 imxpd->encoder.funcs->destroy(&imxpd->encoder); in imx_pd_unbind() 261 imxpd->connector.funcs->destroy(&imxpd->connector); in imx_pd_unbind()
|
D | imx-tve.c | 367 .destroy = imx_drm_connector_destroy, 377 .destroy = imx_drm_encoder_destroy, 697 tve->connector.funcs->destroy(&tve->connector); in imx_tve_unbind() 698 tve->encoder.funcs->destroy(&tve->encoder); in imx_tve_unbind()
|
D | imx-ldb.c | 365 .destroy = imx_drm_connector_destroy, 374 .destroy = imx_drm_encoder_destroy, 653 channel->connector.funcs->destroy(&channel->connector); in imx_ldb_unbind() 654 channel->encoder.funcs->destroy(&channel->encoder); in imx_ldb_unbind()
|
D | dw_hdmi-imx.c | 138 .destroy = drm_encoder_cleanup,
|
/linux-4.1.27/tools/testing/selftests/ipc/ |
D | msgque.c | 61 goto destroy; in restore_queue() 69 goto destroy; in restore_queue() 74 destroy: in restore_queue()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_sgdma.c | 57 .destroy = nouveau_sgdma_destroy 88 .destroy = nouveau_sgdma_destroy
|
/linux-4.1.27/fs/jbd2/ |
D | checkpoint.c | 425 static int journal_clean_one_cp_list(struct journal_head *jh, bool destroy) in journal_clean_one_cp_list() argument 439 if (!destroy) in journal_clean_one_cp_list() 469 void __jbd2_journal_clean_checkpoint_list(journal_t *journal, bool destroy) in __jbd2_journal_clean_checkpoint_list() argument 484 destroy); in __jbd2_journal_clean_checkpoint_list() 500 t_checkpoint_io_list, destroy); in __jbd2_journal_clean_checkpoint_list()
|
/linux-4.1.27/drivers/gpu/drm/armada/ |
D | armada_slave.c | 37 slave->slave_funcs->destroy(enc); in armada_drm_slave_destroy() 46 .destroy = armada_drm_slave_destroy,
|
D | armada_output.c | 71 .destroy = armada_drm_connector_destroy, 152 dconn->conn.encoder->funcs->destroy(dconn->conn.encoder); in armada_output_create()
|
D | armada_fbdev.c | 117 dfb->fb.funcs->destroy(&dfb->fb); in armada_fb_create() 206 fbh->fb->funcs->destroy(fbh->fb); in armada_fbdev_fini()
|
D | armada_fb.c | 33 .destroy = armada_fb_destroy,
|
/linux-4.1.27/lib/ |
D | textsearch.c | 314 if (conf->ops->destroy) in textsearch_destroy() 315 conf->ops->destroy(conf); in textsearch_destroy()
|
/linux-4.1.27/drivers/md/persistent-data/ |
D | dm-space-map.h | 19 void (*destroy)(struct dm_space_map *sm); member 79 sm->destroy(sm); in dm_sm_destroy()
|
/linux-4.1.27/arch/sh/kernel/ |
D | perf_event.c | 152 event->destroy = hw_perf_event_destroy; in __hw_perf_event_init() 321 if (event->destroy) in sh_pmu_event_init() 322 event->destroy(event); in sh_pmu_event_init()
|
/linux-4.1.27/drivers/gpu/drm/bochs/ |
D | bochs_kms.c | 132 .destroy = drm_crtc_cleanup, 189 .destroy = drm_encoder_cleanup, 258 .destroy = drm_connector_cleanup,
|
D | bochs_mm.c | 85 if (bo->destroy == &bochs_bo_ttm_destroy) in bochs_ttm_bo_is_bochs_bo() 184 .destroy = &bochs_ttm_backend_destroy, 490 .destroy = bochs_user_framebuffer_destroy,
|
/linux-4.1.27/drivers/gpu/drm/rcar-du/ |
D | rcar_du_encoder.c | 119 .destroy = drm_encoder_cleanup, 204 encoder->funcs->destroy(encoder); in rcar_du_encoder_init()
|
D | rcar_du_vgacon.c | 51 .destroy = rcar_du_vga_connector_destroy,
|
D | rcar_du_lvdscon.c | 82 .destroy = rcar_du_lvds_connector_destroy,
|
D | rcar_du_hdmicon.c | 82 .destroy = rcar_du_hdmi_connector_destroy,
|
D | rcar_du_hdmienc.c | 119 .destroy = rcar_du_hdmienc_cleanup,
|
/linux-4.1.27/drivers/gpu/drm/tegra/ |
D | fb.c | 90 .destroy = tegra_fb_destroy, 254 goto destroy; in tegra_fbdev_probe() 269 goto destroy; in tegra_fbdev_probe() 281 destroy: in tegra_fbdev_probe()
|
D | rgb.c | 101 .destroy = tegra_output_connector_destroy, 125 .destroy = tegra_output_encoder_destroy,
|
/linux-4.1.27/crypto/asymmetric_keys/ |
D | asymmetric_type.c | 310 subtype->destroy(prep->payload[0]); in asymmetric_key_free_preparse() 330 subtype->destroy(key->payload.data); in asymmetric_key_destroy() 350 .destroy = asymmetric_key_destroy,
|
D | pkcs7_key_type.c | 79 .destroy = user_destroy,
|
D | public_key.c | 126 .destroy = public_key_destroy,
|
/linux-4.1.27/include/keys/ |
D | asymmetric-subtype.h | 35 void (*destroy)(void *payload); member
|
/linux-4.1.27/include/drm/ttm/ |
D | ttm_bo_api.h | 203 void (*destroy) (struct ttm_buffer_object *); member 492 void (*destroy) (struct ttm_buffer_object *));
|
/linux-4.1.27/fs/notify/dnotify/ |
D | dnotify.c | 261 int destroy = 0, error = 0; in fcntl_dirnotify() local 345 destroy = 1; in fcntl_dirnotify() 364 if (destroy) in fcntl_dirnotify()
|
/linux-4.1.27/sound/pci/ctxfi/ |
D | ctatc.c | 85 int (*destroy)(void *alsa_dev); member 89 .destroy = NULL, 92 .destroy = NULL, 95 .destroy = NULL, 98 .destroy = NULL, 101 .destroy = NULL, 105 .destroy = NULL, 114 int (*destroy)(void *mgr); member 117 .destroy = (destroy_t)src_mgr_destroy }, 119 .destroy = (destroy_t)srcimp_mgr_destroy }, [all …]
|
/linux-4.1.27/drivers/gpu/drm/tilcdc/ |
D | tilcdc_slave.c | 64 get_slave_funcs(encoder)->destroy(encoder); in slave_encoder_destroy() 101 .destroy = slave_encoder_destroy, 218 .destroy = slave_connector_destroy,
|
D | tilcdc_tfp410.c | 110 .destroy = tfp410_encoder_destroy, 221 .destroy = tfp410_connector_destroy,
|
D | tilcdc_panel.c | 101 .destroy = panel_encoder_destroy, 216 .destroy = panel_connector_destroy,
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | intel_dvo.c | 392 .destroy = intel_dvo_destroy, 409 if (intel_dvo->dev.dev_ops->destroy) in intel_dvo_enc_destroy() 410 intel_dvo->dev.dev_ops->destroy(&intel_dvo->dev); in intel_dvo_enc_destroy() 418 .destroy = intel_dvo_enc_destroy,
|
D | dvo.h | 123 void (*destroy) (struct intel_dvo_device *dvo); member
|
D | dvo_sil164.c | 278 .destroy = sil164_destroy,
|
D | intel_dp_mst.c | 333 .destroy = intel_dp_mst_connector_destroy, 379 .destroy = intel_dp_mst_encoder_destroy,
|
D | dvo_tfp410.c | 317 .destroy = tfp410_destroy,
|
/linux-4.1.27/drivers/scsi/fcoe/ |
D | fcoe_transport.c | 69 module_param_call(destroy, fcoe_transport_destroy, NULL, NULL, S_IWUSR); 70 __MODULE_PARM_TYPE(destroy, "string"); 71 MODULE_PARM_DESC(destroy, " Destroys fcoe instance on a ethernet interface"); 818 rc = ft->destroy(netdev); in fcoe_ctlr_destroy_store() 932 rc = ft->destroy ? ft->destroy(netdev) : -ENODEV; in fcoe_transport_destroy()
|
/linux-4.1.27/net/sched/ |
D | em_meta.c | 746 void (*destroy)(struct meta_value *); member 755 .destroy = meta_var_destroy, 829 if (ops && ops->destroy) { in meta_delete() 830 ops->destroy(&meta->lvalue); in meta_delete() 831 ops->destroy(&meta->rvalue); in meta_delete() 945 .destroy = em_meta_destroy,
|
D | sch_ingress.c | 136 .destroy = ingress_destroy,
|
D | act_ipt.c | 66 if (par.target->destroy != NULL) in ipt_destroy_target() 67 par.target->destroy(&par); in ipt_destroy_target()
|
D | em_ipset.c | 112 .destroy = em_ipset_destroy,
|
D | ematch.c | 410 if (em->ops->destroy) in tcf_em_tree_destroy() 411 em->ops->destroy(em); in tcf_em_tree_destroy()
|
D | em_canid.c | 212 .destroy = em_canid_destroy,
|
D | em_text.c | 136 .destroy = em_text_destroy,
|
D | cls_cgroup.c | 213 .destroy = cls_cgroup_destroy,
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_fence.c | 124 fence->destroy(fence); in vmw_fence_obj_destroy() 325 void (*destroy) (struct vmw_fence_obj *fence)) in vmw_fence_obj_init() 333 fence->destroy = destroy; in vmw_fence_obj_init() 841 event->destroy(event); in vmw_event_fence_fpriv_gone() 1058 event->base.destroy = (void (*) (struct drm_pending_event *)) kfree; in vmw_event_fence_action_create() 1079 event->base.destroy(&event->base); in vmw_event_fence_action_create()
|
D | vmwgfx_resource_priv.h | 68 int (*destroy) (struct vmw_resource *res); member
|
D | vmwgfx_ldu.c | 303 .destroy = vmw_ldu_crtc_destroy, 318 .destroy = vmw_ldu_encoder_destroy, 337 .destroy = vmw_ldu_connector_destroy,
|
D | vmwgfx_resource.c | 67 .destroy = NULL, 543 if (unlikely(bo->destroy != vmw_user_dmabuf_destroy)) in vmw_user_dmabuf_verify_access() 773 if (dma_buf->base.destroy != vmw_user_dmabuf_destroy) in vmw_user_dmabuf_reference() 1158 func->destroy(res); in vmw_resource_do_validate() 1342 ret = func->destroy(res); in vmw_resource_do_evict() 1483 if (bo->destroy != vmw_dmabuf_bo_free && in vmw_resource_move_notify() 1484 bo->destroy != vmw_user_dmabuf_destroy) in vmw_resource_move_notify()
|
D | vmwgfx_scrn.c | 399 .destroy = vmw_sou_crtc_destroy, 414 .destroy = vmw_sou_encoder_destroy, 433 .destroy = vmw_sou_connector_destroy,
|
D | vmwgfx_fence.h | 59 void (*destroy)(struct vmw_fence_obj *fence); member
|
D | vmwgfx_context.c | 79 .destroy = NULL, 91 .destroy = vmw_gb_context_destroy, 116 if (res->func->destroy == vmw_gb_context_destroy) { in vmw_hw_context_destroy()
|
/linux-4.1.27/tools/testing/ktest/examples/ |
D | kvm.conf | 81 POWER_CYCLE = virsh destroy ${MACHINE}; sleep 5; virsh start ${MACHINE}
|
/linux-4.1.27/drivers/gpu/drm/msm/ |
D | msm_mmu.h | 30 void (*destroy)(struct msm_mmu *mmu); member
|
D | msm_kms.h | 56 void (*destroy)(struct msm_kms *kms); member
|
D | msm_gpu.h | 56 void (*destroy)(struct msm_gpu *gpu); member
|
D | msm_iommu.c | 124 .destroy = msm_iommu_destroy,
|
/linux-4.1.27/drivers/gpu/drm/udl/ |
D | udl_encoder.c | 65 .destroy = udl_enc_destroy,
|
D | udl_connector.c | 135 .destroy = udl_connector_destroy,
|
/linux-4.1.27/drivers/gpu/drm/gma500/ |
D | cdv_intel_crt.c | 230 .destroy = cdv_intel_crt_destroy, 247 .destroy = cdv_intel_crt_enc_destroy,
|
D | mdfld_tpo_vid.c | 116 .destroy = drm_encoder_cleanup,
|
D | mdfld_tmd_vid.c | 191 .destroy = drm_encoder_cleanup,
|
/linux-4.1.27/drivers/gpu/drm/atmel-hlcdc/ |
D | atmel_hlcdc_output.c | 159 .destroy = atmel_hlcdc_rgb_encoder_destroy, 218 .destroy = atmel_hlcdc_panel_connector_destroy,
|
D | atmel_hlcdc_crtc.c | 292 event->base.destroy(&event->base); in atmel_hlcdc_crtc_cancel_page_flip() 322 .destroy = atmel_hlcdc_crtc_destroy,
|
/linux-4.1.27/drivers/md/ |
D | dm-path-selector.h | 41 void (*destroy) (struct path_selector *ps); member
|
D | dm-cache-policy.h | 111 void (*destroy)(struct dm_cache_policy *p); member
|
D | dm-cache-policy.c | 140 p->destroy(p); in dm_cache_policy_destroy()
|
D | dm-round-robin.c | 186 .destroy = rr_destroy,
|
D | dm-queue-length.c | 226 .destroy = ql_destroy,
|
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/ |
D | tvnv04.c | 178 get_slave_funcs(encoder)->destroy(encoder); in nv04_tv_destroy() 186 .destroy = nv04_tv_destroy,
|
D | disp.c | 98 connector->funcs->destroy(connector); in nv04_display_create()
|
D | overlay.c | 256 .destroy = nv_destroy_plane, 449 .destroy = nv_destroy_plane,
|
/linux-4.1.27/include/net/ |
D | dst_ops.h | 22 void (*destroy)(struct dst_entry *); member
|
D | pkt_cls.h | 237 void (*destroy)(struct tcf_ematch *); member
|
/linux-4.1.27/include/linux/ |
D | zpool.h | 85 void (*destroy)(void *pool); member
|
D | textsearch.h | 44 void (*destroy)(struct ts_config *); member
|
D | key-type.h | 128 void (*destroy)(struct key *key); member
|
D | nfs_fs_sb.h | 205 void (*destroy)(struct nfs_server *); member
|
D | btree-type.h | 24 static inline void BTREE_FN(destroy)(BTREE_TYPE_HEAD *head) in BTREE_FN() argument
|
/linux-4.1.27/samples/uhid/ |
D | uhid-example.c | 193 static void destroy(int fd) in destroy() function 462 destroy(fd); in main()
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_fops.c | 293 v->base.destroy(&v->base); in drm_events_release() 299 e->destroy(e); in drm_events_release() 528 e->destroy(e); in drm_read()
|
/linux-4.1.27/drivers/gpu/drm/ttm/ |
D | ttm_bo.c | 156 if (bo->destroy) in ttm_bo_release_list() 157 bo->destroy(bo); in ttm_bo_release_list() 1086 void (*destroy) (struct ttm_buffer_object *)) in ttm_bo_init() 1096 if (destroy) in ttm_bo_init() 1097 (*destroy)(bo); in ttm_bo_init() 1106 if (destroy) in ttm_bo_init() 1107 (*destroy)(bo); in ttm_bo_init() 1113 bo->destroy = destroy; in ttm_bo_init()
|
D | ttm_agp_backend.c | 110 .destroy = ttm_agp_destroy,
|
/linux-4.1.27/include/linux/netfilter/ |
D | x_tables.h | 123 void (*destroy)(const struct xt_mtdtor_param *); member 163 void (*destroy)(const struct xt_tgdtor_param *); member
|
/linux-4.1.27/drivers/gpu/drm/cirrus/ |
D | cirrus_mode.c | 370 .destroy = cirrus_crtc_destroy, 476 .destroy = cirrus_encoder_destroy, 545 .destroy = cirrus_connector_destroy,
|
D | cirrus_ttm.c | 107 if (bo->destroy == &cirrus_bo_ttm_destroy) in cirrus_ttm_bo_is_cirrus_bo() 207 .destroy = &cirrus_ttm_backend_destroy,
|
/linux-4.1.27/arch/s390/kernel/ |
D | perf_cpum_cf.c | 396 event->destroy = hw_perf_event_destroy; in __hw_perf_event_init() 420 if (unlikely(err) && event->destroy) in cpumf_pmu_event_init() 421 event->destroy(event); in cpumf_pmu_event_init()
|
/linux-4.1.27/net/sunrpc/ |
D | auth_null.c | 110 .destroy = nul_destroy,
|
D | auth_unix.c | 224 .destroy = unx_destroy,
|
/linux-4.1.27/include/net/netfilter/ |
D | nf_conntrack_helper.h | 45 void (*destroy)(struct nf_conn *ct); member
|
D | nf_conntrack_extend.h | 105 void (*destroy)(struct nf_conn *ct); member
|
D | nf_conntrack_l4proto.h | 52 void (*destroy)(struct nf_conn *ct); member
|
/linux-4.1.27/drivers/gpu/drm/shmobile/ |
D | shmob_drm_crtc.c | 455 event->base.destroy(&event->base); in shmob_drm_crtc_cancel_page_flip() 508 .destroy = drm_crtc_cleanup, 603 .destroy = shmob_drm_encoder_destroy, 710 .destroy = shmob_drm_connector_destroy,
|
/linux-4.1.27/include/drm/ |
D | drm_encoder_slave.h | 52 void (*destroy)(struct drm_encoder *encoder); member
|
D | drm_crtc.h | 161 void (*destroy)(struct drm_framebuffer *framebuffer); member 353 void (*destroy)(struct drm_crtc *crtc); member 538 void (*destroy)(struct drm_connector *connector); member 564 void (*destroy)(struct drm_encoder *encoder); member 798 void (*destroy)(struct drm_plane *plane); member
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/ |
D | gmac.h | 97 void (*destroy)(struct cmac *); member
|
D | cphy.h | 69 void (*destroy)(struct cphy *); member
|
D | mv88x201x.c | 199 .destroy = mv88x201x_destroy,
|
D | my3126.c | 158 .destroy = my3126_destroy,
|
/linux-4.1.27/net/ipv4/ |
D | udplite.c | 47 .destroy = udp_destroy_sock,
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | ip6t_ipv6header.c | 138 .destroy = NULL,
|
/linux-4.1.27/drivers/gpu/drm/msm/hdmi/ |
D | hdmi.h | 119 void (*destroy)(struct hdmi_phy *phy); member
|
D | hdmi_phy_8x74.c | 119 .destroy = hdmi_phy_8x74_destroy,
|
D | hdmi_phy_8x60.c | 184 .destroy = hdmi_phy_8x60_destroy,
|
D | hdmi.c | 64 phy->funcs->destroy(phy); in hdmi_destroy() 277 hdmi->connector->funcs->destroy(hdmi->connector); in hdmi_modeset_init()
|
/linux-4.1.27/drivers/input/ |
D | ff-core.c | 372 if (ff->destroy) in input_ff_destroy() 373 ff->destroy(ff); in input_ff_destroy()
|
/linux-4.1.27/include/linux/netfilter/ipset/ |
D | ip_set.h | 85 void (*destroy)(void *ext); member 169 void (*destroy)(struct ip_set *set); member 258 ip_set_extensions[IPSET_EXT_ID_COMMENT].destroy( in ip_set_ext_destroy()
|
/linux-4.1.27/fs/nfsd/ |
D | nfssvc.c | 450 int destroy = (nn->nfsd_serv->sv_nrthreads == 1); in nfsd_destroy() local 452 if (destroy) in nfsd_destroy() 455 if (destroy) in nfsd_destroy()
|
/linux-4.1.27/net/ipv6/ |
D | udplite.c | 43 .destroy = udpv6_destroy_sock,
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | exynos_drm_core.c | 54 encoder->funcs->destroy(encoder); in exynos_drm_create_enc_conn()
|
D | exynos_drm_crtc.c | 237 .destroy = exynos_drm_crtc_destroy, 278 plane->funcs->destroy(plane); in exynos_drm_crtc_create()
|
D | exynos_drm_encoder.c | 128 .destroy = exynos_drm_encoder_destroy,
|
D | exynos_drm_vidi.c | 390 .destroy = vidi_connector_destroy, 492 ctx->crtc->base.funcs->destroy(&ctx->crtc->base); in vidi_bind()
|
D | exynos_drm_fb.c | 118 .destroy = exynos_drm_fb_destroy,
|
D | exynos_drm_plane.c | 188 .destroy = drm_plane_cleanup,
|
/linux-4.1.27/net/core/ |
D | dst.c | 247 if (dst->ops->destroy) in dst_destroy() 248 dst->ops->destroy(dst); in dst_destroy()
|
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/ |
D | mdp5_kms.c | 120 mmu->funcs->destroy(mmu); in mdp5_destroy() 148 .destroy = mdp5_destroy, 537 mmu->funcs->destroy(mmu); in mdp5_kms_init()
|
/linux-4.1.27/include/linux/sunrpc/ |
D | rpc_pipe_fs.h | 24 void (*destroy)(struct dentry *dir, member
|
D | auth.h | 116 void (*destroy)(struct rpc_auth *); member
|
/linux-4.1.27/include/linux/ceph/ |
D | auth.h | 73 void (*destroy)(struct ceph_auth_client *ac); member
|
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp4/ |
D | mdp4_lvds_connector.c | 100 .destroy = mdp4_lvds_connector_destroy,
|
/linux-4.1.27/drivers/gpu/drm/msm/edp/ |
D | edp_connector.c | 107 .destroy = edp_connector_destroy,
|
D | edp.c | 203 edp->connector->funcs->destroy(edp->connector); in msm_edp_modeset_init()
|
/linux-4.1.27/drivers/gpu/drm/omapdrm/ |
D | omap_encoder.c | 64 .destroy = omap_encoder_destroy,
|
/linux-4.1.27/net/openvswitch/ |
D | vport.h | 169 void (*destroy)(struct vport *); member
|
D | vport-netdev.c | 233 .destroy = netdev_destroy,
|
D | vport-internal_dev.c | 251 .destroy = internal_dev_destroy,
|
/linux-4.1.27/drivers/gpu/drm/mgag200/ |
D | mgag200_ttm.c | 107 if (bo->destroy == &mgag200_bo_ttm_destroy) in mgag200_ttm_bo_is_mgag200_bo() 207 .destroy = &mgag200_ttm_backend_destroy,
|
/linux-4.1.27/drivers/gpu/drm/ast/ |
D | ast_ttm.c | 107 if (bo->destroy == &ast_bo_ttm_destroy) in ast_ttm_bo_is_ast_bo() 207 .destroy = &ast_ttm_backend_destroy,
|
/linux-4.1.27/fs/nfs/ |
D | client.c | 667 server->destroy = nfs_destroy_server; in nfs_start_lockd() 1028 if (server->destroy != NULL) in nfs_free_server() 1029 server->destroy(server); in nfs_free_server() 1139 server->destroy = source->destroy; in nfs_clone_server()
|
D | nfs4idmap.c | 182 .destroy = user_destroy, 405 .destroy = user_destroy, 439 .destroy = nfs_idmap_pipe_destroy,
|
/linux-4.1.27/drivers/scsi/ |
D | storvsc_drv.c | 366 bool destroy; member 519 if (stor_device && stor_device->destroy) in get_out_stor_device() 549 if (stor_device->destroy && in get_in_stor_device() 1319 stor_device->destroy = true; in storvsc_dev_remove() 1810 stor_device->destroy = false; in storvsc_probe()
|
/linux-4.1.27/arch/tile/kernel/ |
D | perf_event.c | 829 event->destroy = tile_event_destroy; in __tile_event_init() 860 if (event->destroy) in tile_event_init() 861 event->destroy(event); in tile_event_init()
|
/linux-4.1.27/net/rds/ |
D | ib_cm.c | 465 int err = 1, destroy = 1; in rds_ib_cm_handle_connect() local 525 destroy = 0; in rds_ib_cm_handle_connect() 547 return destroy; in rds_ib_cm_handle_connect()
|
D | iw_cm.c | 387 int err, destroy = 1; in rds_iw_cm_handle_connect() local 449 destroy = 0; in rds_iw_cm_handle_connect() 472 return destroy; in rds_iw_cm_handle_connect()
|
/linux-4.1.27/Documentation/networking/ |
D | vxlan.txt | 37 It is possible to create, destroy and display the vxlan
|
/linux-4.1.27/drivers/net/hyperv/ |
D | netvsc.c | 54 net_device->destroy = false; in alloc_net_device() 78 if (net_device && net_device->destroy) in get_outbound_net_device() 93 if (net_device->destroy && in get_inbound_net_device() 653 if (net_device->destroy && num_outstanding_sends == 0) in netvsc_send_completion()
|
/linux-4.1.27/Documentation/crypto/ |
D | asymmetric-keys.txt | 24 associated with the key and provides operations to describe and destroy it. 184 void (*destroy)(void *payload); 203 (2) destroy(). 294 subtype's ->destroy() method to be disposed of. A module reference for
|
/linux-4.1.27/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_fb.c | 70 .destroy = rockchip_drm_fb_destroy,
|
D | dw_hdmi-rockchip.c | 177 .destroy = drm_encoder_cleanup,
|
/linux-4.1.27/drivers/firmware/efi/ |
D | Kconfig | 11 write, create, and destroy EFI variables through this interface.
|
/linux-4.1.27/fs/cifs/ |
D | cifs_spnego.c | 68 .destroy = cifs_spnego_key_destroy,
|
/linux-4.1.27/drivers/infiniband/ulp/iser/ |
D | iser_verbs.c | 620 bool destroy) in iser_free_ib_conn_res() argument 634 if (destroy) { in iser_free_ib_conn_res() 856 bool destroy) in iser_cleanup_handler() argument 866 iser_free_ib_conn_res(iser_conn, destroy); in iser_cleanup_handler()
|
/linux-4.1.27/mm/ |
D | zpool.c | 210 zpool->driver->destroy(zpool->pool); in zpool_destroy_pool()
|
/linux-4.1.27/drivers/gpu/drm/msm/dsi/ |
D | dsi.c | 205 msm_dsi->connector->funcs->destroy(msm_dsi->connector); in msm_dsi_modeset_init()
|
/linux-4.1.27/drivers/gpu/drm/qxl/ |
D | qxl_display.c | 456 .destroy = qxl_crtc_destroy, 512 .destroy = qxl_user_framebuffer_destroy, 937 .destroy = qxl_conn_destroy, 946 .destroy = qxl_enc_destroy,
|
/linux-4.1.27/net/dns_resolver/ |
D | dns_key.c | 257 .destroy = user_destroy,
|
/linux-4.1.27/virt/kvm/ |
D | vfio.c | 255 .destroy = kvm_vfio_destroy,
|
/linux-4.1.27/include/scsi/ |
D | libfcoe.h | 315 int (*destroy) (struct net_device *device); member
|
/linux-4.1.27/drivers/gpu/drm/sti/ |
D | sti_drm_plane.c | 142 .destroy = sti_drm_plane_destroy,
|
/linux-4.1.27/drivers/s390/char/ |
D | raw3270.h | 201 void (*destroy)(int minor); member
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_connectors.c | 981 .destroy = radeon_connector_destroy, 1108 .destroy = radeon_connector_destroy, 1185 .destroy = radeon_connector_destroy, 1497 .destroy = radeon_connector_destroy, 1810 .destroy = radeon_connector_destroy, 1819 .destroy = radeon_connector_destroy, 1828 .destroy = radeon_connector_destroy,
|
/linux-4.1.27/arch/x86/kernel/ |
D | kgdb.c | 683 if (pevent[0]->destroy != NULL) { in kgdb_arch_late() 684 pevent[0]->destroy = NULL; in kgdb_arch_late()
|
/linux-4.1.27/Documentation/ |
D | phy.txt | 111 When the driver that created the PHY is unloaded, it should destroy the PHY it 117 Both these APIs destroy the PHY and devm_phy_destroy destroys the devres
|