Searched refs:async_destroy (Results 1 – 1 of 1) sorted by relevance
216 static int async_destroy = 1; variable217 module_param(async_destroy, int, 0444);218 MODULE_PARM_DESC(async_destroy, "Asynchronous destroy for protected guests");626 r = async_destroy && is_prot_virt_host(); in kvm_vm_ioctl_check_extension()2648 if (!kvm_s390_pv_is_protected(kvm) || !async_destroy) in kvm_s390_handle_pv()2666 if (!async_destroy) in kvm_s390_handle_pv()