Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Drtmutex.h110 extern void rt_mutex_lock_nested(struct rt_mutex *lock, unsigned int subclass);
111 #define rt_mutex_lock(lock) rt_mutex_lock_nested(lock, 0)
114 #define rt_mutex_lock_nested(lock, subclass) rt_mutex_lock(lock) macro
/Linux-v4.19/drivers/i2c/
Di2c-mux.c147 rt_mutex_lock_nested(&parent->mux_lock, i2c_adapter_depth(adapter)); in i2c_mux_lock_bus()
184 rt_mutex_lock_nested(&parent->mux_lock, i2c_adapter_depth(adapter)); in i2c_parent_lock_bus()
Di2c-core-base.c640 rt_mutex_lock_nested(&adapter->bus_lock, i2c_adapter_depth(adapter)); in i2c_adapter_lock_bus()
/Linux-v4.19/kernel/locking/
Drtmutex.c1483 void __sched rt_mutex_lock_nested(struct rt_mutex *lock, unsigned int subclass) in rt_mutex_lock_nested() function
1487 EXPORT_SYMBOL_GPL(rt_mutex_lock_nested);