Searched refs:teardown (Results 1 – 15 of 15) sorted by relevance
/xen/tools/libxl/ |
A D | libxl_colo_qdisk.c | 208 .teardown = colo_qdisk_save_teardown, 229 .teardown = colo_qdisk_restore_teardown,
|
A D | libxl_colo_nic.c | 291 .teardown = colo_nic_save_teardown, 315 .teardown = colo_nic_restore_teardown,
|
A D | libxl_remus_disk_drbd.c | 229 .teardown = drbd_teardown,
|
A D | libxl_checkpoint_device.c | 200 dev->ops->teardown(egc,dev); in libxl__checkpoint_devices_teardown()
|
A D | libxl_netbuffer.c | 521 .teardown = nic_teardown,
|
A D | libxl_internal.h | 3290 void (*teardown)(libxl__egc *egc, libxl__checkpoint_device *dev); member
|
/xen/docs/designs/ |
A D | argo.pandoc | 69 3. Deadlock-free teardown of state across multiple domains on domain destroy 182 deadlock, for teardown of state across multiple domains when a domain is 204 * `argo_soft_reset`, for similar teardown operations as argo_destroy. 211 executing teardown, ensures that no teardown operations act concurrently and no 212 other Argo operations happen concurrently with a teardown. The teardown logic 257 * The domain that has been allowed to send, as part of teardown when the domain 418 The 'send hashtable' data structure is needed in order to perform the teardown 430 To perform the required state teardown on domain destruction, which can require 438 that teardown of any domain will not interfere with any Argo hypercall
|
/xen/tools/hotplug/Linux/ |
A D | remus-netbuf-setup | 225 teardown)
|
A D | colo-proxy-setup | 131 teardown)
|
/xen/xen/include/xen/ |
A D | iommu.h | 252 void (*teardown)(struct domain *d); member
|
/xen/xen/drivers/passthrough/ |
A D | iommu.c | 228 hd->platform_ops->teardown(d); in iommu_teardown()
|
/xen/xen/drivers/passthrough/amd/ |
A D | pci_amd_iommu.c | 625 .teardown = amd_iommu_domain_destroy,
|
/xen/xen/drivers/passthrough/arm/ |
A D | ipmmu-vmsa.c | 1303 .teardown = ipmmu_iommu_domain_teardown,
|
A D | smmu.c | 2739 .teardown = arm_smmu_iommu_domain_teardown,
|
/xen/xen/drivers/passthrough/vtd/ |
A D | iommu.c | 2748 .teardown = iommu_domain_teardown,
|
Completed in 65 milliseconds