Home
last modified time | relevance | path

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

/include/linux/
A Drtmutex.h57 struct rt_mutex { struct
96 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);
102 extern void _rt_mutex_lock_nest_lock(struct rt_mutex *lock, struct lockdep_map *nest_lock);
111 extern void rt_mutex_lock(struct rt_mutex *lock);
116 extern int rt_mutex_lock_interruptible(struct rt_mutex *lock);
117 extern int rt_mutex_lock_killable(struct rt_mutex *lock);
118 extern int rt_mutex_trylock(struct rt_mutex *lock);
120 extern void rt_mutex_unlock(struct rt_mutex *lock);
A Dww_mutex.h33 #define WW_MUTEX_BASE rt_mutex
A Di2c.h741 struct rt_mutex bus_lock;
742 struct rt_mutex mux_lock;
A Dsched.h2200 static inline void __clear_task_blocked_on(struct task_struct *p, struct rt_mutex *m) in __clear_task_blocked_on()
2204 static inline void clear_task_blocked_on(struct task_struct *p, struct rt_mutex *m) in clear_task_blocked_on()

Completed in 15 milliseconds