Home
last modified time | relevance | path

Searched defs:mutex_lock_nested (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dmutex.h205 # define mutex_lock_nested(lock, subclass) mutex_lock(lock) macro
/openbmc/linux/kernel/locking/
H A Drtmutex_api.c521 void __sched mutex_lock_nested(struct mutex *lock, unsigned int subclass) in mutex_lock_nested() function
H A Dmutex.c797 mutex_lock_nested(struct mutex *lock, unsigned int subclass) in mutex_lock_nested() function
/openbmc/u-boot/fs/ubifs/
H A Dubifs.h611 #define mutex_lock_nested(...) macro