Home
last modified time | relevance | path

Searched refs:mutex_lock_killable_nested (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/include/linux/
Dmutex.h184 extern int __must_check mutex_lock_killable_nested(struct mutex *lock,
190 #define mutex_lock_killable(lock) mutex_lock_killable_nested(lock, 0)
207 # define mutex_lock_killable_nested(lock, subclass) mutex_lock_killable(lock) macro
/linux-6.6.21/kernel/locking/
Drtmutex_api.c541 int __sched mutex_lock_killable_nested(struct mutex *lock, in mutex_lock_killable_nested() function
546 EXPORT_SYMBOL_GPL(mutex_lock_killable_nested);
Dmutex.c812 mutex_lock_killable_nested(struct mutex *lock, unsigned int subclass) in mutex_lock_killable_nested() function
816 EXPORT_SYMBOL_GPL(mutex_lock_killable_nested);
/linux-6.6.21/arch/x86/kvm/svm/
Dsev.c1593 if (mutex_lock_killable_nested(&src_kvm->lock, SINGLE_DEPTH_NESTING)) in sev_lock_two_vms()
1631 if (mutex_lock_killable_nested(&vcpu->mutex, role)) in sev_lock_vcpus_for_migration()