Home
last modified time | relevance | path

Searched refs:TASK_UNINTERRUPTIBLE (Results 1 – 25 of 157) sorted by relevance

1234567

/linux/kernel/sched/
H A Dcompletion.c153 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 Drcupdate_wait.h35 #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 Dswait.h183 (void)___swait_event(wq, condition, TASK_UNINTERRUPTIBLE, 0, \
195 TASK_UNINTERRUPTIBLE, timeout, \
H A Dsched.h109 #define TASK_UNINTERRUPTIBLE 0x00000002 macro
137 #define TASK_KILLABLE (TASK_WAKEKILL | TASK_UNINTERRUPTIBLE)
141 #define TASK_IDLE (TASK_UNINTERRUPTIBLE | TASK_NOLOAD)
144 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE)
148 TASK_UNINTERRUPTIBLE | __TASK_STOPPED | \
1684 state = TASK_UNINTERRUPTIBLE; in __task_state_index()
/linux/lib/
H A Dclosure.c143 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 Dsys_info.c160 show_state_filter(TASK_UNINTERRUPTIBLE); in __sys_info()
/linux/kernel/locking/
H A Dmutex.c873 __mutex_lock(lock, TASK_UNINTERRUPTIBLE, subclass, NULL, _RET_IP_); in mutex_lock_nested()
882 __mutex_lock(lock, TASK_UNINTERRUPTIBLE, 0, nest, _RET_IP_); in _mutex_lock_nest_lock()
910 __mutex_lock_common(lock, TASK_UNINTERRUPTIBLE, in mutex_lock_io_nested()
950 ret = __ww_mutex_lock(&lock->base, TASK_UNINTERRUPTIBLE, in ww_mutex_lock()
1114 __mutex_lock(lock, TASK_UNINTERRUPTIBLE, 0, NULL, _RET_IP_); in __mutex_lock_slowpath()
1136 return __ww_mutex_lock(&lock->base, TASK_UNINTERRUPTIBLE, 0, in __ww_mutex_lock_slowpath()
/linux/rust/kernel/sync/
H A Dcondvar.rs13 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 Djfs_lock.h28 set_current_state(TASK_UNINTERRUPTIBLE);\
/linux/rust/kernel/
H A Dtask.rs26 pub const TASK_UNINTERRUPTIBLE: c_int = bindings::TASK_UNINTERRUPTIBLE as c_int; constant
/linux/net/atm/
H A Dsvc.c61 prepare_to_wait(sk_sleep(sk), &wait, TASK_UNINTERRUPTIBLE); in svc_disconnect()
137 prepare_to_wait(sk_sleep(sk), &wait, TASK_UNINTERRUPTIBLE); in svc_bind()
308 prepare_to_wait(sk_sleep(sk), &wait, TASK_UNINTERRUPTIBLE); in svc_listen()
401 TASK_UNINTERRUPTIBLE); in svc_accept()
445 prepare_to_wait(sk_sleep(sk), &wait, TASK_UNINTERRUPTIBLE); in svc_change_qos()
/linux/fs/netfs/
H A Dmisc.c364 prepare_to_wait(&rreq->waitq, &myself, TASK_UNINTERRUPTIBLE); in netfs_wait_for_in_progress_stream()
440 prepare_to_wait(&rreq->waitq, &myself, TASK_UNINTERRUPTIBLE); in netfs_wait_for_in_progress()
509 prepare_to_wait(&rreq->waitq, &myself, TASK_UNINTERRUPTIBLE); in netfs_wait_for_pause()
H A Dfscache_volume.c158 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()
/linux/drivers/mtd/chips/
H A Dcfi_cmdset_0020.c352 set_current_state(TASK_UNINTERRUPTIBLE); in do_read_onechip()
485 set_current_state(TASK_UNINTERRUPTIBLE); in do_write_buffer()
542 set_current_state(TASK_UNINTERRUPTIBLE); in do_write_buffer()
778 set_current_state(TASK_UNINTERRUPTIBLE); in do_erase_oneblock()
807 set_current_state(TASK_UNINTERRUPTIBLE); in do_erase_oneblock()
1005 set_current_state(TASK_UNINTERRUPTIBLE); in cfi_staa_sync()
1075 set_current_state(TASK_UNINTERRUPTIBLE); in do_lock_oneblock()
1221 set_current_state(TASK_UNINTERRUPTIBLE); in do_unlock_oneblock()
/linux/drivers/gpu/drm/i915/selftests/
H A Digt_reset.c29 TASK_UNINTERRUPTIBLE); in igt_global_reset_lock()
/linux/Documentation/trace/rv/
H A Dmonitor_wwnr.rst33 1: set_current_state(TASK_UNINTERRUPTIBLE);
/linux/tools/perf/util/bpf_skel/
H A Doff_cpu.bpf.c13 #define TASK_UNINTERRUPTIBLE 0x0002 macro
177 state != TASK_UNINTERRUPTIBLE) in can_record()
/linux/kernel/
H A Dumh.c249 TASK_UNINTERRUPTIBLE); in usermodehelper_read_lock_wait()
403 unsigned int state = TASK_UNINTERRUPTIBLE; in call_usermodehelper_exec()
H A Dkthread.c412 __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/tools/testing/selftests/net/bench/page_pool/
H A Dtime_bench.c372 set_current_state(TASK_UNINTERRUPTIBLE); in time_bench_run_concurrent()
380 set_current_state(TASK_UNINTERRUPTIBLE); in time_bench_run_concurrent()
/linux/fs/
H A Dfs_pin.c54 set_current_state(TASK_UNINTERRUPTIBLE); in pin_kill()
/linux/Documentation/translations/zh_CN/locking/
H A Dmutex-design.rst67 休眠直到被解锁路径唤醒。在通常情况下,它以TASK_UNINTERRUPTIBLE状态
/linux/drivers/media/i2c/
H A Dsaa7110.c186 prepare_to_wait(&decoder->wq, &wait, TASK_UNINTERRUPTIBLE); in determine_norm()
221 prepare_to_wait(&decoder->wq, &wait, TASK_UNINTERRUPTIBLE); in determine_norm()
/linux/kernel/time/
H A Dsleep_timeout.c157 __set_current_state(TASK_UNINTERRUPTIBLE); in schedule_timeout_uninterruptible()
/linux/arch/s390/mm/
H A Dpfault.c201 __set_current_state(TASK_UNINTERRUPTIBLE); in pfault_interrupt()

1234567