Searched refs:destroy (Results 26 - 50 of 733) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/vkms/
H A Dvkms_output.c10 .destroy = drm_connector_cleanup,
17 .destroy = drm_encoder_cleanup,
/linux-master/net/netfilter/
H A Dxt_REDIRECT.c84 .destroy = redirect_tg_destroy,
98 .destroy = redirect_tg_destroy,
H A Dxt_state.c59 .destroy = state_mt_destroy,
H A Dxt_set.c528 .destroy = set_match_v0_destroy,
538 .destroy = set_match_v1_destroy,
548 .destroy = set_match_v1_destroy,
559 .destroy = set_match_v1_destroy,
569 .destroy = set_match_v1_destroy,
580 .destroy = set_match_v3_destroy,
590 .destroy = set_match_v3_destroy,
601 .destroy = set_match_v4_destroy,
611 .destroy = set_match_v4_destroy,
624 .destroy
[all...]
H A Dxt_SECMARK.c162 .destroy = secmark_tg_destroy,
172 .destroy = secmark_tg_destroy,
H A Dxt_bpf.c124 .destroy = bpf_mt_destroy,
135 .destroy = bpf_mt_destroy_v1,
/linux-master/crypto/asymmetric_keys/
H A Dpkcs7_key_type.c76 .destroy = user_destroy,
/linux-master/drivers/media/test-drivers/vidtv/
H A Dvidtv_encoder.h124 * @destroy: Destroy this encoder, freeing allocated resources.
160 void (*destroy)(struct vidtv_encoder *e); member in struct:vidtv_encoder
/linux-master/drivers/gpu/drm/i915/
H A Di915_scheduler_types.h167 * @destroy: destroy schedule engine / cleanup in backend
169 void (*destroy)(struct kref *kref); member in struct:i915_sched_engine
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dct_fs_dmfs.c73 .destroy = mlx5_ct_fs_dmfs_destroy,
/linux-master/fs/squashfs/
H A Ddecompressor_single.c88 .destroy = squashfs_decompressor_destroy,
/linux-master/drivers/md/
H A Ddm-path-selector.h57 void (*destroy)(struct path_selector *ps); member in struct:path_selector_type
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_mmu.h17 void (*destroy)(struct msm_mmu *mmu); member in struct:msm_mmu_funcs
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_resource_priv.h68 * @destroy: Destroy a hardware resource.
94 int (*destroy) (struct vmw_resource *res); member in struct:vmw_res_func
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_ttm.h39 return bo->destroy != i915_ttm_bo_destroy;
/linux-master/include/linux/
H A Dzpool.h64 * @destroy: destroy a pool.
82 void (*destroy)(void *pool); member in struct:zpool_driver
/linux-master/include/net/
H A Ddst_ops.h24 void (*destroy)(struct dst_entry *); member in struct:dst_ops
/linux-master/security/keys/
H A Dgc.c153 if (state == KEY_IS_POSITIVE && key->type->destroy)
154 key->type->destroy(key);
368 * destroy its payload with its semaphore held.
372 kdebug("destroy key %d", key->serial);
375 if (key_gc_dead_keytype->destroy)
376 key_gc_dead_keytype->destroy(key);
H A Duser_defined.c30 .destroy = user_destroy,
50 .destroy = user_destroy,
/linux-master/lib/
H A Dtextsearch.c29 * | | | init() find() destroy() |
35 * | (7)|----->| destroy() |----------------------+
52 * (8) Core notifies the algorithm to destroy algorithm specific
307 * textsearch_destroy - destroy a search configuration
316 if (conf->ops->destroy)
317 conf->ops->destroy(conf);
/linux-master/include/linux/ceph/
H A Dauth.h19 void (*destroy)(struct ceph_authorizer *); member in struct:ceph_authorizer
82 void (*destroy)(struct ceph_auth_client *ac); member in struct:ceph_auth_client_ops
/linux-master/drivers/gpu/drm/logicvc/
H A Dlogicvc_interface.c64 .destroy = drm_encoder_cleanup,
87 .destroy = drm_connector_cleanup,
/linux-master/drivers/md/persistent-data/
H A Ddm-space-map.h20 void (*destroy)(struct dm_space_map *sm); member in struct:dm_space_map
81 sm->destroy(sm);
/linux-master/security/selinux/ss/
H A Dhashtab.c142 int (*destroy)(void *k, void *d, void *args), void *args)
184 destroy(cur->key, cur->datum, args);
/linux-master/drivers/gpu/drm/amd/display/dc/gpio/
H A Dhw_gpio.h49 void (*destroy)( member in struct:hw_gpio_pin_funcs

Completed in 497 milliseconds

1234567891011>>