Searched refs:TASK_NORMAL (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/include/linux/ |
D | wait.h | 165 #define wake_up(x) __wake_up(x, TASK_NORMAL, 1, NULL) 166 #define wake_up_nr(x, nr) __wake_up(x, TASK_NORMAL, nr, NULL) 167 #define wake_up_all(x) __wake_up(x, TASK_NORMAL, 0, NULL) 168 #define wake_up_locked(x) __wake_up_locked((x), TASK_NORMAL, 1) 169 #define wake_up_all_locked(x) __wake_up_locked((x), TASK_NORMAL, 0) 180 __wake_up(x, TASK_NORMAL, 1, (void *) (m)) 182 __wake_up_locked_key((x), TASK_NORMAL, (void *) (m))
|
D | sched.h | 237 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE) macro 238 #define TASK_ALL (TASK_NORMAL | __TASK_STOPPED | __TASK_TRACED)
|
/linux-4.4.14/kernel/sched/ |
D | completion.c | 35 __wake_up_locked(&x->wait, TASK_NORMAL, 1); in complete() 55 __wake_up_locked(&x->wait, TASK_NORMAL, 0); in complete_all()
|
D | wait.c | 459 __wake_up(wq, TASK_NORMAL, 1, &key); in __wake_up_bit()
|
D | core.c | 2039 if (!(p->state & TASK_NORMAL)) in try_to_wake_up_local() 2067 return try_to_wake_up(p, TASK_NORMAL, 0); in wake_up_process()
|
/linux-4.4.14/fs/ |
D | userfaultfd.c | 476 __wake_up_locked_key(&ctx->fault_pending_wqh, TASK_NORMAL, &range); in userfaultfd_release() 477 __wake_up_locked_key(&ctx->fault_wqh, TASK_NORMAL, &range); in userfaultfd_release() 659 __wake_up_locked_key(&ctx->fault_pending_wqh, TASK_NORMAL, in __wake_userfault() 662 __wake_up_locked_key(&ctx->fault_wqh, TASK_NORMAL, range); in __wake_userfault()
|
/linux-4.4.14/drivers/dma-buf/ |
D | fence.c | 327 wake_up_state(wait->task, TASK_NORMAL); in fence_default_wait_cb()
|
/linux-4.4.14/net/sunrpc/ |
D | sched.c | 300 __wake_up_locked_key(wq, TASK_NORMAL, &k); in rpc_complete_task()
|
/linux-4.4.14/kernel/ |
D | futex.c | 1523 wake_up_state(q->task, TASK_NORMAL); in requeue_pi_wake_futex()
|
D | workqueue.c | 2855 __wake_up(&cancel_waitq, TASK_NORMAL, 1, work); in __cancel_work_timer()
|
/linux-4.4.14/mm/ |
D | memcontrol.c | 1686 __wake_up(&memcg_oom_waitq, TASK_NORMAL, 0, memcg); in memcg_oom_recover()
|