Home
last modified time | relevance | path

Searched refs:wake_q_head (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/kernel/locking/
Drtmutex_common.h113 struct wake_q_head *wqh);
Drtmutex.c976 static void mark_wakeup_next_waiter(struct wake_q_head *wake_q, in mark_wakeup_next_waiter()
1264 struct wake_q_head *wake_q) in rt_mutex_slowunlock()
1374 struct wake_q_head *wqh)) in rt_mutex_fastunlock()
1498 struct wake_q_head *wqh) in rt_mutex_futex_unlock()
/linux-4.4.14/include/linux/
Dsched.h962 struct wake_q_head { struct
970 struct wake_q_head name = { WAKE_Q_TAIL, &name.first } argument
972 extern void wake_q_add(struct wake_q_head *head,
974 extern void wake_up_q(struct wake_q_head *head);
/linux-4.4.14/ipc/
Dmqueue.c919 static inline void pipelined_send(struct wake_q_head *wake_q, in pipelined_send()
940 static inline void pipelined_receive(struct wake_q_head *wake_q, in pipelined_receive()
/linux-4.4.14/kernel/
Dfutex.c1183 static void mark_wake_futex(struct wake_q_head *wake_q, struct futex_q *q) in mark_wake_futex()
/linux-4.4.14/kernel/sched/
Dcore.c521 void wake_q_add(struct wake_q_head *head, struct task_struct *task) in wake_q_add()
545 void wake_up_q(struct wake_q_head *head) in wake_up_q()