Searched refs:wake_up_state (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | tracehook.h | 220 !wake_up_state(task, TASK_INTERRUPTIBLE)) in set_notify_signal()
|
| H A D | sched.h | 1805 extern int wake_up_state(struct task_struct *tsk, unsigned int state);
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | freezer.c | 145 wake_up_state(p, TASK_INTERRUPTIBLE); in freeze_task()
|
| H A D | ptrace.c | 221 wake_up_state(task, __TASK_TRACED); in ptrace_unfreeze_traced() 882 wake_up_state(child, __TASK_TRACED); in ptrace_resume()
|
| H A D | kthread.c | 571 wake_up_state(k, TASK_PARKED); in kthread_unpark()
|
| H A 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()
|
| H A D | futex.c | 1829 wake_up_state(q->task, TASK_NORMAL); in requeue_pi_wake_futex()
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | swait.c | 72 wake_up_state(curr->task, TASK_NORMAL); in swake_up_all()
|
| H A D | core.c | 3296 int wake_up_state(struct task_struct *p, unsigned int state) in wake_up_state() function
|
| /OK3568_Linux_fs/kernel/kernel/livepatch/ |
| H A D | transition.c | 366 wake_up_state(task, TASK_INTERRUPTIBLE); in klp_send_signals()
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/ |
| H A D | dma-fence.c | 714 wake_up_state(wait->task, TASK_NORMAL); in dma_fence_default_wait_cb()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | userfaultfd.c | 129 ret = wake_up_state(wq->private, mode); in userfaultfd_wake_function()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | filemap.c | 1089 wake_up_state(wait->private, mode); in wake_page_function()
|