Home
last modified time | relevance | path

Searched refs:rt_wake_q_head (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/kernel/locking/
Drtmutex_common.h67 struct rt_wake_q_head { struct
73 struct rt_wake_q_head name = { \ argument
101 struct rt_wake_q_head *wqh);
103 extern void rt_mutex_postunlock(struct rt_wake_q_head *wqh);
Drtmutex_api.c166 struct rt_wake_q_head *wqh) in __rt_mutex_futex_unlock()
479 void __sched rt_mutex_postunlock(struct rt_wake_q_head *wqh) in rt_mutex_postunlock()
Drtmutex.c520 static __always_inline void rt_mutex_wake_q_add_task(struct rt_wake_q_head *wqh, in rt_mutex_wake_q_add_task()
534 static __always_inline void rt_mutex_wake_q_add(struct rt_wake_q_head *wqh, in rt_mutex_wake_q_add()
540 static __always_inline void rt_mutex_wake_up_q(struct rt_wake_q_head *wqh) in rt_mutex_wake_up_q()
1288 static void __sched mark_wakeup_next_waiter(struct rt_wake_q_head *wqh, in mark_wakeup_next_waiter()