Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/locking/
Drtmutex_common.h50 struct rt_wake_q_head { struct
56 struct rt_wake_q_head name = { \ argument
84 struct rt_wake_q_head *wqh);
86 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.c451 static __always_inline void rt_mutex_wake_q_add_task(struct rt_wake_q_head *wqh, in rt_mutex_wake_q_add_task()
465 static __always_inline void rt_mutex_wake_q_add(struct rt_wake_q_head *wqh, in rt_mutex_wake_q_add()
471 static __always_inline void rt_mutex_wake_up_q(struct rt_wake_q_head *wqh) in rt_mutex_wake_up_q()
1194 static void __sched mark_wakeup_next_waiter(struct rt_wake_q_head *wqh, in mark_wakeup_next_waiter()