Searched refs:wake_up_state (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/kernel/ |
D | freezer.c | 143 wake_up_state(p, TASK_INTERRUPTIBLE); in freeze_task()
|
D | ptrace.c | 149 wake_up_state(task, __TASK_TRACED); in ptrace_unfreeze_traced() 781 wake_up_state(child, __TASK_TRACED); in ptrace_resume()
|
D | kthread.c | 412 wake_up_state(k, TASK_PARKED); in __kthread_unpark()
|
D | signal.c | 649 if (!wake_up_state(t, state | TASK_INTERRUPTIBLE)) in signal_wake_up_state() 815 wake_up_state(t, __TASK_STOPPED); in prepare_signal()
|
D | futex.c | 1523 wake_up_state(q->task, TASK_NORMAL); in requeue_pi_wake_futex()
|
/linux-4.4.14/drivers/dma-buf/ |
D | fence.c | 327 wake_up_state(wait->task, TASK_NORMAL); in fence_default_wait_cb()
|
/linux-4.4.14/fs/ |
D | userfaultfd.c | 89 ret = wake_up_state(wq->private, mode); in userfaultfd_wake_function()
|
/linux-4.4.14/include/linux/ |
D | sched.h | 2454 extern int wake_up_state(struct task_struct *tsk, unsigned int state);
|
/linux-4.4.14/kernel/sched/ |
D | core.c | 2071 int wake_up_state(struct task_struct *p, unsigned int state) in wake_up_state() function
|