Home
last modified time | relevance | path

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

/linux/include/linux/
A Dwait.h222 #define wake_up(x) __wake_up(x, TASK_NORMAL, 1, NULL)
223 #define wake_up_nr(x, nr) __wake_up(x, TASK_NORMAL, nr, NULL)
224 #define wake_up_all(x) __wake_up(x, TASK_NORMAL, 0, NULL)
225 #define wake_up_locked(x) __wake_up_locked((x), TASK_NORMAL, 1)
226 #define wake_up_all_locked(x) __wake_up_locked((x), TASK_NORMAL, 0)
239 __wake_up(x, TASK_NORMAL, 1, poll_to_key(m))
241 __wake_up_locked_key((x), TASK_NORMAL, poll_to_key(m))
A Dsched.h111 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE) macro
/linux/kernel/sched/
A Dswait.c72 wake_up_state(curr->task, TASK_NORMAL); in swake_up_all()
A Dwait_bit.c126 __wake_up(wq_head, TASK_NORMAL, 1, &key); in __wake_up_bit()
A Dwait.c243 __wake_up(wq_head, TASK_NORMAL, 0, poll_to_key(EPOLLHUP | POLLFREE)); in __wake_up_pollfree()
A Dcore.c4203 return try_to_wake_up(p, TASK_NORMAL, 0); in wake_up_process()
/linux/kernel/locking/
A Drtmutex_common.h195 waiter->wake_state = TASK_NORMAL; in rt_mutex_init_waiter()
A Dpercpu-rwsem.c261 __wake_up(&sem->waiters, TASK_NORMAL, 1, sem); in percpu_up_write()
A Drwsem.c1419 rwbase_read_unlock(&sem->rwbase, TASK_NORMAL); in __up_read()
/linux/drivers/gpu/drm/i915/
A Di915_sw_fence.c165 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/fs/
A Duserfaultfd.c897 __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()
A Ddax.c210 __wake_up(wq, TASK_NORMAL, mode == WAKE_ALL ? 0 : 1, &key); in dax_wake_entry()
/linux/kernel/futex/
A Drequeue.c237 wake_up_state(q->task, TASK_NORMAL); in requeue_pi_wake_futex()
/linux/drivers/dma-buf/
A Ddma-fence.c736 wake_up_state(wait->task, TASK_NORMAL); in dma_fence_default_wait_cb()
/linux/fs/nfs/
A Dcallback_proc.c686 __wake_up(&cps->clp->cl_lock_waitq, TASK_NORMAL, 0, args); in nfs4_callback_notify_lock()
/linux/net/sunrpc/
A Dsched.c323 __wake_up_locked_key(wq, TASK_NORMAL, &k); in rpc_complete_task()
/linux/mm/
A Dfilemap.c1210 __wake_up_locked_key_bookmark(q, TASK_NORMAL, &key, &bookmark); in folio_wake_bit()
1222 __wake_up_locked_key_bookmark(q, TASK_NORMAL, &key, &bookmark); in folio_wake_bit()
A Dmemcontrol.c1788 __wake_up(&memcg_oom_waitq, TASK_NORMAL, 0, memcg); in memcg_oom_recover()
/linux/Documentation/translations/ko_KR/
A Dmemory-barriers.txt2155 LOAD event_indicated if ((LOAD task->state) & TASK_NORMAL)
/linux/fs/gfs2/
A Dglock.c122 __wake_up(wq, TASK_NORMAL, 1, &gl->gl_name); in wake_up_glock()
/linux/block/
A Dblk-iocost.c1512 __wake_up_locked_key(&iocg->waitq, TASK_NORMAL, &ctx); in iocg_kick_waitq()
/linux/kernel/
A Dworkqueue.c3182 __wake_up(&cancel_waitq, TASK_NORMAL, 1, work); in __cancel_work_timer()
/linux/Documentation/
A Dmemory-barriers.txt2191 LOAD event_indicated if ((LOAD task->state) & TASK_NORMAL)

Completed in 139 milliseconds