aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking/rtmutex_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/locking/rtmutex_common.h')
-rw-r--r--kernel/locking/rtmutex_common.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/kernel/locking/rtmutex_common.h b/kernel/locking/rtmutex_common.h
index 856dfff5c33a..af667f61ebcb 100644
--- a/kernel/locking/rtmutex_common.h
+++ b/kernel/locking/rtmutex_common.h
@@ -109,9 +109,14 @@ extern int rt_mutex_start_proxy_lock(struct rt_mutex *lock,
109extern int rt_mutex_finish_proxy_lock(struct rt_mutex *lock, 109extern int rt_mutex_finish_proxy_lock(struct rt_mutex *lock,
110 struct hrtimer_sleeper *to, 110 struct hrtimer_sleeper *to,
111 struct rt_mutex_waiter *waiter); 111 struct rt_mutex_waiter *waiter);
112
112extern int rt_mutex_timed_futex_lock(struct rt_mutex *l, struct hrtimer_sleeper *to); 113extern int rt_mutex_timed_futex_lock(struct rt_mutex *l, struct hrtimer_sleeper *to);
113extern bool rt_mutex_futex_unlock(struct rt_mutex *lock, 114extern int rt_mutex_futex_trylock(struct rt_mutex *l);
114 struct wake_q_head *wqh); 115
116extern void rt_mutex_futex_unlock(struct rt_mutex *lock);
117extern bool __rt_mutex_futex_unlock(struct rt_mutex *lock,
118 struct wake_q_head *wqh);
119
115extern void rt_mutex_adjust_prio(struct task_struct *task); 120extern void rt_mutex_adjust_prio(struct task_struct *task);
116 121
117#ifdef CONFIG_DEBUG_RT_MUTEXES 122#ifdef CONFIG_DEBUG_RT_MUTEXES