Home
last modified time | relevance | path

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

12

/Linux-v6.6/kernel/
Dfreezer.c69 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()
Dworkqueue.c3505 __wake_up(&cancel_waitq, TASK_NORMAL, 1, work); in __cancel_work_timer()
/Linux-v6.6/include/linux/
Dwait.h223 #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)
240 __wake_up(x, TASK_NORMAL, 1, poll_to_key(m))
242 __wake_up_on_current_cpu(x, TASK_NORMAL, poll_to_key(m))
244 __wake_up_locked_key((x), TASK_NORMAL, poll_to_key(m))
Dsched.h123 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE) macro
/Linux-v6.6/kernel/sched/
Dswait.c29 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()
Dwait_bit.c126 __wake_up(wq_head, TASK_NORMAL, 1, &key); in __wake_up_bit()
Dwait.c251 __wake_up(wq_head, TASK_NORMAL, 0, poll_to_key(EPOLLHUP | POLLFREE)); in __wake_up_pollfree()
Dcore.c4478 return try_to_wake_up(p, TASK_NORMAL, 0); in wake_up_process()
/Linux-v6.6/rust/kernel/sync/
Dcondvar.rs152 bindings::TASK_NORMAL, in notify()
/Linux-v6.6/io_uring/
Dio_uring.h231 __wake_up(&ctx->poll_wq, TASK_NORMAL, 0, in io_poll_wq_wake()
248 __wake_up(&ctx->cq_wait, TASK_NORMAL, 0, in io_cqring_wake()
/Linux-v6.6/kernel/locking/
Drtmutex_common.h216 waiter->wake_state = TASK_NORMAL; in rt_mutex_init_waiter()
Dpercpu-rwsem.c273 __wake_up(&sem->waiters, TASK_NORMAL, 1, sem); in percpu_up_write()
Drwsem.c1469 rwbase_read_unlock(&sem->rwbase, TASK_NORMAL); in __up_read()
/Linux-v6.6/drivers/gpu/drm/i915/
Di915_sw_fence.c164 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()
/Linux-v6.6/fs/
Duserfaultfd.c949 __wake_up_locked_key(&ctx->fault_pending_wqh, TASK_NORMAL, &range); in userfaultfd_release()
950 __wake_up(&ctx->fault_wqh, TASK_NORMAL, 1, &range); in userfaultfd_release()
1248 __wake_up_locked_key(&ctx->fault_pending_wqh, TASK_NORMAL, in __wake_userfault()
1251 __wake_up(&ctx->fault_wqh, TASK_NORMAL, 1, range); in __wake_userfault()
Ddax.c196 __wake_up(wq, TASK_NORMAL, mode == WAKE_ALL ? 0 : 1, &key); in dax_wake_entry()
/Linux-v6.6/kernel/futex/
Drequeue.c237 wake_up_state(q->task, TASK_NORMAL); in requeue_pi_wake_futex()
/Linux-v6.6/drivers/dma-buf/
Ddma-fence.c745 wake_up_state(wait->task, TASK_NORMAL); in dma_fence_default_wait_cb()
/Linux-v6.6/fs/nfs/
Dcallback_proc.c678 __wake_up(&cps->clp->cl_lock_waitq, TASK_NORMAL, 0, args); in nfs4_callback_notify_lock()
/Linux-v6.6/net/sunrpc/
Dsched.c331 __wake_up_locked_key(wq, TASK_NORMAL, &k); in rpc_complete_task()
/Linux-v6.6/mm/
Dfilemap.c1150 __wake_up_locked_key_bookmark(q, TASK_NORMAL, &key, &bookmark); in folio_wake_bit()
1162 __wake_up_locked_key_bookmark(q, TASK_NORMAL, &key, &bookmark); in folio_wake_bit()
Dmemcontrol.c1918 __wake_up(&memcg_oom_waitq, TASK_NORMAL, 0, memcg); in memcg_oom_recover()
/Linux-v6.6/Documentation/translations/ko_KR/
Dmemory-barriers.txt2176 LOAD event_indicated if ((LOAD task->state) & TASK_NORMAL)
/Linux-v6.6/fs/gfs2/
Dglock.c126 __wake_up(wq, TASK_NORMAL, 1, &gl->gl_name); in wake_up_glock()
/Linux-v6.6/block/
Dblk-iocost.c1532 __wake_up_locked_key(&iocg->waitq, TASK_NORMAL, &ctx); in iocg_kick_waitq()

12