Home
last modified time | relevance | path

Searched refs:wake_q_add (Results 1 – 7 of 7) sorted by relevance

/linux-6.6.21/include/linux/sched/
Dwake_q.h62 extern void wake_q_add(struct wake_q_head *head, struct task_struct *task);
/linux-6.6.21/ipc/
Dmsg.c245 wake_q_add(wake_q, mss->tsk); in ss_wakeup()
828 wake_q_add(wake_q, msr->r_tsk); in pipelined_send()
836 wake_q_add(wake_q, msr->r_tsk); in pipelined_send()
/linux-6.6.21/kernel/
Dstop_machine.c89 wake_q_add(wakeq, stopper->thread); in __cpu_stop_queue_work()
/linux-6.6.21/kernel/locking/
Dmutex.c943 wake_q_add(&wake_q, next); in __mutex_unlock_slowpath()
Drtmutex.c530 wake_q_add(&wqh->head, task); in rt_mutex_wake_q_add_task()
Drwsem.c436 wake_q_add(wake_q, waiter->task); in rwsem_mark_wake()
/linux-6.6.21/kernel/sched/
Dcore.c984 void wake_q_add(struct wake_q_head *head, struct task_struct *task) in wake_q_add() function