Home
last modified time | relevance | path

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

123456789

/Linux-v5.4/kernel/sched/
Dcompletion.c136 wait_for_common(x, MAX_SCHEDULE_TIMEOUT, TASK_UNINTERRUPTIBLE); in wait_for_completion()
155 return wait_for_common(x, timeout, TASK_UNINTERRUPTIBLE); in wait_for_completion_timeout()
169 wait_for_common_io(x, MAX_SCHEDULE_TIMEOUT, TASK_UNINTERRUPTIBLE); in wait_for_completion_io()
189 return wait_for_common_io(x, timeout, TASK_UNINTERRUPTIBLE); in wait_for_completion_io_timeout()
/Linux-v5.4/include/linux/
Dwait.h284 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
308 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
349 TASK_UNINTERRUPTIBLE, 0, timeout, \
399 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 1, 0, \
412 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
545 TASK_UNINTERRUPTIBLE); \
932 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
1116 TASK_UNINTERRUPTIBLE); \
Dswait.h196 (void)___swait_event(wq, condition, TASK_UNINTERRUPTIBLE, 0, \
208 TASK_UNINTERRUPTIBLE, timeout, \
Drcuwait.h41 set_current_state(TASK_UNINTERRUPTIBLE); \
Dwait_bit.h270 ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
296 TASK_UNINTERRUPTIBLE, 0, timeout, \
Dsched.h78 #define TASK_UNINTERRUPTIBLE 0x0002 macro
95 #define TASK_KILLABLE (TASK_WAKEKILL | TASK_UNINTERRUPTIBLE)
99 #define TASK_IDLE (TASK_UNINTERRUPTIBLE | TASK_NOLOAD)
102 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE)
106 TASK_UNINTERRUPTIBLE | __TASK_STOPPED | \
116 #define task_contributes_to_load(task) ((task->state & TASK_UNINTERRUPTIBLE) != 0 && \
/Linux-v5.4/drivers/tty/
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-v5.4/fs/jfs/
Djfs_lock.h28 set_current_state(TASK_UNINTERRUPTIBLE);\
/Linux-v5.4/kernel/locking/
Dsemaphore.c237 __down_common(sem, TASK_UNINTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in __down()
252 return __down_common(sem, TASK_UNINTERRUPTIBLE, timeout); in __down_timeout()
Dmutex.c1118 __mutex_lock(lock, TASK_UNINTERRUPTIBLE, subclass, NULL, _RET_IP_); in mutex_lock_nested()
1126 __mutex_lock(lock, TASK_UNINTERRUPTIBLE, 0, nest, _RET_IP_); in _mutex_lock_nest_lock()
1152 __mutex_lock_common(lock, TASK_UNINTERRUPTIBLE, in mutex_lock_io_nested()
1190 ret = __ww_mutex_lock(&lock->base, TASK_UNINTERRUPTIBLE, in ww_mutex_lock()
1364 __mutex_lock(lock, TASK_UNINTERRUPTIBLE, 0, NULL, _RET_IP_); in __mutex_lock_slowpath()
1382 return __ww_mutex_lock(&lock->base, TASK_UNINTERRUPTIBLE, 0, NULL, in __ww_mutex_lock_slowpath()
/Linux-v5.4/net/atm/
Dsvc.c56 prepare_to_wait(sk_sleep(sk), &wait, TASK_UNINTERRUPTIBLE); in svc_disconnect()
132 prepare_to_wait(sk_sleep(sk), &wait, TASK_UNINTERRUPTIBLE); in svc_bind()
303 prepare_to_wait(sk_sleep(sk), &wait, TASK_UNINTERRUPTIBLE); in svc_listen()
396 TASK_UNINTERRUPTIBLE); in svc_accept()
440 prepare_to_wait(sk_sleep(sk), &wait, TASK_UNINTERRUPTIBLE); in svc_change_qos()
/Linux-v5.4/drivers/md/
Ddm-bufio.c717 wait_on_bit_lock_io(&b->state, B_WRITING, TASK_UNINTERRUPTIBLE); in __write_dirty_buffer()
754 wait_on_bit_io(&b->state, B_READING, TASK_UNINTERRUPTIBLE); in __make_buffer_clean()
756 wait_on_bit_io(&b->state, B_WRITING, TASK_UNINTERRUPTIBLE); in __make_buffer_clean()
805 set_current_state(TASK_UNINTERRUPTIBLE); in __wait_for_free_buffer()
1063 wait_on_bit_io(&b->state, B_READING, TASK_UNINTERRUPTIBLE); in new_read()
1261 TASK_UNINTERRUPTIBLE); in dm_bufio_write_dirty_buffers()
1266 TASK_UNINTERRUPTIBLE); in dm_bufio_write_dirty_buffers()
1372 TASK_UNINTERRUPTIBLE); in dm_bufio_release_move()
1381 TASK_UNINTERRUPTIBLE); in dm_bufio_release_move()
1394 TASK_UNINTERRUPTIBLE); in dm_bufio_release_move()
/Linux-v5.4/drivers/gpu/drm/i915/selftests/
Digt_reset.c29 TASK_UNINTERRUPTIBLE); in igt_global_reset_lock()
/Linux-v5.4/block/
Dblk-rq-qos.c269 prepare_to_wait_exclusive(&rqw->wait, &data.wq, TASK_UNINTERRUPTIBLE); in rq_qos_wait()
290 set_current_state(TASK_UNINTERRUPTIBLE); in rq_qos_wait()
/Linux-v5.4/drivers/mtd/chips/
Dcfi_cmdset_0020.c353 set_current_state(TASK_UNINTERRUPTIBLE); in do_read_onechip()
487 set_current_state(TASK_UNINTERRUPTIBLE); in do_write_buffer()
544 set_current_state(TASK_UNINTERRUPTIBLE); in do_write_buffer()
781 set_current_state(TASK_UNINTERRUPTIBLE); in do_erase_oneblock()
810 set_current_state(TASK_UNINTERRUPTIBLE); in do_erase_oneblock()
1008 set_current_state(TASK_UNINTERRUPTIBLE); in cfi_staa_sync()
1079 set_current_state(TASK_UNINTERRUPTIBLE); in do_lock_oneblock()
1226 set_current_state(TASK_UNINTERRUPTIBLE); in do_unlock_oneblock()
/Linux-v5.4/kernel/
Dfreezer.c66 set_current_state(TASK_UNINTERRUPTIBLE); in __refrigerator()
Dhung_task.c197 if (t->state == TASK_UNINTERRUPTIBLE) in check_hung_uninterruptible_tasks()
/Linux-v5.4/drivers/gpu/drm/vmwgfx/
Dvmwgfx_irq.c198 TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE); in vmw_fallback_wait()
217 TASK_UNINTERRUPTIBLE); in vmw_fallback_wait()
/Linux-v5.4/fs/
Dfs_pin.c54 set_current_state(TASK_UNINTERRUPTIBLE); in pin_kill()
/Linux-v5.4/fs/fscache/
Dcookie.c363 TASK_UNINTERRUPTIBLE); in __fscache_enable_cookie()
457 TASK_UNINTERRUPTIBLE); in fscache_acquire_non_index_cookie()
664 TASK_UNINTERRUPTIBLE); in __fscache_wait_on_invalidate()
729 TASK_UNINTERRUPTIBLE); in __fscache_disable_cookie()
/Linux-v5.4/drivers/dma-buf/
Ddma-fence.c504 __set_current_state(TASK_UNINTERRUPTIBLE); in dma_fence_default_wait()
606 set_current_state(TASK_UNINTERRUPTIBLE); in dma_fence_wait_any_timeout()
/Linux-v5.4/drivers/media/i2c/
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-v5.4/drivers/media/platform/vimc/
Dvimc-streamer.c160 set_current_state(TASK_UNINTERRUPTIBLE); in vimc_streamer_thread()
/Linux-v5.4/drivers/misc/lkdtm/
Dbugs.c170 set_current_state(TASK_UNINTERRUPTIBLE); in lkdtm_HUNG_TASK()
/Linux-v5.4/drivers/md/bcache/
Dclosure.c126 set_current_state(TASK_UNINTERRUPTIBLE); in __closure_sync()

123456789