Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dwait.h208 #define wake_up(x) __wake_up(x, TASK_NORMAL, 1, NULL)
209 #define wake_up_nr(x, nr) __wake_up(x, TASK_NORMAL, nr, NULL)
210 #define wake_up_all(x) __wake_up(x, TASK_NORMAL, 0, NULL)
211 #define wake_up_locked(x) __wake_up_locked((x), TASK_NORMAL, 1)
212 #define wake_up_all_locked(x) __wake_up_locked((x), TASK_NORMAL, 0)
225 __wake_up(x, TASK_NORMAL, 1, poll_to_key(m))
227 __wake_up_locked_key((x), TASK_NORMAL, poll_to_key(m))
Dsched.h102 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE) macro
/Linux-v5.4/kernel/sched/
Dcompletion.c36 __wake_up_locked(&x->wait, TASK_NORMAL, 1); in complete()
63 __wake_up_locked(&x->wait, TASK_NORMAL, 0); in complete_all()
Dswait.c59 wake_up_state(curr->task, TASK_NORMAL); in swake_up_all()
Dwait_bit.c126 __wake_up(wq_head, TASK_NORMAL, 1, &key); in __wake_up_bit()
Dcore.c2667 return try_to_wake_up(p, TASK_NORMAL, 0); in wake_up_process()
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_sw_fence.c152 pos->func(pos, TASK_NORMAL, 0, continuation); in __i915_sw_fence_wake_up_all()
162 TASK_NORMAL, fence->error, in __i915_sw_fence_wake_up_all()
/Linux-v5.4/fs/
Duserfaultfd.c933 __wake_up_locked_key(&ctx->fault_pending_wqh, TASK_NORMAL, &range); in userfaultfd_release()
934 __wake_up(&ctx->fault_wqh, TASK_NORMAL, 1, &range); in userfaultfd_release()
1236 __wake_up_locked_key(&ctx->fault_pending_wqh, TASK_NORMAL, in __wake_userfault()
1239 __wake_up(&ctx->fault_wqh, TASK_NORMAL, 1, range); in __wake_userfault()
Ddax.c199 __wake_up(wq, TASK_NORMAL, wake_all ? 0 : 1, &key); in dax_wake_entry()
/Linux-v5.4/drivers/dma-buf/
Ddma-fence.c443 wake_up_state(wait->task, TASK_NORMAL); in dma_fence_default_wait_cb()
/Linux-v5.4/fs/nfs/
Dcallback_proc.c677 __wake_up(&cps->clp->cl_lock_waitq, TASK_NORMAL, 0, args); in nfs4_callback_notify_lock()
/Linux-v5.4/net/sunrpc/
Dsched.c332 __wake_up_locked_key(wq, TASK_NORMAL, &k); in rpc_complete_task()
/Linux-v5.4/mm/
Dfilemap.c1072 __wake_up_locked_key_bookmark(q, TASK_NORMAL, &key, &bookmark); in wake_up_page_bit()
1084 __wake_up_locked_key_bookmark(q, TASK_NORMAL, &key, &bookmark); in wake_up_page_bit()
Dmemcontrol.c1868 __wake_up(&memcg_oom_waitq, TASK_NORMAL, 0, memcg); in memcg_oom_recover()
/Linux-v5.4/Documentation/translations/ko_KR/
Dmemory-barriers.txt2159 LOAD event_indicated if ((LOAD task->state) & TASK_NORMAL)
/Linux-v5.4/fs/gfs2/
Dglock.c121 __wake_up(wq, TASK_NORMAL, 1, &gl->gl_name); in wake_up_glock()
/Linux-v5.4/block/
Dblk-iocost.c1178 __wake_up_locked_key(&iocg->waitq, TASK_NORMAL, &ctx); in iocg_kick_waitq()
/Linux-v5.4/kernel/
Dfutex.c1842 wake_up_state(q->task, TASK_NORMAL); in requeue_pi_wake_futex()
Dworkqueue.c3138 __wake_up(&cancel_waitq, TASK_NORMAL, 1, work); in __cancel_work_timer()
/Linux-v5.4/Documentation/
Dmemory-barriers.txt2178 LOAD event_indicated if ((LOAD task->state) & TASK_NORMAL)