Home
last modified time | relevance | path

Searched refs:lockdep_assert_once (Results 1 – 11 of 11) sorted by relevance

/linux/include/linux/
H A Dlockdep.h281 #define lockdep_assert_once(cond) \ macro
297 lockdep_assert_once(lockdep_is_held(l) != LOCK_STATE_NOT_HELD)
300 lockdep_assert_once(!current->lockdep_depth)
390 #define lockdep_assert_once(c) do { } while (0) macro
H A Dfsnotify.h145 lockdep_assert_once(file_write_not_started(file)); in fsnotify_file_area_perm()
H A Dmemcontrol.h381 lockdep_assert_once(rcu_read_lock_held() || lockdep_is_held(&cgroup_mutex)); in obj_cgroup_memcg()
H A Dkvm_host.h1281 lockdep_assert_once(lockdep_is_held(&kvm->mmu_lock) || unused); in kvm_release_faultin_page()
/linux/arch/x86/kvm/vmx/
H A Dnested.h60 lockdep_assert_once(lockdep_is_held(&vcpu->mutex) || in get_vmcs12()
68 lockdep_assert_once(lockdep_is_held(&vcpu->mutex) || in get_shadow_vmcs12()
/linux/arch/x86/kvm/mmu/
H A Dpage_track.c95 lockdep_assert_once(lockdep_is_held(&kvm->slots_lock) || in __kvm_write_track_add_gfn()
118 lockdep_assert_once(lockdep_is_held(&kvm->slots_lock) || in __kvm_write_track_remove_gfn()
H A Dmmu.c1659 lockdep_assert_once(kvm->mmu_invalidate_in_progress || in kvm_unmap_gfn_range()
/linux/arch/x86/kvm/
H A Dkvm_cache_regs.h57 lockdep_assert_once(in_task() || kvm_arch_pmi_in_guest(vcpu)) in BUILD_KVM_GPR_ACCESSORS()
/linux/drivers/gpu/drm/
H A Ddrm_auth.c66 lockdep_assert_once(lockdep_is_held(&fpriv->master_lookup_lock) || in drm_is_current_master_locked()
/linux/drivers/gpu/drm/msm/
H A Dmsm_gem.h395 lockdep_assert_once( in msm_gem_assert_locked()
/linux/net/core/
H A Ddev.c5608 lockdep_assert_once(hardirq_count() | softirq_count()); in __netif_rx()