Searched refs:wake_q_add (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/include/linux/sched/ |
| H A D | wake_q.h | 62 extern void wake_q_add(struct wake_q_head *head, struct task_struct *task);
|
| /linux-6.15/kernel/locking/ |
| H A D | ww_mutex.h | 287 wake_q_add(wake_q, waiter->task); in __ww_mutex_die() 335 wake_q_add(wake_q, owner); in __ww_mutex_wound()
|
| H A D | semaphore.c | 283 wake_q_add(wake_q, waiter->task); in __up()
|
| H A D | mutex.c | 943 wake_q_add(&wake_q, next); in __mutex_unlock_slowpath()
|
| H A D | rtmutex.c | 553 wake_q_add(&wqh->head, task); in rt_mutex_wake_q_add_task()
|
| H A D | rwsem.c | 434 wake_q_add(wake_q, waiter->task); in rwsem_mark_wake()
|
| /linux-6.15/ipc/ |
| H A D | msg.c | 245 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.15/kernel/ |
| H A D | stop_machine.c | 89 wake_q_add(wakeq, stopper->thread); in __cpu_stop_queue_work()
|
| /linux-6.15/kernel/sched/ |
| H A D | core.c | 1034 void wake_q_add(struct wake_q_head *head, struct task_struct *task) in wake_q_add() function
|