Home
last modified time | relevance | path

Searched refs:TASK_NORMAL (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dwait.h212 #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 Dsched.h108 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE) macro
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dswait.c72 wake_up_state(curr->task, TASK_NORMAL); in swake_up_all()
H A Dwait_bit.c126 __wake_up(wq_head, TASK_NORMAL, 1, &key); in __wake_up_bit()
H A Dwait.c232 __wake_up(wq_head, TASK_NORMAL, 0, poll_to_key(EPOLLHUP | POLLFREE)); in __wake_up_pollfree()
H A Dcore.c3292 return try_to_wake_up(p, TASK_NORMAL, 0); in wake_up_process()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_sw_fence.c158 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 Dpercpu-rwsem.c279 __wake_up(&sem->waiters, TASK_NORMAL, 1, sem); in percpu_up_write()
/OK3568_Linux_fs/kernel/fs/
H A Duserfaultfd.c902 __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 Ddax.c210 __wake_up(wq, TASK_NORMAL, mode == WAKE_ALL ? 0 : 1, &key); in dax_wake_entry()
/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Ddma-fence.c714 wake_up_state(wait->task, TASK_NORMAL); in dma_fence_default_wait_cb()
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dcallback_proc.c673 __wake_up(&cps->clp->cl_lock_waitq, TASK_NORMAL, 0, args); in nfs4_callback_notify_lock()
/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dsched.c308 __wake_up_locked_key(wq, TASK_NORMAL, &k); in rpc_complete_task()
/OK3568_Linux_fs/kernel/mm/
H A Dfilemap.c1122 __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 Dmemcontrol.c1943 __wake_up(&memcg_oom_waitq, TASK_NORMAL, 0, memcg); in memcg_oom_recover()
/OK3568_Linux_fs/kernel/Documentation/translations/ko_KR/
H A Dmemory-barriers.txt2155 LOAD event_indicated if ((LOAD task->state) & TASK_NORMAL)
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dglock.c121 __wake_up(wq, TASK_NORMAL, 1, &gl->gl_name); in wake_up_glock()
/OK3568_Linux_fs/kernel/kernel/
H A Dfutex.c1829 wake_up_state(q->task, TASK_NORMAL); in requeue_pi_wake_futex()
H A Dworkqueue.c3179 __wake_up(&cancel_waitq, TASK_NORMAL, 1, work); in __cancel_work_timer()
/OK3568_Linux_fs/kernel/block/
H A Dblk-iocost.c1466 __wake_up_locked_key(&iocg->waitq, TASK_NORMAL, &ctx); in iocg_kick_waitq()
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c1639 __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 Dmemory-barriers.txt2191 LOAD event_indicated if ((LOAD task->state) & TASK_NORMAL)