Home
last modified time | relevance | path

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

12345678910>>...33

/linux-6.15/drivers/iommu/iommufd/
H A Dmain.c26 void (*destroy)(struct iommufd_object *obj); member
305 struct iommu_destroy destroy; member
501 .destroy = iommufd_device_destroy,
504 .destroy = iommufd_fault_destroy,
507 .destroy = iommufd_hwpt_paging_destroy,
511 .destroy = iommufd_hwpt_nested_destroy,
515 .destroy = iommufd_ioas_destroy,
518 .destroy = iommufd_vdevice_destroy,
521 .destroy = iommufd_veventq_destroy,
525 .destroy = iommufd_viommu_destroy,
[all …]
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_iter_setsockopt_unix.c81 goto destroy; in test_bpf_iter_setsockopt_unix()
85 goto destroy; in test_bpf_iter_setsockopt_unix()
89 goto destroy; in test_bpf_iter_setsockopt_unix()
95 goto destroy; in test_bpf_iter_setsockopt_unix()
98 destroy: in test_bpf_iter_setsockopt_unix()
H A Dtc_change_tail.c27 goto destroy; in test_tc_change_tail()
32 goto destroy; in test_tc_change_tail()
60 destroy: in test_tc_change_tail()
H A Dcgroup1_hierarchy.c83 goto destroy; in test_cgroup1_hierarchy()
87 goto destroy; in test_cgroup1_hierarchy()
92 goto destroy; in test_cgroup1_hierarchy()
161 destroy: in test_cgroup1_hierarchy()
H A Dkmem_cache_iter.c100 goto destroy; in test_kmem_cache_iter()
104 goto destroy; in test_kmem_cache_iter()
124 destroy: in test_kmem_cache_iter()
/linux-6.15/include/net/bluetooth/
H A Dhci_sync.h36 hci_cmd_sync_work_destroy_t destroy; member
71 void *data, hci_cmd_sync_work_destroy_t destroy);
73 void *data, hci_cmd_sync_work_destroy_t destroy);
75 void *data, hci_cmd_sync_work_destroy_t destroy);
77 void *data, hci_cmd_sync_work_destroy_t destroy);
79 void *data, hci_cmd_sync_work_destroy_t destroy);
82 void *data, hci_cmd_sync_work_destroy_t destroy);
86 void *data, hci_cmd_sync_work_destroy_t destroy);
89 hci_cmd_sync_work_destroy_t destroy);
/linux-6.15/kernel/bpf/
H A Dkmem_cache_iter.c40 bool destroy = false; in bpf_iter_kmem_cache_next() local
68 destroy = true; in bpf_iter_kmem_cache_next()
73 if (destroy) in bpf_iter_kmem_cache_next()
84 bool destroy = false; in bpf_iter_kmem_cache_destroy() local
95 destroy = true; in bpf_iter_kmem_cache_destroy()
99 if (destroy) in bpf_iter_kmem_cache_destroy()
/linux-6.15/include/linux/
H A Dptr_ring.h513 void (*destroy)(void *)) in ptr_ring_unconsume()
554 destroy(batch[--n]); in ptr_ring_unconsume()
561 void (*destroy)(void *)) in __ptr_ring_swap_queue()
570 else if (destroy) in __ptr_ring_swap_queue()
571 destroy(ptr); in __ptr_ring_swap_queue()
592 void (*destroy)(void *)) in ptr_ring_resize_noprof()
604 old = __ptr_ring_swap_queue(r, queue, size, gfp, destroy); in ptr_ring_resize_noprof()
624 void (*destroy)(void *)) in ptr_ring_resize_multiple_bh_noprof()
643 size, gfp, destroy); in ptr_ring_resize_multiple_bh_noprof()
671 if (destroy) in ptr_ring_cleanup()
[all …]
/linux-6.15/net/netfilter/
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 = set_target_v0_destroy,
[all …]
H A Dxt_nat.c155 .destroy = xt_nat_destroy,
168 .destroy = xt_nat_destroy,
181 .destroy = xt_nat_destroy,
193 .destroy = xt_nat_destroy,
205 .destroy = xt_nat_destroy,
217 .destroy = xt_nat_destroy,
H A Dxt_socket.c244 .destroy = socket_mt_destroy,
259 .destroy = socket_mt_destroy,
271 .destroy = socket_mt_destroy,
284 .destroy = socket_mt_destroy,
297 .destroy = socket_mt_destroy,
310 .destroy = socket_mt_destroy,
H A Dxt_connmark.c158 .destroy = connmark_tg_destroy,
168 .destroy = connmark_tg_destroy,
179 .destroy = connmark_tg_destroy,
189 .destroy = connmark_tg_destroy,
202 .destroy = connmark_mt_destroy,
H A Dxt_SECMARK.c162 .destroy = secmark_tg_destroy,
172 .destroy = secmark_tg_destroy,
184 .destroy = secmark_tg_destroy,
194 .destroy = secmark_tg_destroy,
H A Dxt_CT.c343 .destroy = xt_ct_tg_destroy_v0,
355 .destroy = xt_ct_tg_destroy_v1,
367 .destroy = xt_ct_tg_destroy_v1,
387 .destroy = xt_ct_tg_destroy_v0,
399 .destroy = xt_ct_tg_destroy_v1,
411 .destroy = xt_ct_tg_destroy_v1,
H A Dxt_TRACE.c40 .destroy = trace_tg_destroy,
51 .destroy = trace_tg_destroy,
H A Dxt_nfacct.c64 .destroy = nfacct_mt_destroy,
75 .destroy = nfacct_mt_destroy,
/linux-6.15/net/ceph/
H A Dauth_none.c22 static void destroy(struct ceph_auth_client *ac) in destroy() function
104 au->base.destroy = ceph_auth_none_destroy_authorizer; in ceph_auth_none_create_authorizer()
123 .destroy = destroy,
/linux-6.15/drivers/gpu/drm/loongson/
H A Dlsdc_output_7a1000.c96 .destroy = drm_connector_cleanup,
133 .destroy = drm_encoder_cleanup,
137 .destroy = drm_encoder_cleanup,
/linux-6.15/tools/testing/selftests/drivers/net/team/
H A Ddev_addr_lists.sh19 destroy() function
33 destroy
/linux-6.15/include/linux/netfilter_bridge/
H A Debtables.h30 void (*destroy)(const struct xt_match *match, void *matchinfo); member
47 void (*destroy)(const struct xt_target *target, void *targinfo); member
65 void (*destroy)(const struct xt_target *target, void *targinfo); member
/linux-6.15/net/vmw_vsock/
H A Dvmci_transport.c1160 goto destroy; in vmci_transport_recv_connecting_server()
1181 goto destroy; in vmci_transport_recv_connecting_server()
1210 goto destroy; in vmci_transport_recv_connecting_server()
1244 goto destroy; in vmci_transport_recv_connecting_server()
1261 destroy: in vmci_transport_recv_connecting_server()
1361 goto destroy; in vmci_transport_recv_connecting_client()
1366 destroy: in vmci_transport_recv_connecting_client()
1404 goto destroy; in vmci_transport_recv_connecting_client_negotiate()
1433 goto destroy; in vmci_transport_recv_connecting_client_negotiate()
1447 goto destroy; in vmci_transport_recv_connecting_client_negotiate()
[all …]
/linux-6.15/security/keys/
H A Dgc.c153 if (state == KEY_IS_POSITIVE && key->type->destroy) in key_gc_unused_keys()
154 key->type->destroy(key); in key_gc_unused_keys()
369 if (key_gc_dead_keytype->destroy) in key_garbage_collector()
370 key_gc_dead_keytype->destroy(key); in key_garbage_collector()
/linux-6.15/drivers/gpu/drm/mgag200/
H A Dmgag200_vga.c11 .destroy = drm_encoder_cleanup
22 .destroy = drm_connector_cleanup,
/linux-6.15/tools/testing/selftests/drivers/net/bonding/
H A Ddev_addr_lists.sh22 destroy() function
36 destroy
/linux-6.15/drivers/mtd/chips/
H A Dchipreg.c87 if (map->fldrv->destroy) in map_destroy()
88 map->fldrv->destroy(mtd); in map_destroy()

12345678910>>...33