/openbmc/linux/kernel/ |
H A D | freezer.c | 69 WARN_ON_ONCE(state && !(state & TASK_NORMAL)); in __refrigerator() 122 WARN_ON_ONCE(!(state & TASK_NORMAL)); in __set_task_frozen() 166 wake_up_state(p, TASK_NORMAL); in freeze_task()
|
H A D | workqueue.c | 3528 __wake_up(&cancel_waitq, TASK_NORMAL, 1, work); in __cancel_work_timer()
|
/openbmc/linux/include/linux/ |
H A D | wait.h | 223 #define wake_up(x) __wake_up(x, TASK_NORMAL, 1, NULL) 224 #define wake_up_nr(x, nr) __wake_up(x, TASK_NORMAL, nr, NULL) 225 #define wake_up_all(x) __wake_up(x, TASK_NORMAL, 0, NULL) 226 #define wake_up_locked(x) __wake_up_locked((x), TASK_NORMAL, 1) 227 #define wake_up_all_locked(x) __wake_up_locked((x), TASK_NORMAL, 0) 228 #define wake_up_sync(x) __wake_up_sync(x, TASK_NORMAL) 241 __wake_up(x, TASK_NORMAL, 1, poll_to_key(m)) 243 __wake_up_on_current_cpu(x, TASK_NORMAL, poll_to_key(m)) 245 __wake_up_locked_key((x), TASK_NORMAL, poll_to_key(m))
|
H A D | sched.h | 122 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE) macro
|
/openbmc/linux/kernel/sched/ |
H A D | swait.c | 29 try_to_wake_up(curr->task, TASK_NORMAL, wake_flags); in swake_up_locked() 71 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 | 251 __wake_up(wq_head, TASK_NORMAL, 0, poll_to_key(EPOLLHUP | POLLFREE)); in __wake_up_pollfree()
|
H A D | core.c | 4480 return try_to_wake_up(p, TASK_NORMAL, 0); in wake_up_process()
|
/openbmc/linux/rust/kernel/sync/ |
H A D | condvar.rs | 152 bindings::TASK_NORMAL, in notify()
|
/openbmc/linux/io_uring/ |
H A D | io_uring.h | 239 __wake_up(&ctx->poll_wq, TASK_NORMAL, 0, in io_poll_wq_wake() 256 __wake_up(&ctx->cq_wait, TASK_NORMAL, 0, in io_cqring_wake()
|
/openbmc/linux/kernel/locking/ |
H A D | rtmutex_common.h | 216 waiter->wake_state = TASK_NORMAL; in rt_mutex_init_waiter()
|
H A D | percpu-rwsem.c | 273 __wake_up(&sem->waiters, TASK_NORMAL, 1, sem); in percpu_up_write()
|
H A D | rwsem.c | 1469 rwbase_read_unlock(&sem->rwbase, TASK_NORMAL); in __up_read()
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_sw_fence.c | 164 pos->func(pos, TASK_NORMAL, 0, continuation); in __i915_sw_fence_wake_up_all() 177 pos->func(pos, TASK_NORMAL, wake_flags, &extra); in __i915_sw_fence_wake_up_all()
|
/openbmc/linux/fs/ |
H A D | userfaultfd.c | 953 __wake_up_locked_key(&ctx->fault_pending_wqh, TASK_NORMAL, &range); in userfaultfd_release() 954 __wake_up(&ctx->fault_wqh, TASK_NORMAL, 1, &range); in userfaultfd_release() 1252 __wake_up_locked_key(&ctx->fault_pending_wqh, TASK_NORMAL, in __wake_userfault() 1255 __wake_up(&ctx->fault_wqh, TASK_NORMAL, 1, range); in __wake_userfault()
|
H A D | dax.c | 196 __wake_up(wq, TASK_NORMAL, mode == WAKE_ALL ? 0 : 1, &key); in dax_wake_entry()
|
/openbmc/linux/kernel/futex/ |
H A D | requeue.c | 237 wake_up_state(q->task, TASK_NORMAL); in requeue_pi_wake_futex()
|
/openbmc/linux/drivers/dma-buf/ |
H A D | dma-fence.c | 745 wake_up_state(wait->task, TASK_NORMAL); in dma_fence_default_wait_cb()
|
/openbmc/linux/fs/nfs/ |
H A D | callback_proc.c | 678 __wake_up(&cps->clp->cl_lock_waitq, TASK_NORMAL, 0, args); in nfs4_callback_notify_lock()
|
/openbmc/linux/net/sunrpc/ |
H A D | sched.c | 331 __wake_up_locked_key(wq, TASK_NORMAL, &k); in rpc_complete_task()
|
/openbmc/linux/mm/ |
H A D | filemap.c | 1178 __wake_up_locked_key_bookmark(q, TASK_NORMAL, &key, &bookmark); in folio_wake_bit() 1190 __wake_up_locked_key_bookmark(q, TASK_NORMAL, &key, &bookmark); in folio_wake_bit()
|
H A D | memcontrol.c | 1923 __wake_up(&memcg_oom_waitq, TASK_NORMAL, 0, memcg); in memcg_oom_recover()
|
/openbmc/linux/Documentation/translations/ko_KR/ |
H A D | memory-barriers.txt | 2176 LOAD event_indicated if ((LOAD task->state) & TASK_NORMAL)
|
/openbmc/linux/fs/gfs2/ |
H A D | glock.c | 126 __wake_up(wq, TASK_NORMAL, 1, &gl->gl_name); in wake_up_glock()
|
/openbmc/linux/block/ |
H A D | blk-iocost.c | 1550 __wake_up_locked_key(&iocg->waitq, TASK_NORMAL, &ctx); in iocg_kick_waitq()
|