Home
last modified time | relevance | path

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

/kernel/
Dfreezer.c175 wake_up_state(p, TASK_NORMAL); in freeze_task()
212 wake_up_state(p, TASK_FROZEN); in __thaw_task()
Dptrace.c226 wake_up_state(task, __TASK_TRACED); in ptrace_unfreeze_traced()
884 wake_up_state(child, __TASK_TRACED); in ptrace_resume()
Dkthread.c648 wake_up_state(k, TASK_PARKED); in kthread_unpark()
Dsignal.c784 if (!wake_up_state(t, state | TASK_INTERRUPTIBLE)) in signal_wake_up_state()
947 wake_up_state(t, __TASK_STOPPED); in prepare_signal()
/kernel/sched/
Dswait.c71 wake_up_state(curr->task, TASK_NORMAL); in swake_up_all()
Dcore.c4510 int wake_up_state(struct task_struct *p, unsigned int state) in wake_up_state() function
4514 EXPORT_SYMBOL(wake_up_state);
/kernel/livepatch/
Dtransition.c364 wake_up_state(task, TASK_INTERRUPTIBLE); in klp_send_signals()
/kernel/locking/
Drtmutex.c523 wake_up_state(wqh->rtlock_task, TASK_RTLOCK_WAIT); in rt_mutex_wake_up_q()
918 wake_up_state(top_waiter->task, top_waiter->wake_state); in rt_mutex_adjust_prio_chain()
/kernel/futex/
Drequeue.c237 wake_up_state(q->task, TASK_NORMAL); in requeue_pi_wake_futex()