Searched refs:rt_mutex (Results 1 - 3 of 3) sorted by relevance

/include/linux/
H A Drtmutex.h22 * The rt_mutex structure
28 struct rt_mutex { struct
74 struct rt_mutex mutexname = __RT_MUTEX_INITIALIZER(mutexname)
82 static inline int rt_mutex_is_locked(struct rt_mutex *lock)
87 extern void __rt_mutex_init(struct rt_mutex *lock, const char *name);
88 extern void rt_mutex_destroy(struct rt_mutex *lock);
90 extern void rt_mutex_lock(struct rt_mutex *lock);
91 extern int rt_mutex_lock_interruptible(struct rt_mutex *lock,
93 extern int rt_mutex_timed_lock(struct rt_mutex *lock,
97 extern int rt_mutex_trylock(struct rt_mutex *loc
[all...]
H A Di2c.h380 struct rt_mutex bus_lock;
H A Dsched.h1313 struct rt_mutex *rcu_boost_mutex;
1466 /* PI waiters blocked on a rt_mutex held by this task */

Completed in 128 milliseconds