/linux/drivers/iommu/iommufd/ |
H A D | main.c | 26 void (*destroy)(struct iommufd_object *obj); member 77 iommufd_object_ops[obj->type].destroy(obj); in iommufd_object_abort_and_destroy() 185 iommufd_object_ops[obj->type].destroy(obj); in iommufd_object_remove() 257 iommufd_object_ops[obj->type].destroy(obj); in iommufd_fops_release() 296 struct iommu_destroy destroy; member 488 .destroy = iommufd_access_destroy_object, 491 .destroy = iommufd_device_destroy, 494 .destroy = iommufd_ioas_destroy, 497 .destroy = iommufd_hwpt_paging_destroy, 501 .destroy = iommufd_hwpt_nested_destroy, [all …]
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | bpf_iter_setsockopt_unix.c | 81 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 D | cgroup1_hierarchy.c | 83 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 D | tc_change_tail.c | 27 goto destroy; in test_tc_change_tail() 32 goto destroy; in test_tc_change_tail() 60 destroy: in test_tc_change_tail()
|
/linux/include/net/bluetooth/ |
H A D | hci_sync.h | 36 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/net/netfilter/ |
H A D | xt_set.c | 528 .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 D | xt_socket.c | 244 .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 D | xt_nat.c | 155 .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 D | xt_connmark.c | 158 .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 D | xt_SECMARK.c | 162 .destroy = secmark_tg_destroy, 172 .destroy = secmark_tg_destroy, 184 .destroy = secmark_tg_destroy, 194 .destroy = secmark_tg_destroy,
|
H A D | xt_CT.c | 343 .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 D | xt_TRACE.c | 40 .destroy = trace_tg_destroy, 51 .destroy = trace_tg_destroy,
|
H A D | xt_nfacct.c | 64 .destroy = nfacct_mt_destroy, 75 .destroy = nfacct_mt_destroy,
|
H A D | xt_REDIRECT.c | 84 .destroy = redirect_tg_destroy, 98 .destroy = redirect_tg_destroy,
|
/linux/net/ceph/ |
H A D | auth_none.c | 22 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/drivers/gpu/drm/loongson/ |
H A D | lsdc_output_7a1000.c | 96 .destroy = drm_connector_cleanup, 133 .destroy = drm_encoder_cleanup, 137 .destroy = drm_encoder_cleanup,
|
/linux/include/linux/netfilter_bridge/ |
H A D | ebtables.h | 30 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/net/vmw_vsock/ |
H A D | vmci_transport.c | 1152 goto destroy; in vmci_transport_recv_connecting_server() 1160 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() 1293 goto destroy; in vmci_transport_recv_connecting_client() 1320 goto destroy; in vmci_transport_recv_connecting_client() 1326 goto destroy; in vmci_transport_recv_connecting_client() 1334 goto destroy; in vmci_transport_recv_connecting_client() [all …]
|
/linux/tools/testing/selftests/drivers/net/team/ |
H A D | dev_addr_lists.sh | 19 destroy() function 33 destroy
|
/linux/security/keys/ |
H A D | gc.c | 153 if (state == KEY_IS_POSITIVE && key->type->destroy) in key_gc_unused_keys() 154 key->type->destroy(key); in key_gc_unused_keys() 367 if (key_gc_dead_keytype->destroy) in key_garbage_collector() 368 key_gc_dead_keytype->destroy(key); in key_garbage_collector()
|
/linux/drivers/gpu/drm/mgag200/ |
H A D | mgag200_vga.c | 11 .destroy = drm_encoder_cleanup 22 .destroy = drm_connector_cleanup,
|
/linux/drivers/mtd/chips/ |
H A D | chipreg.c | 87 if (map->fldrv->destroy) in map_destroy() 88 map->fldrv->destroy(mtd); in map_destroy()
|
/linux/tools/testing/selftests/drivers/net/bonding/ |
H A D | dev_addr_lists.sh | 22 destroy() function 36 destroy
|
/linux/fs/notify/dnotify/ |
H A D | dnotify.c | 267 int destroy = 0, error = 0; in fcntl_dirnotify() local 364 destroy = 1; in fcntl_dirnotify() 384 if (destroy) in fcntl_dirnotify() 387 if (destroy) in fcntl_dirnotify()
|
/linux/tools/testing/selftests/ipc/ |
H A D | msgque.c | 63 goto destroy; in restore_queue() 71 goto destroy; in restore_queue() 76 destroy: in restore_queue()
|