Home
last modified time | relevance | path

Searched refs:cond_resched_rwlock_write (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/arch/x86/kvm/mmu/
Dmmu.c2063 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()
Dtdp_mmu.c706 cond_resched_rwlock_write(&kvm->mmu_lock); in tdp_mmu_iter_cond_resched()
/Linux-v5.15/include/linux/
Dsched.h2060 #define cond_resched_rwlock_write(lock) ({ \ macro