Home
last modified time | relevance | path

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

/Linux-v6.1/fs/btrfs/
Dextent_map.c683 cond_resched_rwlock_write(&tree->lock); in drop_all_extent_maps_fast()
/Linux-v6.1/arch/x86/kvm/mmu/
Dmmu.c2007 cond_resched_rwlock_write(&vcpu->kvm->mmu_lock); in mmu_sync_children()
5722 cond_resched_rwlock_write(&kvm->mmu_lock); in slot_handle_level_range()
5871 cond_resched_rwlock_write(&kvm->mmu_lock)) { in kvm_zap_obsolete_pages()
6508 if (cond_resched_rwlock_write(&kvm->mmu_lock)) in kvm_mmu_zap_all()
6846 cond_resched_rwlock_write(&kvm->mmu_lock); in kvm_recover_nx_lpages()
Dtdp_mmu.c831 cond_resched_rwlock_write(&kvm->mmu_lock); in tdp_mmu_iter_cond_resched()
/Linux-v6.1/arch/arm64/kvm/
Dmmu.c68 cond_resched_rwlock_write(&kvm->mmu_lock); in stage2_apply_range()
/Linux-v6.1/include/linux/
Dsched.h2141 #define cond_resched_rwlock_write(lock) ({ \ macro