Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/sched/
Dwake_q.h38 struct wake_q_head { struct
46 struct wake_q_head name = { WAKE_Q_TAIL, &name.first } argument
48 static inline void wake_q_init(struct wake_q_head *head) in wake_q_init()
54 static inline bool wake_q_empty(struct wake_q_head *head) in wake_q_empty()
59 extern void wake_q_add(struct wake_q_head *head, struct task_struct *task);
60 extern void wake_q_add_safe(struct wake_q_head *head, struct task_struct *task);
61 extern void wake_up_q(struct wake_q_head *head);
/kernel/linux/linux-5.10/kernel/locking/
Drtmutex_common.h155 struct wake_q_head *wqh);
157 extern void rt_mutex_postunlock(struct wake_q_head *wake_q);
Drtmutex.c1015 static void mark_wakeup_next_waiter(struct wake_q_head *wake_q, in mark_wakeup_next_waiter()
1337 struct wake_q_head *wake_q) in rt_mutex_slowunlock()
1443 void rt_mutex_postunlock(struct wake_q_head *wake_q) in rt_mutex_postunlock()
1454 struct wake_q_head *wqh)) in rt_mutex_fastunlock()
1611 struct wake_q_head *wake_q) in __rt_mutex_futex_unlock()
Drwsem.c402 struct wake_q_head *wake_q) in rwsem_mark_wake()
/kernel/linux/linux-5.10/ipc/
Dsem.c785 struct wake_q_head *wake_q) in wake_up_sem_queue_prepare()
853 struct wake_q_head *wake_q) in wake_const_ops()
892 int nsops, struct wake_q_head *wake_q) in do_smart_wakeup_zero()
947 static int update_queue(struct sem_array *sma, int semnum, struct wake_q_head *wake_q) in update_queue()
1028 int otime, struct wake_q_head *wake_q) in do_smart_update()
Dmsg.c212 struct wake_q_head *wake_q, bool kill) in ss_wakeup()
249 struct wake_q_head *wake_q) in expunge_all()
811 struct wake_q_head *wake_q) in pipelined_send()
Dmqueue.c1016 static inline void __pipelined_op(struct wake_q_head *wake_q, in __pipelined_op()
1033 static inline void pipelined_send(struct wake_q_head *wake_q, in pipelined_send()
1044 static inline void pipelined_receive(struct wake_q_head *wake_q, in pipelined_receive()
/kernel/linux/linux-5.10/kernel/
Dstop_machine.c70 struct wake_q_head *wakeq) in __cpu_stop_queue_work()
/kernel/linux/linux-5.10/kernel/sched/
Dcore.c522 static bool __wake_q_add(struct wake_q_head *head, struct task_struct *task) in __wake_q_add()
558 void wake_q_add(struct wake_q_head *head, struct task_struct *task) in wake_q_add()
581 void wake_q_add_safe(struct wake_q_head *head, struct task_struct *task) in wake_q_add_safe()
587 void wake_up_q(struct wake_q_head *head) in wake_up_q()
/kernel/linux/linux-5.10/kernel/futex/
Dcore.c1467 static void mark_wake_futex(struct wake_q_head *wake_q, struct futex_q *q) in mark_wake_futex()
/kernel/linux/patches/linux-5.10/yangfan_patch/
Dinclude.patch2551 struct wake_q_head {
2558 @@ -49,6 +50,7 @@ static inline void wake_q_init(struct wake_q_head *head)
2565 static inline bool wake_q_empty(struct wake_q_head *head)