Searched refs:wake_up_state (Results 1 – 8 of 8) sorted by relevance
/kernel/ |
D | freezer.c | 145 wake_up_state(p, TASK_INTERRUPTIBLE); in freeze_task()
|
D | ptrace.c | 221 wake_up_state(task, __TASK_TRACED); in ptrace_unfreeze_traced() 882 wake_up_state(child, __TASK_TRACED); in ptrace_resume()
|
D | kthread.c | 571 wake_up_state(k, TASK_PARKED); in kthread_unpark()
|
D | signal.c | 773 if (!wake_up_state(t, state | TASK_INTERRUPTIBLE)) in signal_wake_up_state() 934 wake_up_state(t, __TASK_STOPPED); in prepare_signal()
|
/kernel/sched/ |
D | swait.c | 72 wake_up_state(curr->task, TASK_NORMAL); in swake_up_all()
|
D | core.c | 3291 int wake_up_state(struct task_struct *p, unsigned int state) in wake_up_state() function
|
/kernel/livepatch/ |
D | transition.c | 366 wake_up_state(task, TASK_INTERRUPTIBLE); in klp_send_signals()
|
/kernel/futex/ |
D | core.c | 1839 wake_up_state(q->task, TASK_NORMAL); in requeue_pi_wake_futex()
|