/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_streamoutput.c | 72 .destroy = NULL, /* Command buffer managed resource. */
|
/kernel/linux/linux-6.6/drivers/md/persistent-data/ |
H A D | dm-space-map-disk.c | 201 .destroy = sm_disk_destroy,
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-ps-service-time.c | 330 .destroy = st_destroy,
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | bpf_counter_cgroup.c | 283 evsel__delete(cgrp_switch); // it'll destroy on_switch progs too in bperf_cgrp__destroy() 294 .destroy = bperf_cgrp__destroy,
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nft_set_bitmap.c | 306 .destroy = nft_bitmap_destroy,
|
H A D | nft_immediate.c | 342 .destroy = nft_immediate_destroy,
|
H A D | nft_tproxy.c | 333 .destroy = nft_tproxy_destroy,
|
H A D | nft_log.c | 292 .destroy = nft_log_destroy,
|
H A D | nft_lookup.c | 252 .destroy = nft_lookup_destroy,
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_skbprio.c | 292 .destroy = skbprio_destroy,
|
H A D | sch_mq.c | 270 .destroy = mq_destroy,
|
/kernel/linux/linux-6.6/security/keys/trusted-keys/ |
H A D | trusted_core.c | 317 .destroy = trusted_destroy,
|
/kernel/linux/linux-6.6/net/dns_resolver/ |
H A D | dns_key.c | 330 .destroy = user_destroy,
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | crypto.c | 350 .destroy = ceph_key_destroy,
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | xfrm6_policy.c | 154 .destroy = xfrm6_dst_destroy,
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | xfrm4_policy.c | 132 .destroy = xfrm4_dst_destroy,
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/ |
H A D | nav_bar_test_ng.cpp | 1395 bool destroy = true; in HWTEST_F() local 1396 innerNavigationController->PopInPIP(destroy); in HWTEST_F() 1416 bool destroy = true; in HWTEST_F() local 1417 innerNavigationController->PopInPIP(destroy); in HWTEST_F() 1437 bool destroy = false; in HWTEST_F() local 1438 innerNavigationController->PopInPIP(destroy); in HWTEST_F()
|
/kernel/linux/linux-5.10/net/bridge/netfilter/ |
H A D | ebtables.c | 592 if (par.match->destroy != NULL) in ebt_cleanup_match() 593 par.match->destroy(&par); in ebt_cleanup_match() 610 if (par.target->destroy != NULL) in ebt_cleanup_watcher() 611 par.target->destroy(&par); in ebt_cleanup_watcher() 635 if (par.target->destroy != NULL) in ebt_cleanup_entry() 636 par.target->destroy(&par); in ebt_cleanup_entry()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | disp.c | 552 .destroy = nv50_dac_destroy, 1078 .destroy = nv50_msto_destroy, 1223 .destroy = nv50_mstc_destroy, 1706 .destroy = nv50_sor_destroy, 1886 .destroy = nv50_pior_destroy, 2728 connector->funcs->destroy(connector); in nv50_display_create()
|
/kernel/linux/linux-6.6/net/bridge/netfilter/ |
H A D | ebtables.c | 631 if (par.match->destroy != NULL) in ebt_cleanup_match() 632 par.match->destroy(&par); in ebt_cleanup_match() 649 if (par.target->destroy != NULL) in ebt_cleanup_watcher() 650 par.target->destroy(&par); in ebt_cleanup_watcher() 674 if (par.target->destroy != NULL) in ebt_cleanup_entry() 675 par.target->destroy(&par); in ebt_cleanup_entry()
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
H A D | cdn-dp-core.c | 229 .destroy = cdn_dp_connector_destroy, 1029 encoder->funcs->destroy(encoder); in cdn_dp_unbind() 1030 connector->funcs->destroy(connector); in cdn_dp_unbind()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/ps3/ |
H A D | mm.c | 70 * @destroy: flag if region should be destroyed upon shutdown 77 int destroy; member 290 r->destroy = 1; in ps3_mm_region_create() 300 * ps3_mm_region_destroy - destroy a memory region 308 if (!r->destroy) { in ps3_mm_region_destroy()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/ps3/ |
H A D | mm.c | 69 * @destroy: flag if region should be destroyed upon shutdown 76 int destroy; member 291 r->destroy = 1; in ps3_mm_region_create() 301 * ps3_mm_region_destroy - destroy a memory region 309 if (!r->destroy) { in ps3_mm_region_destroy()
|
/kernel/linux/linux-5.10/net/rds/ |
H A D | ib_cm.c | 831 int destroy = 1; in rds_ib_cm_handle_connect() local 938 destroy = 0; in rds_ib_cm_handle_connect() 960 return destroy; in rds_ib_cm_handle_connect() 992 /* Beware - returning non-zero tells the rdma_cm to destroy in rds_ib_cm_initiate_connect() 1124 /* first destroy the ib state that generates callbacks */ in rds_ib_conn_path_shutdown()
|
/kernel/linux/linux-5.10/net/vmw_vsock/ |
H A D | virtio_transport_common.c | 888 goto destroy; in virtio_transport_recv_connecting() 892 goto destroy; in virtio_transport_recv_connecting() 896 destroy: in virtio_transport_recv_connecting()
|