Searched refs:async_destroy (Results 1 – 1 of 1) sorted by relevance
224 static int async_destroy = 1; variable225 module_param(async_destroy, int, 0444);226 MODULE_PARM_DESC(async_destroy, "Asynchronous destroy for protected guests");634 r = async_destroy && is_prot_virt_host(); in kvm_vm_ioctl_check_extension()2654 if (!kvm_s390_pv_is_protected(kvm) || !async_destroy) in kvm_s390_handle_pv()2672 if (!async_destroy) in kvm_s390_handle_pv()