| /linux/kernel/locking/ |
| H A D | rtmutex_api.c | 71 if (__rt_mutex_lock_common(lock, TASK_UNINTERRUPTIBLE, NULL, subclass) == 0) in rt_mutex_lock_nested() 84 if (__rt_mutex_lock_common(lock, TASK_UNINTERRUPTIBLE, nest_lock, 0) == 0) in _rt_mutex_lock_nest_lock() 104 if (__rt_mutex_lock_common(lock, TASK_UNINTERRUPTIBLE, NULL, 0) == 0) in rt_mutex_lock() 580 __mutex_lock_common(lock, TASK_UNINTERRUPTIBLE, subclass, NULL, _RET_IP_); in mutex_lock_nested() 587 __mutex_lock_common(lock, TASK_UNINTERRUPTIBLE, 0, nest_lock, _RET_IP_); in _mutex_lock_nest_lock() 612 __mutex_lock_common(lock, TASK_UNINTERRUPTIBLE, subclass, NULL, _RET_IP_); in mutex_lock_io_nested() 642 __mutex_lock_common(lock, TASK_UNINTERRUPTIBLE, 0, NULL, _RET_IP_); in mutex_lock() 662 __mutex_lock_common(lock, TASK_UNINTERRUPTIBLE, 0, NULL, _RET_IP_); in mutex_lock_io()
|
| /linux/kernel/sched/ |
| H A D | completion.c | 153 wait_for_common(x, MAX_SCHEDULE_TIMEOUT, TASK_UNINTERRUPTIBLE); in wait_for_completion() 172 return wait_for_common(x, timeout, TASK_UNINTERRUPTIBLE); in wait_for_completion_timeout() 186 wait_for_common_io(x, MAX_SCHEDULE_TIMEOUT, TASK_UNINTERRUPTIBLE); in wait_for_completion_io() 206 return wait_for_common_io(x, timeout, TASK_UNINTERRUPTIBLE); in wait_for_completion_io_timeout()
|
| /linux/include/linux/ |
| H A D | rcupdate_wait.h | 35 #define wait_rcu_gp(...) _wait_rcu_gp(false, TASK_UNINTERRUPTIBLE, __VA_ARGS__) 60 _wait_rcu_gp(IS_ENABLED(CONFIG_TINY_RCU), TASK_UNINTERRUPTIBLE, __VA_ARGS__)
|
| H A D | swait.h | 183 (void)___swait_event(wq, condition, TASK_UNINTERRUPTIBLE, 0, \ 195 TASK_UNINTERRUPTIBLE, timeout, \
|
| /linux/lib/ |
| H A D | closure.c | 143 set_current_state(TASK_UNINTERRUPTIBLE); in __closure_sync() 174 set_current_state(TASK_UNINTERRUPTIBLE); in closure_return_sync() 197 set_current_state(TASK_UNINTERRUPTIBLE); in __closure_sync_timeout()
|
| H A D | sys_info.c | 160 show_state_filter(TASK_UNINTERRUPTIBLE); in __sys_info()
|
| /linux/rust/kernel/sync/ |
| H A D | condvar.rs | 13 MAX_SCHEDULE_TIMEOUT, TASK_FREEZABLE, TASK_INTERRUPTIBLE, TASK_NORMAL, TASK_UNINTERRUPTIBLE, 146 self.wait_internal(TASK_UNINTERRUPTIBLE, guard, MAX_SCHEDULE_TIMEOUT); in wait()
|
| /linux/fs/jfs/ |
| H A D | jfs_lock.h | 28 set_current_state(TASK_UNINTERRUPTIBLE);\
|
| /linux/rust/kernel/ |
| H A D | task.rs | 26 pub const TASK_UNINTERRUPTIBLE: c_int = bindings::TASK_UNINTERRUPTIBLE as c_int; constant
|
| /linux/drivers/gpu/drm/i915/selftests/ |
| H A D | igt_reset.c | 29 TASK_UNINTERRUPTIBLE); in igt_global_reset_lock()
|
| /linux/fs/netfs/ |
| H A D | fscache_volume.c | 158 TASK_UNINTERRUPTIBLE, 20 * HZ); in fscache_wait_on_volume_collision() 164 TASK_UNINTERRUPTIBLE); in fscache_wait_on_volume_collision() 320 TASK_UNINTERRUPTIBLE); in fscache_create_volume()
|
| H A D | misc.c | 383 prepare_to_wait(&rreq->waitq, &myself, TASK_UNINTERRUPTIBLE); in netfs_wait_for_in_progress_stream() 459 prepare_to_wait(&rreq->waitq, &myself, TASK_UNINTERRUPTIBLE); in netfs_wait_for_in_progress() 528 prepare_to_wait(&rreq->waitq, &myself, TASK_UNINTERRUPTIBLE); in netfs_wait_for_pause() 576 prepare_to_wait(&rreq->waitq, &myself, TASK_UNINTERRUPTIBLE);
|
| H A D | locking.c | 234 set_current_state(TASK_UNINTERRUPTIBLE); in netfs_wb_begin_wait()
|
| /linux/Documentation/trace/rv/ |
| H A D | monitor_wwnr.rst | 33 1: set_current_state(TASK_UNINTERRUPTIBLE);
|
| /linux/tools/perf/util/bpf_skel/ |
| H A D | off_cpu.bpf.c | 13 #define TASK_UNINTERRUPTIBLE 0x0002 macro 177 state != TASK_UNINTERRUPTIBLE) in can_record()
|
| /linux/fs/ |
| H A D | fs_pin.c | 54 set_current_state(TASK_UNINTERRUPTIBLE); in pin_kill()
|
| /linux/Documentation/translations/zh_CN/locking/ |
| H A D | mutex-design.rst | 67 休眠直到被解锁路径唤醒。在通常情况下,它以TASK_UNINTERRUPTIBLE状态
|
| /linux/tools/testing/selftests/net/bench/page_pool/ |
| H A D | time_bench.c | 372 set_current_state(TASK_UNINTERRUPTIBLE); in time_bench_run_concurrent() 380 set_current_state(TASK_UNINTERRUPTIBLE); in time_bench_run_concurrent()
|
| /linux/kernel/time/ |
| H A D | sleep_timeout.c | 157 __set_current_state(TASK_UNINTERRUPTIBLE); in schedule_timeout_uninterruptible()
|
| /linux/arch/s390/mm/ |
| H A D | pfault.c | 201 __set_current_state(TASK_UNINTERRUPTIBLE); in pfault_interrupt()
|
| /linux/kernel/ |
| H A D | kthread.c | 412 __set_current_state(TASK_UNINTERRUPTIBLE); in kthread() 588 __kthread_bind_mask(p, mask, TASK_UNINTERRUPTIBLE); in kthread_bind_mask() 604 __kthread_bind(p, cpu, TASK_UNINTERRUPTIBLE); in kthread_bind() 845 if (!wait_task_inactive(p, TASK_UNINTERRUPTIBLE) || kthread->started) { in kthread_affine_preferred()
|
| /linux/drivers/mtd/lpddr/ |
| H A D | lpddr_cmds.c | 171 set_current_state(TASK_UNINTERRUPTIBLE); in wait_for_ready() 270 set_current_state(TASK_UNINTERRUPTIBLE); in get_chip() 337 set_current_state(TASK_UNINTERRUPTIBLE); in chip_ready()
|
| /linux/net/rxrpc/ |
| H A D | sendmsg.c | 66 set_current_state(TASK_UNINTERRUPTIBLE); in rxrpc_wait_to_be_connected() 146 set_current_state(TASK_UNINTERRUPTIBLE); in rxrpc_wait_for_tx_window_waitall() 176 set_current_state(TASK_UNINTERRUPTIBLE); in rxrpc_wait_for_tx_window_nonintr()
|
| /linux/Documentation/translations/zh_CN/scheduler/ |
| H A D | completion.rst | 187 该任务被标记为TASK_UNINTERRUPTIBLE,并将最多超时等待“timeout”个jiffies。如果超时发生,则
|
| /linux/drivers/dma-buf/ |
| H A D | dma-fence.c | 841 __set_current_state(TASK_UNINTERRUPTIBLE); in dma_fence_default_wait() 943 set_current_state(TASK_UNINTERRUPTIBLE); in dma_fence_wait_any_timeout()
|