Searched refs:wake_up_state (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/kernel/ |
H A D | freezer.c | 166 wake_up_state(p, TASK_NORMAL); in freeze_task() 210 wake_up_state(p, TASK_FROZEN); in __thaw_task()
|
H A D | ptrace.c | 227 wake_up_state(task, __TASK_TRACED); in ptrace_unfreeze_traced() 885 wake_up_state(child, __TASK_TRACED); in ptrace_resume()
|
H A D | kthread.c | 638 wake_up_state(k, TASK_PARKED); in kthread_unpark()
|
H A D | signal.c | 783 if (!wake_up_state(t, state | TASK_INTERRUPTIBLE)) in signal_wake_up_state() 946 wake_up_state(t, __TASK_STOPPED); in prepare_signal()
|
/openbmc/linux/kernel/sched/ |
H A D | swait.c | 71 wake_up_state(curr->task, TASK_NORMAL); in swake_up_all()
|
H A D | core.c | 4485 int wake_up_state(struct task_struct *p, unsigned int state) in wake_up_state() function 6606 * wake_up_state(p, state) in __schedule()
|
/openbmc/linux/kernel/livepatch/ |
H A D | transition.c | 431 wake_up_state(task, TASK_INTERRUPTIBLE); in klp_send_signals()
|
/openbmc/linux/kernel/locking/ |
H A D | rtmutex.c | 543 wake_up_state(wqh->rtlock_task, TASK_RTLOCK_WAIT); in rt_mutex_wake_up_q() 954 wake_up_state(top_waiter->task, top_waiter->wake_state); in rt_mutex_adjust_prio_chain()
|
/openbmc/linux/kernel/futex/ |
H A D | requeue.c | 237 wake_up_state(q->task, TASK_NORMAL); in requeue_pi_wake_futex()
|
/openbmc/linux/drivers/dma-buf/ |
H A D | dma-fence.c | 745 wake_up_state(wait->task, TASK_NORMAL); in dma_fence_default_wait_cb()
|
/openbmc/linux/include/linux/sched/ |
H A D | signal.h | 368 !wake_up_state(task, TASK_INTERRUPTIBLE); in __set_notify_signal()
|
/openbmc/linux/include/linux/ |
H A D | sched.h | 1997 extern int wake_up_state(struct task_struct *tsk, unsigned int state);
|
/openbmc/linux/fs/ |
H A D | userfaultfd.c | 177 ret = wake_up_state(wq->private, mode); in userfaultfd_wake_function()
|
/openbmc/linux/mm/ |
H A D | filemap.c | 1145 wake_up_state(wait->private, mode); in wake_page_function()
|
/openbmc/linux/io_uring/ |
H A D | io_uring.c | 1344 wake_up_state(ctx->submitter_task, TASK_INTERRUPTIBLE); in io_req_local_work_add()
|