Searched refs:wake_q_head (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/include/linux/sched/ |
D | wake_q.h | 34 struct wake_q_head { struct 42 struct wake_q_head name = { WAKE_Q_TAIL, &name.first } argument 44 static inline void wake_q_init(struct wake_q_head *head) in wake_q_init() 50 extern void wake_q_add(struct wake_q_head *head, 52 extern void wake_up_q(struct wake_q_head *head);
|
/Linux-v4.19/kernel/locking/ |
D | rtmutex_common.h | 156 struct wake_q_head *wqh); 158 extern void rt_mutex_postunlock(struct wake_q_head *wake_q);
|
D | rtmutex.c | 1018 static void mark_wakeup_next_waiter(struct wake_q_head *wake_q, in mark_wakeup_next_waiter() 1340 struct wake_q_head *wake_q) in rt_mutex_slowunlock() 1446 void rt_mutex_postunlock(struct wake_q_head *wake_q) in rt_mutex_postunlock() 1457 struct wake_q_head *wqh)) in rt_mutex_fastunlock() 1614 struct wake_q_head *wake_q) in __rt_mutex_futex_unlock()
|
D | rwsem-xadd.c | 129 struct wake_q_head *wake_q) in __rwsem_mark_wake()
|
/Linux-v4.19/ipc/ |
D | sem.c | 771 struct wake_q_head *wake_q) in wake_up_sem_queue_prepare() 840 struct wake_q_head *wake_q) in wake_const_ops() 879 int nsops, struct wake_q_head *wake_q) in do_smart_wakeup_zero() 934 static int update_queue(struct sem_array *sma, int semnum, struct wake_q_head *wake_q) in update_queue() 1015 int otime, struct wake_q_head *wake_q) in do_smart_update()
|
D | msg.c | 198 struct wake_q_head *wake_q, bool kill) in ss_wakeup() 235 struct wake_q_head *wake_q) in expunge_all() 764 struct wake_q_head *wake_q) in pipelined_send()
|
D | mqueue.c | 870 static inline void pipelined_send(struct wake_q_head *wake_q, in pipelined_send() 891 static inline void pipelined_receive(struct wake_q_head *wake_q, in pipelined_receive()
|
/Linux-v4.19/kernel/ |
D | stop_machine.c | 70 struct wake_q_head *wakeq) in __cpu_stop_queue_work()
|
D | futex.c | 1383 static void mark_wake_futex(struct wake_q_head *wake_q, struct futex_q *q) in mark_wake_futex()
|
/Linux-v4.19/kernel/sched/ |
D | core.c | 400 void wake_q_add(struct wake_q_head *head, struct task_struct *task) in wake_q_add() 424 void wake_up_q(struct wake_q_head *head) in wake_up_q()
|