Home
last modified time | relevance | path

Searched refs:destroy (Results 1 – 25 of 336) sorted by relevance

12345678910>>...14

/linux-3.4.99/net/netfilter/
Dxt_set.c336 .destroy = set_match_v0_destroy,
346 .destroy = set_match_v1_destroy,
356 .destroy = set_match_v1_destroy,
369 .destroy = set_target_v0_destroy,
379 .destroy = set_target_v1_destroy,
389 .destroy = set_target_v1_destroy,
399 .destroy = set_target_v2_destroy,
409 .destroy = set_target_v2_destroy,
Dcore.c258 void (*destroy)(struct nf_conntrack *); in nf_conntrack_destroy() local
261 destroy = rcu_dereference(nf_ct_destroy); in nf_conntrack_destroy()
262 BUG_ON(destroy == NULL); in nf_conntrack_destroy()
263 destroy(nfct); in nf_conntrack_destroy()
Dxt_connmark.c130 .destroy = connmark_tg_destroy,
141 .destroy = connmark_mt_destroy,
Dnf_conntrack_extend.c39 if (t && t->destroy) in __nf_ct_ext_destroy()
40 t->destroy(ct); in __nf_ct_ext_destroy()
Dxt_conntrack.c295 .destroy = conntrack_mt_destroy,
305 .destroy = conntrack_mt_destroy,
315 .destroy = conntrack_mt_destroy,
/linux-3.4.99/net/ceph/
Dauth_none.c22 static void destroy(struct ceph_auth_client *ac) in destroy() function
111 .destroy = destroy,
/linux-3.4.99/drivers/gpu/drm/exynos/
Dexynos_drm_core.c82 encoder->funcs->destroy(encoder); in exynos_drm_subdrv_probe()
102 encoder->funcs->destroy(encoder); in exynos_drm_subdrv_remove()
108 connector->funcs->destroy(connector); in exynos_drm_subdrv_remove()
/linux-3.4.99/drivers/mtd/chips/
Dchipreg.c89 if (map->fldrv->destroy) in map_destroy()
90 map->fldrv->destroy(mtd); in map_destroy()
/linux-3.4.99/security/keys/
Dgc.c194 if (key->type->destroy) in key_gc_unused_key()
195 key->type->destroy(key); in key_gc_unused_key()
385 if (key_gc_dead_keytype->destroy) in key_garbage_collector()
386 key_gc_dead_keytype->destroy(key); in key_garbage_collector()
Duser_defined.c33 .destroy = user_destroy,
52 .destroy = user_destroy,
/linux-3.4.99/fs/notify/dnotify/
Ddnotify.c279 int destroy = 0, error = 0; in fcntl_dirnotify() local
362 destroy = 1; in fcntl_dirnotify()
370 destroy = 1; in fcntl_dirnotify()
387 if (destroy) in fcntl_dirnotify()
/linux-3.4.99/drivers/md/persistent-data/
Ddm-space-map.h17 void (*destroy)(struct dm_space_map *sm); member
68 sm->destroy(sm); in dm_sm_destroy()
/linux-3.4.99/drivers/gpu/drm/i915/
Dintel_dvo.c280 .destroy = intel_dvo_destroy,
294 if (intel_dvo->dev.dev_ops->destroy) in intel_dvo_enc_destroy()
295 intel_dvo->dev.dev_ops->destroy(&intel_dvo->dev); in intel_dvo_enc_destroy()
303 .destroy = intel_dvo_enc_destroy,
/linux-3.4.99/lib/
Dtextsearch.c312 if (conf->ops->destroy) in textsearch_destroy()
313 conf->ops->destroy(conf); in textsearch_destroy()
/linux-3.4.99/arch/sh/kernel/
Dperf_event.c160 event->destroy = hw_perf_event_destroy; in __hw_perf_event_init()
329 if (event->destroy) in sh_pmu_event_init()
330 event->destroy(event); in sh_pmu_event_init()
/linux-3.4.99/include/linux/netfilter_bridge/
Debtables.h212 void (*destroy)(const struct xt_match *match, void *matchinfo); member
229 void (*destroy)(const struct xt_target *target, void *targinfo); member
247 void (*destroy)(const struct xt_target *target, void *targinfo); member
/linux-3.4.99/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fence.c116 if (fence->destroy) in vmw_fence_obj_destroy_locked()
117 fence->destroy(fence); in vmw_fence_obj_destroy_locked()
213 void (*destroy) (struct vmw_fence_obj *fence)) in vmw_fence_obj_init()
225 fence->destroy = destroy; in vmw_fence_obj_init()
818 event->destroy(event); in vmw_event_fence_fpriv_gone()
1034 event->base.destroy = (void (*) (struct drm_pending_event *)) kfree; in vmw_event_fence_action_create()
1053 event->base.destroy(&event->base); in vmw_event_fence_action_create()
/linux-3.4.99/net/sched/
Dem_meta.c655 void (*destroy)(struct meta_value *); member
664 .destroy = meta_var_destroy,
738 if (ops && ops->destroy) { in meta_delete()
739 ops->destroy(&meta->lvalue); in meta_delete()
740 ops->destroy(&meta->rvalue); in meta_delete()
851 .destroy = em_meta_destroy,
/linux-3.4.99/include/drm/ttm/
Dttm_bo_api.h201 void (*destroy) (struct ttm_buffer_object *); member
506 void (*destroy) (struct ttm_buffer_object *));
/linux-3.4.99/sound/pci/ctxfi/
Dctatc.c85 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-3.4.99/fs/nfsd/
Dnfsd.h78 int destroy = (nfsd_serv->sv_nrthreads == 1); in nfsd_destroy() local
80 if (destroy) in nfsd_destroy()
83 if (destroy) in nfsd_destroy()
/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnouveau_sgdma.c83 .destroy = nouveau_sgdma_destroy
140 .destroy = nouveau_sgdma_destroy
283 .destroy = nouveau_sgdma_destroy
307 .destroy = nouveau_sgdma_destroy
Dnv84_vp.c77 pvp->base.destroy = nv84_vp_destroy; in nv84_vp_create()
Dnv98_crypt.c72 pcrypt->base.destroy = nv98_crypt_destroy; in nv98_crypt_create()
/linux-3.4.99/drivers/scsi/fcoe/
Dfcoe_transport.c69 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");
728 rc = ft->destroy ? ft->destroy(netdev) : -ENODEV; in fcoe_transport_destroy()

12345678910>>...14