Home
last modified time | relevance | path

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

/linux/kernel/
H A Dfreezer.c171 wake_up_state(p, TASK_NORMAL); in freeze_task()
208 wake_up_state(p, TASK_FROZEN); in __thaw_task()
H A Dptrace.c216 wake_up_state(task, __TASK_TRACED); in ptrace_unfreeze_traced()
865 wake_up_state(child, __TASK_TRACED); in ptrace_resume()
H A Dkthread.c637 wake_up_state(k, TASK_PARKED); in kthread_unpark()
H A Dsignal.c768 * By using wake_up_state, we ensure the process will wake up and in signal_wake_up_state()
771 if (!wake_up_state(t, state | TASK_INTERRUPTIBLE)) in signal_wake_up_state()
934 wake_up_state(t, __TASK_STOPPED); in prepare_signal()
/linux/kernel/sched/
H A Dswait.c71 wake_up_state(curr->task, TASK_NORMAL); in swake_up_all()
H A Dcore.c4406 int wake_up_state(struct task_struct *p, unsigned int state) in wake_up_state() function
/linux/kernel/livepatch/
H A Dtransition.c431 wake_up_state(task, TASK_INTERRUPTIBLE); in klp_send_signals()
/linux/kernel/locking/
H A Drtmutex.c563 wake_up_state(wqh->rtlock_task, TASK_RTLOCK_WAIT); in rt_mutex_wake_up_q()
974 wake_up_state(top_waiter->task, top_waiter->wake_state); in rt_mutex_adjust_prio_chain()
/linux/kernel/futex/
H A Drequeue.c239 wake_up_state(q->task, TASK_NORMAL); in requeue_pi_wake_futex()
/linux/drivers/dma-buf/
H A Ddma-fence.c745 wake_up_state(wait->task, TASK_NORMAL); in dma_fence_default_wait_cb()
/linux/include/linux/sched/
H A Dsignal.h359 !wake_up_state(task, TASK_INTERRUPTIBLE); in __set_notify_signal()
/linux/mm/
H A Dfilemap.c1151 wake_up_state(wait->private, mode); in wake_page_function()
/linux/io_uring/
H A Dio_uring.c1223 wake_up_state(ctx->submitter_task, TASK_INTERRUPTIBLE); in io_req_normal_work_add()