Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dmutex.h162 extern int __must_check mutex_lock_killable_nested(struct mutex *lock,
168 #define mutex_lock_killable(lock) mutex_lock_killable_nested(lock, 0)
185 # define mutex_lock_killable_nested(lock, subclass) mutex_lock_killable(lock) macro
/linux-6.14.4/kernel/locking/
Drtmutex_api.c547 int __sched mutex_lock_killable_nested(struct mutex *lock, in mutex_lock_killable_nested() function
552 EXPORT_SYMBOL_GPL(mutex_lock_killable_nested);
Dmutex.c795 mutex_lock_killable_nested(struct mutex *lock, unsigned int subclass) in mutex_lock_killable_nested() function
799 EXPORT_SYMBOL_GPL(mutex_lock_killable_nested);
/linux-6.14.4/arch/x86/kvm/svm/
Dsev.c1881 if (mutex_lock_killable_nested(&src_kvm->lock, SINGLE_DEPTH_NESTING)) in sev_lock_two_vms()
1919 if (mutex_lock_killable_nested(&vcpu->mutex, role)) in sev_lock_vcpus_for_migration()