Home
last modified time | relevance | path

Searched refs:wake_q_add (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/ipc/
H A Dmsg.c199 * and the waker obtains that lock before calling wake_q_add(). in ss_add()
233 wake_q_add(wake_q, mss->tsk); in ss_wakeup()
825 wake_q_add(wake_q, msr->r_tsk); in pipelined_send()
833 wake_q_add(wake_q, msr->r_tsk); in pipelined_send()
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dcore.c560 * wake_q_add() - queue a wakeup for 'later' waking.
571 void wake_q_add(struct wake_q_head *head, struct task_struct *task) in wake_q_add() function
590 * This function is essentially a task-safe equivalent to wake_q_add(). Callers
617 * the queueing in wake_q_add() so as not to miss wakeups. in wake_up_q()

Completed in 16 milliseconds