Searched refs:wake_up_state (Results 1 – 11 of 11) sorted by relevance
| /linux/kernel/sched/ |
| H A D | swait.c | 72 wake_up_state(curr->task, TASK_NORMAL); in swake_up_all()
|
| H A D | core.c | 4353 int wake_up_state(struct task_struct *p, unsigned int state) in wake_up_state() function
|
| /linux/kernel/livepatch/ |
| H A D | transition.c | 410 wake_up_state(task, TASK_INTERRUPTIBLE); in klp_send_signals()
|
| /linux/kernel/futex/ |
| H A D | requeue.c | 251 wake_up_state(task, TASK_NORMAL); in requeue_pi_wake_futex()
|
| /linux/include/linux/sched/ |
| H A D | signal.h | 362 !wake_up_state(task, TASK_INTERRUPTIBLE); in __set_notify_signal()
|
| /linux/drivers/dma-buf/ |
| H A D | dma-fence.c | 760 wake_up_state(wait->task, TASK_NORMAL); in dma_fence_default_wait_cb()
|
| /linux/kernel/ |
| H A D | kthread.c | 715 wake_up_state(k, TASK_PARKED); in kthread_unpark()
|
| /linux/include/linux/ |
| H A D | sched.h | 1943 extern int wake_up_state(struct task_struct *tsk, unsigned int state);
|
| /linux/fs/ |
| H A D | userfaultfd.c | 128 ret = wake_up_state(wq->private, mode); in userfaultfd_wake_function()
|
| /linux/mm/ |
| H A D | filemap.c | 1168 wake_up_state(wait->private, mode); in wake_page_function()
|
| /linux/io_uring/ |
| H A D | io_uring.c | 1271 wake_up_state(ctx->submitter_task, TASK_INTERRUPTIBLE); in io_req_local_work_add()
|