Home
last modified time | relevance | path

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

1234567891011

/linux/kernel/locking/
A Drtmutex_api.c52 __rt_mutex_lock_common(lock, TASK_UNINTERRUPTIBLE, NULL, subclass); in rt_mutex_lock_nested()
58 __rt_mutex_lock_common(lock, TASK_UNINTERRUPTIBLE, nest_lock, 0); in _rt_mutex_lock_nest_lock()
71 __rt_mutex_lock_common(lock, TASK_UNINTERRUPTIBLE, NULL, 0); in rt_mutex_lock()
523 __mutex_lock_common(lock, TASK_UNINTERRUPTIBLE, subclass, NULL, _RET_IP_); in mutex_lock_nested()
530 __mutex_lock_common(lock, TASK_UNINTERRUPTIBLE, 0, nest_lock, _RET_IP_); in _mutex_lock_nest_lock()
555 __mutex_lock_common(lock, TASK_UNINTERRUPTIBLE, subclass, NULL, _RET_IP_); in mutex_lock_io_nested()
564 __mutex_lock_common(lock, TASK_UNINTERRUPTIBLE, 0, NULL, _RET_IP_); in mutex_lock()
584 __mutex_lock_common(lock, TASK_UNINTERRUPTIBLE, 0, NULL, _RET_IP_); in mutex_lock_io()
A Dmutex.c804 __mutex_lock(lock, TASK_UNINTERRUPTIBLE, subclass, NULL, _RET_IP_); in mutex_lock_nested()
812 __mutex_lock(lock, TASK_UNINTERRUPTIBLE, 0, nest, _RET_IP_); in _mutex_lock_nest_lock()
838 __mutex_lock_common(lock, TASK_UNINTERRUPTIBLE, in mutex_lock_io_nested()
876 ret = __ww_mutex_lock(&lock->base, TASK_UNINTERRUPTIBLE, in ww_mutex_lock()
1040 __mutex_lock(lock, TASK_UNINTERRUPTIBLE, 0, NULL, _RET_IP_); in __mutex_lock_slowpath()
1058 return __ww_mutex_lock(&lock->base, TASK_UNINTERRUPTIBLE, 0, in __ww_mutex_lock_slowpath()
A Dpercpu-rwsem.c159 set_current_state(TASK_UNINTERRUPTIBLE); in percpu_rwsem_wait()
253 rcuwait_wait_event(&sem->writer, readers_active_check(sem), TASK_UNINTERRUPTIBLE); in percpu_down_write()
A Dsemaphore.c254 __down_common(sem, TASK_UNINTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in __down()
269 return __down_common(sem, TASK_UNINTERRUPTIBLE, timeout); in __down_timeout()
/linux/kernel/sched/
A Dcompletion.c148 wait_for_common(x, MAX_SCHEDULE_TIMEOUT, TASK_UNINTERRUPTIBLE); in wait_for_completion()
167 return wait_for_common(x, timeout, TASK_UNINTERRUPTIBLE); in wait_for_completion_timeout()
181 wait_for_common_io(x, MAX_SCHEDULE_TIMEOUT, TASK_UNINTERRUPTIBLE); in wait_for_completion_io()
201 return wait_for_common_io(x, timeout, TASK_UNINTERRUPTIBLE); in wait_for_completion_io_timeout()
/linux/include/linux/
A Drcupdate_wait.h32 #define wait_rcu_gp(...) _wait_rcu_gp(false, TASK_UNINTERRUPTIBLE, __VA_ARGS__)
57 _wait_rcu_gp(IS_ENABLED(CONFIG_TINY_RCU), TASK_UNINTERRUPTIBLE, __VA_ARGS__)
A Dwait.h324 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
348 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
389 TASK_UNINTERRUPTIBLE, 0, timeout, \
439 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 1, 0, \
452 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
586 TASK_UNINTERRUPTIBLE); \
1001 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
1185 TASK_UNINTERRUPTIBLE); \
A Dswait.h183 (void)___swait_event(wq, condition, TASK_UNINTERRUPTIBLE, 0, \
195 TASK_UNINTERRUPTIBLE, timeout, \
A Dwait_bit.h270 ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
296 TASK_UNINTERRUPTIBLE, 0, timeout, \
A Ddelay.h68 usleep_range_state(min, max, TASK_UNINTERRUPTIBLE); in usleep_range()
A Dsched.h101 #define TASK_UNINTERRUPTIBLE 0x00000002 macro
129 #define TASK_KILLABLE (TASK_WAKEKILL | TASK_UNINTERRUPTIBLE)
133 #define TASK_IDLE (TASK_UNINTERRUPTIBLE | TASK_NOLOAD)
136 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE)
140 TASK_UNINTERRUPTIBLE | __TASK_STOPPED | \
1631 state = TASK_UNINTERRUPTIBLE; in __task_state_index()
/linux/rust/kernel/
A Dtask.rs21 pub const TASK_UNINTERRUPTIBLE: c_int = bindings::TASK_UNINTERRUPTIBLE as c_int; consts
/linux/lib/
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()
/linux/rust/kernel/sync/
A Dcondvar.rs13 task::{MAX_SCHEDULE_TIMEOUT, TASK_INTERRUPTIBLE, TASK_NORMAL, TASK_UNINTERRUPTIBLE},
148 self.wait_internal(TASK_UNINTERRUPTIBLE, guard, MAX_SCHEDULE_TIMEOUT); in wait()
/linux/drivers/tty/
A Dtty_ldsem.c194 set_current_state(TASK_UNINTERRUPTIBLE); in down_read_failed()
257 set_current_state(TASK_UNINTERRUPTIBLE); in down_write_failed()
264 set_current_state(TASK_UNINTERRUPTIBLE); in down_write_failed()
/linux/fs/jfs/
A Djfs_lock.h28 set_current_state(TASK_UNINTERRUPTIBLE);\
/linux/net/atm/
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/gfs2/
A Dutil.c189 wait_on_bit(&i_gl->gl_flags, GLF_DEMOTE, TASK_UNINTERRUPTIBLE); in signal_our_withdraw()
211 wait_on_bit(&i_gl->gl_flags, GLF_UNLOCKED, TASK_UNINTERRUPTIBLE); in signal_our_withdraw()
333 TASK_UNINTERRUPTIBLE); in gfs2_withdraw()
/linux/tools/perf/util/bpf_skel/
A Doff_cpu.bpf.c13 #define TASK_UNINTERRUPTIBLE 0x0002 macro
148 state != TASK_UNINTERRUPTIBLE) in can_record()
/linux/drivers/gpu/drm/i915/selftests/
A Digt_reset.c29 TASK_UNINTERRUPTIBLE); in igt_global_reset_lock()
A Di915_active.c157 __i915_active_wait(&active->base, TASK_UNINTERRUPTIBLE); in live_active_wait()
235 __i915_active_wait(&active->base, TASK_UNINTERRUPTIBLE); in live_active_barrier()
/linux/fs/netfs/
A Dfscache_volume.c158 TASK_UNINTERRUPTIBLE, 20 * HZ); in fscache_wait_on_volume_collision()
164 TASK_UNINTERRUPTIBLE); in fscache_wait_on_volume_collision()
321 TASK_UNINTERRUPTIBLE); in fscache_create_volume()
/linux/drivers/mtd/chips/
A Dcfi_cmdset_0020.c353 set_current_state(TASK_UNINTERRUPTIBLE); in do_read_onechip()
486 set_current_state(TASK_UNINTERRUPTIBLE); in do_write_buffer()
543 set_current_state(TASK_UNINTERRUPTIBLE); in do_write_buffer()
779 set_current_state(TASK_UNINTERRUPTIBLE); in do_erase_oneblock()
808 set_current_state(TASK_UNINTERRUPTIBLE); in do_erase_oneblock()
1006 set_current_state(TASK_UNINTERRUPTIBLE); in cfi_staa_sync()
1076 set_current_state(TASK_UNINTERRUPTIBLE); in do_lock_oneblock()
1222 set_current_state(TASK_UNINTERRUPTIBLE); in do_unlock_oneblock()
/linux/Documentation/trace/rv/
A Dmonitor_wwnr.rst33 1: set_current_state(TASK_UNINTERRUPTIBLE);
/linux/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_irq.c204 TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE); in vmw_fallback_wait()
223 TASK_UNINTERRUPTIBLE); in vmw_fallback_wait()

Completed in 45 milliseconds

1234567891011