/Linux-v5.15/include/linux/ |
D | wait.h | 221 #define wake_up(x) __wake_up(x, TASK_NORMAL, 1, NULL) 222 #define wake_up_nr(x, nr) __wake_up(x, TASK_NORMAL, nr, NULL) 223 #define wake_up_all(x) __wake_up(x, TASK_NORMAL, 0, NULL) 224 #define wake_up_locked(x) __wake_up_locked((x), TASK_NORMAL, 1) 225 #define wake_up_all_locked(x) __wake_up_locked((x), TASK_NORMAL, 0) 238 __wake_up(x, TASK_NORMAL, 1, poll_to_key(m)) 240 __wake_up_locked_key((x), TASK_NORMAL, poll_to_key(m))
|
D | sched.h | 111 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE) macro
|
/Linux-v5.15/kernel/sched/ |
D | swait.c | 72 wake_up_state(curr->task, TASK_NORMAL); in swake_up_all()
|
D | wait_bit.c | 126 __wake_up(wq_head, TASK_NORMAL, 1, &key); in __wake_up_bit()
|
D | core.c | 4166 return try_to_wake_up(p, TASK_NORMAL, 0); in wake_up_process()
|
/Linux-v5.15/kernel/locking/ |
D | percpu-rwsem.c | 261 __wake_up(&sem->waiters, TASK_NORMAL, 1, sem); in percpu_up_write()
|
D | rtmutex_common.h | 195 waiter->wake_state = TASK_NORMAL; in rt_mutex_init_waiter()
|
D | rtmutex.c | 452 if (IS_ENABLED(CONFIG_PREEMPT_RT) && w->wake_state != TASK_NORMAL) { in rt_mutex_wake_q_add()
|
D | rwsem.c | 1413 rwbase_read_unlock(&sem->rwbase, TASK_NORMAL); in __up_read()
|
/Linux-v5.15/drivers/gpu/drm/i915/ |
D | i915_sw_fence.c | 165 pos->func(pos, TASK_NORMAL, 0, continuation); in __i915_sw_fence_wake_up_all() 178 pos->func(pos, TASK_NORMAL, wake_flags, &extra); in __i915_sw_fence_wake_up_all()
|
/Linux-v5.15/fs/ |
D | userfaultfd.c | 897 __wake_up_locked_key(&ctx->fault_pending_wqh, TASK_NORMAL, &range); in userfaultfd_release() 898 __wake_up(&ctx->fault_wqh, TASK_NORMAL, 1, &range); in userfaultfd_release() 1196 __wake_up_locked_key(&ctx->fault_pending_wqh, TASK_NORMAL, in __wake_userfault() 1199 __wake_up(&ctx->fault_wqh, TASK_NORMAL, 1, range); in __wake_userfault()
|
D | dax.c | 210 __wake_up(wq, TASK_NORMAL, mode == WAKE_ALL ? 0 : 1, &key); in dax_wake_entry()
|
/Linux-v5.15/drivers/dma-buf/ |
D | dma-fence.c | 739 wake_up_state(wait->task, TASK_NORMAL); in dma_fence_default_wait_cb()
|
/Linux-v5.15/fs/nfs/ |
D | callback_proc.c | 686 __wake_up(&cps->clp->cl_lock_waitq, TASK_NORMAL, 0, args); in nfs4_callback_notify_lock()
|
/Linux-v5.15/net/sunrpc/ |
D | sched.c | 315 __wake_up_locked_key(wq, TASK_NORMAL, &k); in rpc_complete_task()
|
/Linux-v5.15/mm/ |
D | filemap.c | 1196 __wake_up_locked_key_bookmark(q, TASK_NORMAL, &key, &bookmark); in wake_up_page_bit() 1208 __wake_up_locked_key_bookmark(q, TASK_NORMAL, &key, &bookmark); in wake_up_page_bit()
|
D | memcontrol.c | 1756 __wake_up(&memcg_oom_waitq, TASK_NORMAL, 0, memcg); in memcg_oom_recover()
|
/Linux-v5.15/Documentation/translations/ko_KR/ |
D | memory-barriers.txt | 2155 LOAD event_indicated if ((LOAD task->state) & TASK_NORMAL)
|
/Linux-v5.15/fs/gfs2/ |
D | glock.c | 121 __wake_up(wq, TASK_NORMAL, 1, &gl->gl_name); in wake_up_glock()
|
/Linux-v5.15/kernel/ |
D | futex.c | 2000 wake_up_state(q->task, TASK_NORMAL); in requeue_pi_wake_futex()
|
D | workqueue.c | 3181 __wake_up(&cancel_waitq, TASK_NORMAL, 1, work); in __cancel_work_timer()
|
/Linux-v5.15/block/ |
D | blk-iocost.c | 1512 __wake_up_locked_key(&iocg->waitq, TASK_NORMAL, &ctx); in iocg_kick_waitq()
|
/Linux-v5.15/Documentation/ |
D | memory-barriers.txt | 2191 LOAD event_indicated if ((LOAD task->state) & TASK_NORMAL)
|