Searched refs:destroy (Results 51 - 75 of 733) sorted by relevance

1234567891011>>

/linux-master/net/sunrpc/
H A Dauth_null.c109 .destroy = nul_destroy,
/linux-master/drivers/mtd/chips/
H A Dmap_absent.c40 .destroy = map_absent_destroy,
/linux-master/net/netfilter/
H A Dxt_quota.c75 .destroy = quota_mt_destroy,
H A Dxt_helper.c80 .destroy = helper_mt_destroy,
H A Dxt_connlabel.c87 .destroy = connlabel_mt_destroy,
H A Dxt_string.c76 .destroy = string_mt_destroy,
H A Dxt_CONNSECMARK.c122 .destroy = connsecmark_tg_destroy,
H A Dxt_NFLOG.c72 .destroy = nflog_tg_destroy,
H A Dxt_statistic.c82 .destroy = statistic_mt_destroy,
/linux-master/drivers/gpu/drm/amd/display/dc/gpio/
H A Dhw_generic.c84 .destroy = dal_hw_generic_destroy,
H A Dhw_hpd.c105 .destroy = dal_hw_hpd_destroy,
/linux-master/include/linux/
H A Dtextsearch.h34 * @destroy: destroy algorithm specific parts of a search configuration
45 void (*destroy)(struct ts_config *); member in struct:ts_ops
H A Dinet_diag.h30 int (*destroy)(struct sk_buff *in_skb, member in struct:inet_diag_handler
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fence.h63 void (*destroy)(struct vmw_fence_obj *fence); member in struct:vmw_fence_obj
H A Dvmwgfx_va.c90 .destroy = NULL,
/linux-master/drivers/gpu/drm/amd/display/dc/virtual/
H A Dvirtual_link_encoder.c110 .destroy = virtual_link_encoder_destroy
/linux-master/drivers/gpu/drm/i915/
H A Di915_scheduler.h65 kref_put(&sched_engine->ref, sched_engine->destroy);
/linux-master/drivers/gpu/drm/xen/
H A Dxen_drm_front_conn.c96 .destroy = drm_connector_cleanup,
/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Dgmac.h88 void (*destroy)(struct cmac *); member in struct:cmac_ops
/linux-master/drivers/gpu/drm/msm/disp/mdp4/
H A Dmdp4_lvds_connector.c82 .destroy = mdp4_lvds_connector_destroy,
/linux-master/drivers/gpu/drm/rockchip/
H A Drockchip_drm_fb.c22 .destroy = drm_gem_fb_destroy,
/linux-master/drivers/md/
H A Ddm-cache-policy.h44 void (*destroy)(struct dm_cache_policy *p); member in struct:dm_cache_policy
/linux-master/fs/squashfs/
H A Ddecompressor_multi_percpu.c107 .destroy = squashfs_decompressor_destroy,
H A Dsquashfs.h44 void (*destroy)(struct squashfs_sb_info *msblk); member in struct:squashfs_decompressor_thread_ops
/linux-master/fs/notify/dnotify/
H A Ddnotify.c87 * destroy the dnotify struct if it was not registered to receive multiple
268 int destroy = 0, error = 0; local
363 destroy = 1;
383 if (destroy)
386 if (destroy)

Completed in 198 milliseconds

1234567891011>>