Home
last modified time | relevance | path

Searched refs:wake_up_state (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dtracehook.h220 !wake_up_state(task, TASK_INTERRUPTIBLE)) in set_notify_signal()
H A Dsched.h1805 extern int wake_up_state(struct task_struct *tsk, unsigned int state);
/OK3568_Linux_fs/kernel/kernel/
H A Dfreezer.c145 wake_up_state(p, TASK_INTERRUPTIBLE); in freeze_task()
H A Dptrace.c221 wake_up_state(task, __TASK_TRACED); in ptrace_unfreeze_traced()
882 wake_up_state(child, __TASK_TRACED); in ptrace_resume()
H A Dkthread.c571 wake_up_state(k, TASK_PARKED); in kthread_unpark()
H A Dsignal.c773 if (!wake_up_state(t, state | TASK_INTERRUPTIBLE)) in signal_wake_up_state()
934 wake_up_state(t, __TASK_STOPPED); in prepare_signal()
H A Dfutex.c1829 wake_up_state(q->task, TASK_NORMAL); in requeue_pi_wake_futex()
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dswait.c72 wake_up_state(curr->task, TASK_NORMAL); in swake_up_all()
H A Dcore.c3296 int wake_up_state(struct task_struct *p, unsigned int state) in wake_up_state() function
/OK3568_Linux_fs/kernel/kernel/livepatch/
H A Dtransition.c366 wake_up_state(task, TASK_INTERRUPTIBLE); in klp_send_signals()
/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Ddma-fence.c714 wake_up_state(wait->task, TASK_NORMAL); in dma_fence_default_wait_cb()
/OK3568_Linux_fs/kernel/fs/
H A Duserfaultfd.c129 ret = wake_up_state(wq->private, mode); in userfaultfd_wake_function()
/OK3568_Linux_fs/kernel/mm/
H A Dfilemap.c1089 wake_up_state(wait->private, mode); in wake_page_function()