Searched refs:async_destroy (Results 1 – 1 of 1) sorted by relevance
230 static int async_destroy = 1; variable231 module_param(async_destroy, int, 0444);232 MODULE_PARM_DESC(async_destroy, "Asynchronous destroy for protected guests");662 r = async_destroy && is_prot_virt_host(); in kvm_vm_ioctl_check_extension()2693 if (!kvm_s390_pv_is_protected(kvm) || !async_destroy) in kvm_s390_handle_pv()2711 if (!async_destroy) in kvm_s390_handle_pv()