Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/sched/
H A Dwake_q.h61 extern void wake_q_add(struct wake_q_head *head, struct task_struct *task);
/OK3568_Linux_fs/kernel/ipc/
H A Dmsg.c244 wake_q_add(wake_q, mss->tsk); in ss_wakeup()
822 wake_q_add(wake_q, msr->r_tsk); in pipelined_send()
830 wake_q_add(wake_q, msr->r_tsk); in pipelined_send()
/OK3568_Linux_fs/kernel/kernel/
H A Dstop_machine.c64 wake_q_add(wakeq, stopper->thread); in __cpu_stop_queue_work()
/OK3568_Linux_fs/kernel/kernel/locking/
H A Dmutex.c1291 wake_q_add(&wake_q, next); in __mutex_unlock_slowpath()
H A Drtmutex.c1056 wake_q_add(wake_q, waiter->task); in mark_wakeup_next_waiter()
H A Drwsem.c422 wake_q_add(wake_q, waiter->task); in rwsem_mark_wake()
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcore.c567 void wake_q_add(struct wake_q_head *head, struct task_struct *task) in wake_q_add() function