| /Linux-v4.19/kernel/sched/ |
| D | completion.c | 136 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-v4.19/include/linux/ |
| D | wait.h | 271 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ 295 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ 336 TASK_UNINTERRUPTIBLE, 0, timeout, \ 386 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 1, 0, \ 399 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ 532 TASK_UNINTERRUPTIBLE); \ 919 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
|
| D | swait.h | 196 (void)___swait_event(wq, condition, TASK_UNINTERRUPTIBLE, 0, \ 208 TASK_UNINTERRUPTIBLE, timeout, \
|
| D | rcuwait.h | 53 set_current_state(TASK_UNINTERRUPTIBLE); \
|
| D | wait_bit.h | 270 ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ 296 TASK_UNINTERRUPTIBLE, 0, timeout, \
|
| D | sched.h | 72 #define TASK_UNINTERRUPTIBLE 0x0002 macro 89 #define TASK_KILLABLE (TASK_WAKEKILL | TASK_UNINTERRUPTIBLE) 93 #define TASK_IDLE (TASK_UNINTERRUPTIBLE | TASK_NOLOAD) 96 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE) 100 TASK_UNINTERRUPTIBLE | __TASK_STOPPED | \ 110 #define task_contributes_to_load(task) ((task->state & TASK_UNINTERRUPTIBLE) != 0 && \
|
| /Linux-v4.19/fs/jfs/ |
| D | jfs_lock.h | 41 set_current_state(TASK_UNINTERRUPTIBLE);\
|
| /Linux-v4.19/kernel/locking/ |
| D | semaphore.c | 238 __down_common(sem, TASK_UNINTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in __down() 253 return __down_common(sem, TASK_UNINTERRUPTIBLE, timeout); in __down_timeout()
|
| D | mutex.c | 1087 __mutex_lock(lock, TASK_UNINTERRUPTIBLE, subclass, NULL, _RET_IP_); in mutex_lock_nested() 1095 __mutex_lock(lock, TASK_UNINTERRUPTIBLE, 0, nest, _RET_IP_); in _mutex_lock_nest_lock() 1121 __mutex_lock_common(lock, TASK_UNINTERRUPTIBLE, in mutex_lock_io_nested() 1159 ret = __ww_mutex_lock(&lock->base, TASK_UNINTERRUPTIBLE, in ww_mutex_lock() 1333 __mutex_lock(lock, TASK_UNINTERRUPTIBLE, 0, NULL, _RET_IP_); in __mutex_lock_slowpath() 1351 return __ww_mutex_lock(&lock->base, TASK_UNINTERRUPTIBLE, 0, NULL, in __ww_mutex_lock_slowpath()
|
| D | rwsem-spinlock.c | 180 __down_read_common(sem, TASK_UNINTERRUPTIBLE); in __down_read() 263 __down_write_common(sem, TASK_UNINTERRUPTIBLE); in __down_write()
|
| D | rwsem-xadd.c | 286 return __rwsem_down_read_failed_common(sem, TASK_UNINTERRUPTIBLE); in rwsem_down_read_failed() 595 return __rwsem_down_write_failed_common(sem, TASK_UNINTERRUPTIBLE); in rwsem_down_write_failed()
|
| /Linux-v4.19/drivers/tty/ |
| D | tty_ldsem.c | 218 set_current_state(TASK_UNINTERRUPTIBLE); in down_read_failed() 280 set_current_state(TASK_UNINTERRUPTIBLE); in down_write_failed() 287 set_current_state(TASK_UNINTERRUPTIBLE); in down_write_failed()
|
| /Linux-v4.19/net/atm/ |
| D | svc.c | 56 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-v4.19/drivers/md/ |
| D | dm-bufio.c | 696 wait_on_bit_lock_io(&b->state, B_WRITING, TASK_UNINTERRUPTIBLE); in __write_dirty_buffer() 733 wait_on_bit_io(&b->state, B_READING, TASK_UNINTERRUPTIBLE); in __make_buffer_clean() 735 wait_on_bit_io(&b->state, B_WRITING, TASK_UNINTERRUPTIBLE); in __make_buffer_clean() 784 set_current_state(TASK_UNINTERRUPTIBLE); in __wait_for_free_buffer() 1088 wait_on_bit_io(&b->state, B_READING, TASK_UNINTERRUPTIBLE); in new_read() 1286 TASK_UNINTERRUPTIBLE); in dm_bufio_write_dirty_buffers() 1291 TASK_UNINTERRUPTIBLE); in dm_bufio_write_dirty_buffers() 1397 TASK_UNINTERRUPTIBLE); in dm_bufio_release_move() 1406 TASK_UNINTERRUPTIBLE); in dm_bufio_release_move() 1419 TASK_UNINTERRUPTIBLE); in dm_bufio_release_move()
|
| /Linux-v4.19/drivers/mtd/chips/ |
| D | cfi_cmdset_0020.c | 352 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() 1004 set_current_state(TASK_UNINTERRUPTIBLE); in cfi_staa_sync() 1074 set_current_state(TASK_UNINTERRUPTIBLE); in do_lock_oneblock() 1220 set_current_state(TASK_UNINTERRUPTIBLE); in do_unlock_oneblock()
|
| D | cfi_cmdset_0002.c | 875 set_current_state(TASK_UNINTERRUPTIBLE); in get_chip() 1025 set_current_state(TASK_UNINTERRUPTIBLE); in xip_udelay() 1224 set_current_state(TASK_UNINTERRUPTIBLE); in do_read_secsi_onechip() 1620 set_current_state(TASK_UNINTERRUPTIBLE); in do_write_oneword() 1692 set_current_state(TASK_UNINTERRUPTIBLE); in cfi_amdstd_write_words() 1763 set_current_state(TASK_UNINTERRUPTIBLE); in cfi_amdstd_write_words() 1869 set_current_state(TASK_UNINTERRUPTIBLE); in do_write_buffer() 2283 set_current_state(TASK_UNINTERRUPTIBLE); in do_erase_chip() 2379 set_current_state(TASK_UNINTERRUPTIBLE); in do_erase_oneblock() 2756 set_current_state(TASK_UNINTERRUPTIBLE); in cfi_amdstd_sync()
|
| /Linux-v4.19/kernel/ |
| D | freezer.c | 71 set_current_state(TASK_UNINTERRUPTIBLE); in __refrigerator()
|
| D | hung_task.c | 196 if (t->state == TASK_UNINTERRUPTIBLE) in check_hung_uninterruptible_tasks()
|
| D | kthread.c | 237 __set_current_state(TASK_UNINTERRUPTIBLE); in kthread() 409 __kthread_bind_mask(p, mask, TASK_UNINTERRUPTIBLE); in kthread_bind_mask() 423 __kthread_bind(p, cpu, TASK_UNINTERRUPTIBLE); in kthread_bind()
|
| /Linux-v4.19/drivers/gpu/drm/vmwgfx/ |
| D | vmwgfx_irq.c | 197 TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE); in vmw_fallback_wait() 216 TASK_UNINTERRUPTIBLE); in vmw_fallback_wait()
|
| /Linux-v4.19/fs/ |
| D | fs_pin.c | 60 set_current_state(TASK_UNINTERRUPTIBLE); in pin_kill()
|
| /Linux-v4.19/fs/fscache/ |
| D | cookie.c | 367 TASK_UNINTERRUPTIBLE); in __fscache_enable_cookie() 461 TASK_UNINTERRUPTIBLE); in fscache_acquire_non_index_cookie() 668 TASK_UNINTERRUPTIBLE); in __fscache_wait_on_invalidate() 733 TASK_UNINTERRUPTIBLE); in __fscache_disable_cookie()
|
| /Linux-v4.19/drivers/misc/lkdtm/ |
| D | bugs.c | 154 set_current_state(TASK_UNINTERRUPTIBLE); in lkdtm_HUNG_TASK()
|
| /Linux-v4.19/drivers/media/i2c/ |
| D | saa7110.c | 195 prepare_to_wait(&decoder->wq, &wait, TASK_UNINTERRUPTIBLE); in determine_norm() 230 prepare_to_wait(&decoder->wq, &wait, TASK_UNINTERRUPTIBLE); in determine_norm()
|
| /Linux-v4.19/drivers/dma-buf/ |
| D | dma-fence.c | 475 __set_current_state(TASK_UNINTERRUPTIBLE); in dma_fence_default_wait() 577 set_current_state(TASK_UNINTERRUPTIBLE); in dma_fence_wait_any_timeout()
|