Searched refs:wake_up_state (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/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() 768 wake_up_state(child, __TASK_TRACED); in ptrace_resume()
|
D | kthread.c | 395 wake_up_state(k, TASK_PARKED); in __kthread_unpark()
|
D | futex.c | 1121 wake_up_state(p, TASK_NORMAL); in wake_futex() 1420 wake_up_state(q->task, TASK_NORMAL); in requeue_pi_wake_futex()
|
D | signal.c | 700 if (!wake_up_state(t, state | TASK_INTERRUPTIBLE)) in signal_wake_up_state() 866 wake_up_state(t, __TASK_STOPPED); in prepare_signal()
|
/linux-4.1.27/drivers/dma-buf/ |
D | fence.c | 327 wake_up_state(wait->task, TASK_NORMAL); in fence_default_wait_cb()
|
/linux-4.1.27/include/linux/ |
D | sched.h | 2356 extern int wake_up_state(struct task_struct *tsk, unsigned int state);
|
/linux-4.1.27/kernel/sched/ |
D | core.c | 1767 int wake_up_state(struct task_struct *p, unsigned int state) in wake_up_state() function
|