Home
last modified time | relevance | path

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

12

/linux/kernel/
A Dfreezer.c69 WARN_ON_ONCE(state && !(state & TASK_NORMAL)); in __refrigerator()
131 WARN_ON_ONCE(!(state & TASK_NORMAL)); in __set_task_frozen()
176 wake_up_state(p, TASK_NORMAL); in freeze_task()
A Dsignal.c2038 __wake_up(&pid->wait_pidfd, TASK_NORMAL, 0, in do_notify_pidfd()
/linux/rust/kernel/sync/
A Dcondvar.rs13 task::{MAX_SCHEDULE_TIMEOUT, TASK_INTERRUPTIBLE, TASK_NORMAL, TASK_UNINTERRUPTIBLE},
190 TASK_NORMAL, in notify()
204 unsafe { bindings::__wake_up_sync(self.wait_queue_head.get(), TASK_NORMAL) }; in notify_sync()
/linux/rust/kernel/
A Dtask.rs24 pub const TASK_NORMAL: c_uint = bindings::TASK_NORMAL as c_uint; consts
/linux/include/linux/
A Dwait.h219 #define wake_up(x) __wake_up(x, TASK_NORMAL, 1, NULL)
220 #define wake_up_nr(x, nr) __wake_up(x, TASK_NORMAL, nr, NULL)
221 #define wake_up_all(x) __wake_up(x, TASK_NORMAL, 0, NULL)
222 #define wake_up_locked(x) __wake_up_locked((x), TASK_NORMAL, 1)
223 #define wake_up_all_locked(x) __wake_up_locked((x), TASK_NORMAL, 0)
236 __wake_up(x, TASK_NORMAL, 1, poll_to_key(m))
238 __wake_up_on_current_cpu(x, TASK_NORMAL, poll_to_key(m))
240 __wake_up_locked_key((x), TASK_NORMAL, poll_to_key(m))
A Dsched.h136 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE) macro
/linux/kernel/sched/
A 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()
A Dwait_bit.c126 __wake_up(wq_head, TASK_NORMAL, 1, &key); in __wake_up_bit()
A Dwait.c211 __wake_up(wq_head, TASK_NORMAL, 0, poll_to_key(EPOLLHUP | POLLFREE)); in __wake_up_pollfree()
/linux/io_uring/
A Dio_uring.h262 __wake_up(&ctx->poll_wq, TASK_NORMAL, 0, in io_poll_wq_wake()
279 __wake_up(&ctx->cq_wait, TASK_NORMAL, 0, in io_cqring_wake()
/linux/kernel/locking/
A Drtmutex_common.h216 waiter->wake_state = TASK_NORMAL; in rt_mutex_init_waiter()
A Dpercpu-rwsem.c278 __wake_up(&sem->waiters, TASK_NORMAL, 1, sem); in percpu_up_write()
A Drwsem.c1473 rwbase_read_unlock(&sem->rwbase, TASK_NORMAL); in __up_read()
/linux/drivers/gpu/drm/i915/
A 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/fs/
A Duserfaultfd.c873 __wake_up_locked_key(&ctx->fault_pending_wqh, TASK_NORMAL, &range); in userfaultfd_release()
874 __wake_up(&ctx->fault_wqh, TASK_NORMAL, 1, &range); in userfaultfd_release()
1172 __wake_up_locked_key(&ctx->fault_pending_wqh, TASK_NORMAL, in __wake_userfault()
1175 __wake_up(&ctx->fault_wqh, TASK_NORMAL, 1, range); in __wake_userfault()
A Ddax.c196 __wake_up(wq, TASK_NORMAL, mode == WAKE_ALL ? 0 : 1, &key); in dax_wake_entry()
/linux/kernel/futex/
A Drequeue.c239 wake_up_state(q->task, TASK_NORMAL); in requeue_pi_wake_futex()
/linux/drivers/dma-buf/
A Ddma-fence.c745 wake_up_state(wait->task, TASK_NORMAL); in dma_fence_default_wait_cb()
/linux/fs/nfs/
A Dcallback_proc.c692 __wake_up(&cps->clp->cl_lock_waitq, TASK_NORMAL, 0, args); in nfs4_callback_notify_lock()
/linux/net/sunrpc/
A Dsched.c331 __wake_up_locked_key(wq, TASK_NORMAL, &k); in rpc_complete_task()
/linux/Documentation/translations/ko_KR/
A Dmemory-barriers.txt2176 LOAD event_indicated if ((LOAD task->state) & TASK_NORMAL)
/linux/mm/
A Dmemcontrol-v1.c2224 __wake_up(&memcg_oom_waitq, TASK_NORMAL, 0, memcg); in memcg1_oom_recover()
A Dfilemap.c1178 __wake_up_locked_key(q, TASK_NORMAL, &key); in folio_wake_bit()
/linux/fs/gfs2/
A Dglock.c124 __wake_up(wq, TASK_NORMAL, 1, &gl->gl_name); in wake_up_glock()
/linux/block/
A Dblk-iocost.c1543 __wake_up_locked_key(&iocg->waitq, TASK_NORMAL, &ctx); in iocg_kick_waitq()

Completed in 85 milliseconds

12