Searched refs:TASK_NORMAL (Results 1 - 10 of 10) sorted by relevance
/linux-4.1.27/kernel/sched/ |
H A D | completion.c | 35 __wake_up_locked(&x->wait, TASK_NORMAL, 1); complete() 55 __wake_up_locked(&x->wait, TASK_NORMAL, 0); complete_all()
|
H A D | wait.c | 459 __wake_up(wq, TASK_NORMAL, 1, &key); __wake_up_bit()
|
H A D | core.c | 1736 if (!(p->state & TASK_NORMAL)) try_to_wake_up_local() 1763 return try_to_wake_up(p, TASK_NORMAL, 0); wake_up_process()
|
/linux-4.1.27/include/linux/ |
H A 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))
|
H A D | sched.h | 229 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE) macro 230 #define TASK_ALL (TASK_NORMAL | __TASK_STOPPED | __TASK_TRACED)
|
/linux-4.1.27/drivers/dma-buf/ |
H A D | fence.c | 327 wake_up_state(wait->task, TASK_NORMAL); fence_default_wait_cb()
|
/linux-4.1.27/net/sunrpc/ |
H A D | sched.c | 300 __wake_up_locked_key(wq, TASK_NORMAL, &k); rpc_complete_task()
|
/linux-4.1.27/kernel/ |
H A D | futex.c | 1121 wake_up_state(p, TASK_NORMAL); wake_futex() 1420 wake_up_state(q->task, TASK_NORMAL); requeue_pi_wake_futex()
|
H A D | workqueue.c | 2862 __wake_up(&cancel_waitq, TASK_NORMAL, 1, work); __cancel_work_timer()
|
/linux-4.1.27/mm/ |
H A D | memcontrol.c | 1853 __wake_up(&memcg_oom_waitq, TASK_NORMAL, 0, memcg); memcg_wakeup_oom()
|
Completed in 425 milliseconds