Searched defs:rt_mutex_owner (Results 1 – 2 of 2) sorted by relevance
108 static inline struct task_struct *rt_mutex_owner(struct rt_mutex *lock) in rt_mutex_owner() function
57 #define rt_mutex_owner(a) ({ WARN_ON_ONCE(1); NULL; }) macro