Searched refs:TASK_NORMAL (Results 1 – 20 of 20) sorted by relevance
/Linux-v4.19/include/linux/ |
D | wait.h | 195 #define wake_up(x) __wake_up(x, TASK_NORMAL, 1, NULL) 196 #define wake_up_nr(x, nr) __wake_up(x, TASK_NORMAL, nr, NULL) 197 #define wake_up_all(x) __wake_up(x, TASK_NORMAL, 0, NULL) 198 #define wake_up_locked(x) __wake_up_locked((x), TASK_NORMAL, 1) 199 #define wake_up_all_locked(x) __wake_up_locked((x), TASK_NORMAL, 0) 212 __wake_up(x, TASK_NORMAL, 1, poll_to_key(m)) 214 __wake_up_locked_key((x), TASK_NORMAL, poll_to_key(m))
|
D | sched.h | 96 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE) macro
|
/Linux-v4.19/kernel/sched/ |
D | completion.c | 36 __wake_up_locked(&x->wait, TASK_NORMAL, 1); in complete() 63 __wake_up_locked(&x->wait, TASK_NORMAL, 0); in complete_all()
|
D | swait.c | 59 wake_up_state(curr->task, TASK_NORMAL); in swake_up_all()
|
D | wait_bit.c | 125 __wake_up(wq_head, TASK_NORMAL, 1, &key); in __wake_up_bit()
|
D | core.c | 2091 if (!(p->state & TASK_NORMAL)) in try_to_wake_up_local() 2123 return try_to_wake_up(p, TASK_NORMAL, 0); in wake_up_process()
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_breadcrumbs.c | 31 #define task_asleep(tsk) ((tsk)->state & TASK_NORMAL && !(tsk)->on_cpu) 33 #define task_asleep(tsk) ((tsk)->state & TASK_NORMAL) 693 if (current->state & TASK_NORMAL && in intel_breadcrumbs_signaler()
|
D | i915_sw_fence.c | 155 pos->func(pos, TASK_NORMAL, 0, continuation); in __i915_sw_fence_wake_up_all() 164 pos->func(pos, TASK_NORMAL, 0, &extra); in __i915_sw_fence_wake_up_all()
|
D | i915_irq.c | 1217 if (tsk && tsk->state & TASK_NORMAL) in notify_ring()
|
/Linux-v4.19/fs/ |
D | userfaultfd.c | 910 __wake_up_locked_key(&ctx->fault_pending_wqh, TASK_NORMAL, &range); in userfaultfd_release() 911 __wake_up(&ctx->fault_wqh, TASK_NORMAL, 1, &range); in userfaultfd_release() 1213 __wake_up_locked_key(&ctx->fault_pending_wqh, TASK_NORMAL, in __wake_userfault() 1216 __wake_up(&ctx->fault_wqh, TASK_NORMAL, 1, range); in __wake_userfault()
|
D | dax.c | 180 __wake_up(wq, TASK_NORMAL, wake_all ? 0 : 1, &key); in dax_wake_mapping_entry_waiter()
|
/Linux-v4.19/drivers/dma-buf/ |
D | dma-fence.c | 414 wake_up_state(wait->task, TASK_NORMAL); in dma_fence_default_wait_cb()
|
/Linux-v4.19/fs/nfs/ |
D | callback_proc.c | 665 __wake_up(&cps->clp->cl_lock_waitq, TASK_NORMAL, 0, args); in nfs4_callback_notify_lock()
|
/Linux-v4.19/net/sunrpc/ |
D | sched.c | 300 __wake_up_locked_key(wq, TASK_NORMAL, &k); in rpc_complete_task()
|
/Linux-v4.19/mm/ |
D | filemap.c | 1030 __wake_up_locked_key_bookmark(q, TASK_NORMAL, &key, &bookmark); in wake_up_page_bit() 1042 __wake_up_locked_key_bookmark(q, TASK_NORMAL, &key, &bookmark); in wake_up_page_bit()
|
D | memcontrol.c | 1657 __wake_up(&memcg_oom_waitq, TASK_NORMAL, 0, memcg); in memcg_oom_recover()
|
/Linux-v4.19/kernel/ |
D | futex.c | 1762 wake_up_state(q->task, TASK_NORMAL); in requeue_pi_wake_futex()
|
D | workqueue.c | 3015 __wake_up(&cancel_waitq, TASK_NORMAL, 1, work); in __cancel_work_timer()
|
/Linux-v4.19/fs/gfs2/ |
D | glock.c | 124 __wake_up(wq, TASK_NORMAL, 1, &gl->gl_name); in wake_up_glock()
|
/Linux-v4.19/Documentation/ |
D | memory-barriers.txt | 2194 LOAD event_indicated if ((LOAD task->state) & TASK_NORMAL)
|