Searched refs:nx_huge_page_recovery_thread (Results 1 – 2 of 2) sorted by relevance
7284 wake_up_process(kvm->arch.nx_huge_page_recovery_thread); in set_nx_huge_pages()7430 wake_up_process(kvm->arch.nx_huge_page_recovery_thread); in set_nx_huge_pages_recovery_param()7578 &kvm->arch.nx_huge_page_recovery_thread); in kvm_mmu_post_init_vm()7580 kthread_unpark(kvm->arch.nx_huge_page_recovery_thread); in kvm_mmu_post_init_vm()7587 if (kvm->arch.nx_huge_page_recovery_thread) in kvm_mmu_pre_destroy_vm()7588 kthread_stop(kvm->arch.nx_huge_page_recovery_thread); in kvm_mmu_pre_destroy_vm()
1446 struct task_struct *nx_huge_page_recovery_thread; member