| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | wait.h | 212 #define wake_up(x) __wake_up(x, TASK_NORMAL, 1, NULL) 213 #define wake_up_nr(x, nr) __wake_up(x, TASK_NORMAL, nr, NULL) 214 #define wake_up_all(x) __wake_up(x, TASK_NORMAL, 0, NULL) 215 #define wake_up_locked(x) __wake_up_locked((x), TASK_NORMAL, 1) 216 #define wake_up_all_locked(x) __wake_up_locked((x), TASK_NORMAL, 0) 222 #define wake_up_sync(x) __wake_up_sync((x), TASK_NORMAL) 230 __wake_up(x, TASK_NORMAL, 1, poll_to_key(m)) 232 __wake_up_locked_key((x), TASK_NORMAL, poll_to_key(m))
|
| H A D | sched.h | 108 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE) macro
|
| /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 | wait_bit.c | 126 __wake_up(wq_head, TASK_NORMAL, 1, &key); in __wake_up_bit()
|
| H A D | wait.c | 232 __wake_up(wq_head, TASK_NORMAL, 0, poll_to_key(EPOLLHUP | POLLFREE)); in __wake_up_pollfree()
|
| H A D | core.c | 3292 return try_to_wake_up(p, TASK_NORMAL, 0); in wake_up_process()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_sw_fence.c | 158 pos->func(pos, TASK_NORMAL, 0, continuation); in __i915_sw_fence_wake_up_all() 173 pos->func(pos, TASK_NORMAL, wake_flags, &extra); in __i915_sw_fence_wake_up_all()
|
| /OK3568_Linux_fs/kernel/kernel/locking/ |
| H A D | percpu-rwsem.c | 279 __wake_up(&sem->waiters, TASK_NORMAL, 1, sem); in percpu_up_write()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | userfaultfd.c | 902 __wake_up_locked_key(&ctx->fault_pending_wqh, TASK_NORMAL, &range); in userfaultfd_release() 903 __wake_up(&ctx->fault_wqh, TASK_NORMAL, 1, &range); in userfaultfd_release() 1201 __wake_up_locked_key(&ctx->fault_pending_wqh, TASK_NORMAL, in __wake_userfault() 1204 __wake_up(&ctx->fault_wqh, TASK_NORMAL, 1, range); in __wake_userfault()
|
| H A D | dax.c | 210 __wake_up(wq, TASK_NORMAL, mode == WAKE_ALL ? 0 : 1, &key); in dax_wake_entry()
|
| /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/nfs/ |
| H A D | callback_proc.c | 673 __wake_up(&cps->clp->cl_lock_waitq, TASK_NORMAL, 0, args); in nfs4_callback_notify_lock()
|
| /OK3568_Linux_fs/kernel/net/sunrpc/ |
| H A D | sched.c | 308 __wake_up_locked_key(wq, TASK_NORMAL, &k); in rpc_complete_task()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | filemap.c | 1122 __wake_up_locked_key_bookmark(q, TASK_NORMAL, &key, &bookmark); in wake_up_page_bit() 1134 __wake_up_locked_key_bookmark(q, TASK_NORMAL, &key, &bookmark); in wake_up_page_bit()
|
| H A D | memcontrol.c | 1943 __wake_up(&memcg_oom_waitq, TASK_NORMAL, 0, memcg); in memcg_oom_recover()
|
| /OK3568_Linux_fs/kernel/Documentation/translations/ko_KR/ |
| H A D | memory-barriers.txt | 2155 LOAD event_indicated if ((LOAD task->state) & TASK_NORMAL)
|
| /OK3568_Linux_fs/kernel/fs/gfs2/ |
| H A D | glock.c | 121 __wake_up(wq, TASK_NORMAL, 1, &gl->gl_name); in wake_up_glock()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | futex.c | 1829 wake_up_state(q->task, TASK_NORMAL); in requeue_pi_wake_futex()
|
| H A D | workqueue.c | 3179 __wake_up(&cancel_waitq, TASK_NORMAL, 1, work); in __cancel_work_timer()
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | blk-iocost.c | 1466 __wake_up_locked_key(&iocg->waitq, TASK_NORMAL, &ctx); in iocg_kick_waitq()
|
| /OK3568_Linux_fs/kernel/io_uring/ |
| H A D | io_uring.c | 1639 __wake_up(&ctx->cq_wait, TASK_NORMAL, 0, in io_cqring_ev_posted() 1657 __wake_up(&ctx->cq_wait, TASK_NORMAL, 0, in io_cqring_ev_posted_iopoll()
|
| /OK3568_Linux_fs/kernel/Documentation/ |
| H A D | memory-barriers.txt | 2191 LOAD event_indicated if ((LOAD task->state) & TASK_NORMAL)
|