Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dmutex.h183 extern int __must_check mutex_lock_killable_nested(struct mutex *lock,
189 #define mutex_lock_killable(lock) mutex_lock_killable_nested(lock, 0)
206 # define mutex_lock_killable_nested(lock, subclass) mutex_lock_killable(lock) macro
/linux-6.1.9/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.1.9/arch/x86/kvm/svm/
Dsev.c1577 if (mutex_lock_killable_nested(&src_kvm->lock, SINGLE_DEPTH_NESTING)) in sev_lock_two_vms()
1615 if (mutex_lock_killable_nested(&vcpu->mutex, role)) in sev_lock_vcpus_for_migration()