Searched refs:cond_resched_rwlock_write (Results 1 – 3 of 3) sorted by relevance
2063 cond_resched_rwlock_write(&vcpu->kvm->mmu_lock); in mmu_sync_children()5457 cond_resched_rwlock_write(&kvm->mmu_lock); in slot_handle_level_range()5604 cond_resched_rwlock_write(&kvm->mmu_lock)) { in kvm_zap_obsolete_pages()5934 if (cond_resched_rwlock_write(&kvm->mmu_lock)) in kvm_mmu_zap_all()6241 cond_resched_rwlock_write(&kvm->mmu_lock); in kvm_recover_nx_lpages()
706 cond_resched_rwlock_write(&kvm->mmu_lock); in tdp_mmu_iter_cond_resched()
2060 #define cond_resched_rwlock_write(lock) ({ \ macro