Home
last modified time | relevance | path

Searched defs:rt_mutex_owner (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/kernel/locking/
Drtmutex_common.h108 static inline struct task_struct *rt_mutex_owner(struct rt_mutex *lock) in rt_mutex_owner() function
/Linux-v4.19/kernel/rcu/
Dtree_plugin.h57 #define rt_mutex_owner(a) ({ WARN_ON_ONCE(1); NULL; }) macro