Searched refs:TASK_NORMAL (Results 1 – 17 of 17) sorted by relevance
| /linux/rust/kernel/sync/ |
| H A D | condvar.rs | 13 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 D | swait.c | 30 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 D | wait_bit.c | 129 __wake_up(wq_head, TASK_NORMAL, 1, &key); in __wake_up_bit()
|
| H A D | wait.c | 230 __wake_up(wq_head, TASK_NORMAL, 0, poll_to_key(EPOLLHUP | POLLFREE)); in __wake_up_pollfree()
|
| H A D | core.c | 4434 return try_to_wake_up(p, TASK_NORMAL, 0); in wake_up_process()
|
| /linux/rust/kernel/ |
| H A D | task.rs | 31 pub const TASK_NORMAL: c_uint = bindings::TASK_NORMAL as c_uint; constant
|
| /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()
|
| /linux/kernel/futex/ |
| H A D | requeue.c | 251 wake_up_state(task, TASK_NORMAL); in requeue_pi_wake_futex()
|
| /linux/drivers/dma-buf/ |
| H A D | dma-fence.c | 795 wake_up_state(wait->task, TASK_NORMAL); in dma_fence_default_wait_cb()
|
| /linux/io_uring/ |
| H A D | io_uring.h | 428 __wake_up(wq, TASK_NORMAL, 0, poll_to_key(EPOLL_URING_WAKE | EPOLLIN)); in __io_wq_wake()
|
| /linux/fs/nfs/ |
| H A D | callback_proc.c | 695 __wake_up(&cps->clp->cl_lock_waitq, TASK_NORMAL, 0, args); in nfs4_callback_notify_lock()
|
| /linux/net/sunrpc/ |
| H A D | sched.c | 331 __wake_up_locked_key(wq, TASK_NORMAL, &k); in rpc_complete_task()
|
| /linux/include/linux/ |
| H A D | sched.h | 144 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE) macro
|
| /linux/mm/ |
| H A D | filemap.c | 1196 __wake_up_locked_key(q, TASK_NORMAL, &key); in folio_wake_bit()
|
| /linux/fs/ |
| H A D | namei.c | 2938 return __start_dirop(parent, name, lookup_flags, TASK_NORMAL); in start_dirop()
|
| /linux/Documentation/ |
| H A D | memory-barriers.txt | 2221 LOAD event_indicated if ((LOAD task->state) & TASK_NORMAL)
|
| /linux/Documentation/translations/sp_SP/ |
| H A D | memory-barriers.txt | 2315 LOAD evento_indicado if ((LOAD task->state) & TASK_NORMAL)
|