Searched refs:rt_mutex (Results 1 – 2 of 2) sorted by relevance
30 struct rt_mutex { struct93 struct rt_mutex mutexname = __RT_MUTEX_INITIALIZER(mutexname)101 static inline int rt_mutex_is_locked(struct rt_mutex *lock) in rt_mutex_is_locked()106 extern void __rt_mutex_init(struct rt_mutex *lock, const char *name, struct lock_class_key *key);107 extern void rt_mutex_destroy(struct rt_mutex *lock);110 extern void rt_mutex_lock_nested(struct rt_mutex *lock, unsigned int subclass);113 extern void rt_mutex_lock(struct rt_mutex *lock);117 extern int rt_mutex_lock_interruptible(struct rt_mutex *lock);118 extern int rt_mutex_timed_lock(struct rt_mutex *lock,121 extern int rt_mutex_trylock(struct rt_mutex *lock);[all …]
680 struct rt_mutex bus_lock;681 struct rt_mutex mux_lock;