Searched refs:rt_mutex (Results 1 – 3 of 3) sorted by relevance
57 struct rt_mutex { struct96 struct rt_mutex mutexname = __RT_MUTEX_INITIALIZER(mutexname)98 extern void __rt_mutex_init(struct rt_mutex *lock, const char *name, struct lock_class_key *key);101 extern void rt_mutex_lock_nested(struct rt_mutex *lock, unsigned int subclass);104 extern void rt_mutex_lock(struct rt_mutex *lock);108 extern int rt_mutex_lock_interruptible(struct rt_mutex *lock);109 extern int rt_mutex_trylock(struct rt_mutex *lock);111 extern void rt_mutex_unlock(struct rt_mutex *lock);
34 #define WW_MUTEX_BASE rt_mutex
719 struct rt_mutex bus_lock;720 struct rt_mutex mux_lock;