Home
last modified time | relevance | path

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

12

/linux/kernel/
H A Dfreezer.c70 WARN_ON_ONCE(state && !(state & TASK_NORMAL)); in __refrigerator()
132 WARN_ON_ONCE(!(state & TASK_NORMAL)); in __set_task_frozen()
177 wake_up_state(p, TASK_NORMAL); in freeze_task()
H A Dsignal.c2157 __wake_up(&pid->wait_pidfd, TASK_NORMAL, 0, in do_notify_pidfd()
/linux/include/linux/
H A Dwait.h221 #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)
226 #define wake_up_sync(x) __wake_up_sync(x, TASK_NORMAL)
239 __wake_up(x, TASK_NORMAL, 1, poll_to_key(m))
241 __wake_up_on_current_cpu(x, TASK_NORMAL, poll_to_key(m))
243 __wake_up_locked_key((x), TASK_NORMAL, poll_to_key(m))
H A Dsched.h142 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE) macro
/linux/rust/kernel/sync/
H A Dcondvar.rs13 MAX_SCHEDULE_TIMEOUT, TASK_FREEZABLE, TASK_INTERRUPTIBLE, TASK_NORMAL, TASK_UNINTERRUPTIBLE,
207 TASK_NORMAL, in notify()
222 unsafe { bindings::__wake_up_sync(self.wait_queue_head.get(), TASK_NORMAL) }; in notify_sync()
/linux/kernel/sched/
H A Dswait.c30 try_to_wake_up(curr->task, TASK_NORMAL, wake_flags); in swake_up_locked()
72 wake_up_state(curr->task, TASK_NORMAL); in swake_up_all()
H A Dwait_bit.c129 __wake_up(wq_head, TASK_NORMAL, 1, &key); in __wake_up_bit()
H A Dwait.c230 __wake_up(wq_head, TASK_NORMAL, 0, poll_to_key(EPOLLHUP | POLLFREE)); in __wake_up_pollfree()
/linux/rust/kernel/
H A Dtask.rs32 pub const TASK_NORMAL: c_uint = bindings::TASK_NORMAL as c_uint; constant
/linux/kernel/locking/
H A Drtmutex_common.h208 waiter->wake_state = TASK_NORMAL; in rt_mutex_init_waiter()
H A Dpercpu-rwsem.c281 __wake_up(&sem->waiters, TASK_NORMAL, 1, sem); in percpu_up_write()
H A Drwsem.c1486 rwbase_read_unlock(&sem->rwbase, TASK_NORMAL); in __up_read()
/linux/drivers/gpu/drm/i915/
H 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/
H A Duserfaultfd.c876 __wake_up_locked_key(&ctx->fault_pending_wqh, TASK_NORMAL, &range); in userfaultfd_release()
877 __wake_up(&ctx->fault_wqh, TASK_NORMAL, 1, &range); in userfaultfd_release()
1175 __wake_up_locked_key(&ctx->fault_pending_wqh, TASK_NORMAL, in __wake_userfault()
1178 __wake_up(&ctx->fault_wqh, TASK_NORMAL, 1, range); in __wake_userfault()
H A Ddax.c200 __wake_up(wq, TASK_NORMAL, mode == WAKE_ALL ? 0 : 1, &key); in dax_wake_entry()
/linux/kernel/futex/
H A Drequeue.c251 wake_up_state(task, TASK_NORMAL); in requeue_pi_wake_futex()
/linux/drivers/dma-buf/
H A Ddma-fence.c762 wake_up_state(wait->task, TASK_NORMAL); in dma_fence_default_wait_cb()
/linux/io_uring/
H A Dio_uring.h397 __wake_up(wq, TASK_NORMAL, 0, poll_to_key(EPOLL_URING_WAKE | EPOLLIN)); in __io_wq_wake()
/linux/fs/nfs/
H A Dcallback_proc.c692 __wake_up(&cps->clp->cl_lock_waitq, TASK_NORMAL, 0, args); in nfs4_callback_notify_lock()
/linux/net/sunrpc/
H A Dsched.c331 __wake_up_locked_key(wq, TASK_NORMAL, &k); in rpc_complete_task()
/linux/mm/
H A Dmemcontrol-v1.c1331 __wake_up(&memcg_oom_waitq, TASK_NORMAL, 0, memcg); in memcg1_oom_recover()
H A Dfilemap.c1202 __wake_up_locked_key(q, TASK_NORMAL, &key); in folio_wake_bit()
/linux/Documentation/translations/ko_KR/
H A Dmemory-barriers.txt2176 LOAD event_indicated if ((LOAD task->state) & TASK_NORMAL)
/linux/fs/gfs2/
H A Dglock.c124 __wake_up(wq, TASK_NORMAL, 1, &gl->gl_name); in wake_up_glock()
/linux/block/
H A Dblk-iocost.c1550 __wake_up_locked_key(&iocg->waitq, TASK_NORMAL, &ctx); in iocg_kick_waitq()

12