Home
last modified time | relevance | path

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

/linux-6.12.1/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.12.1/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.c817 mutex_lock_killable_nested(struct mutex *lock, unsigned int subclass) in mutex_lock_killable_nested() function
821 EXPORT_SYMBOL_GPL(mutex_lock_killable_nested);
/linux-6.12.1/arch/x86/kvm/svm/
Dsev.c1886 if (mutex_lock_killable_nested(&src_kvm->lock, SINGLE_DEPTH_NESTING)) in sev_lock_two_vms()
1924 if (mutex_lock_killable_nested(&vcpu->mutex, role)) in sev_lock_vcpus_for_migration()