/linux-5.19.10/kernel/locking/ |
D | rtmutex_api.c | 52 __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()
|
D | mutex.c | 799 __mutex_lock(lock, TASK_UNINTERRUPTIBLE, subclass, NULL, _RET_IP_); in mutex_lock_nested() 807 __mutex_lock(lock, TASK_UNINTERRUPTIBLE, 0, nest, _RET_IP_); in _mutex_lock_nest_lock() 833 __mutex_lock_common(lock, TASK_UNINTERRUPTIBLE, in mutex_lock_io_nested() 871 ret = __ww_mutex_lock(&lock->base, TASK_UNINTERRUPTIBLE, in ww_mutex_lock() 1035 __mutex_lock(lock, TASK_UNINTERRUPTIBLE, 0, NULL, _RET_IP_); in __mutex_lock_slowpath() 1053 return __ww_mutex_lock(&lock->base, TASK_UNINTERRUPTIBLE, 0, in __ww_mutex_lock_slowpath()
|
D | percpu-rwsem.c | 159 set_current_state(TASK_UNINTERRUPTIBLE); in percpu_rwsem_wait() 243 rcuwait_wait_event(&sem->writer, readers_active_check(sem), TASK_UNINTERRUPTIBLE); in percpu_down_write()
|
D | semaphore.c | 254 __down_common(sem, TASK_UNINTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in __down() 269 return __down_common(sem, TASK_UNINTERRUPTIBLE, timeout); in __down_timeout()
|
D | ww_rt_mutex.c | 81 return __ww_rt_mutex_lock(lock, ctx, TASK_UNINTERRUPTIBLE, _RET_IP_); in ww_mutex_lock()
|
/linux-5.19.10/kernel/sched/ |
D | completion.c | 138 wait_for_common(x, MAX_SCHEDULE_TIMEOUT, TASK_UNINTERRUPTIBLE); in wait_for_completion() 157 return wait_for_common(x, timeout, TASK_UNINTERRUPTIBLE); in wait_for_completion_timeout() 171 wait_for_common_io(x, MAX_SCHEDULE_TIMEOUT, TASK_UNINTERRUPTIBLE); in wait_for_completion_io() 191 return wait_for_common_io(x, timeout, TASK_UNINTERRUPTIBLE); in wait_for_completion_io_timeout()
|
/linux-5.19.10/include/linux/ |
D | wait.h | 325 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ 349 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ 390 TASK_UNINTERRUPTIBLE, 0, timeout, \ 440 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 1, 0, \ 453 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ 587 TASK_UNINTERRUPTIBLE); \ 974 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ 1158 TASK_UNINTERRUPTIBLE); \
|
D | swait.h | 183 (void)___swait_event(wq, condition, TASK_UNINTERRUPTIBLE, 0, \ 195 TASK_UNINTERRUPTIBLE, timeout, \
|
D | wait_bit.h | 270 ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ 296 TASK_UNINTERRUPTIBLE, 0, timeout, \
|
D | delay.h | 67 usleep_range_state(min, max, TASK_UNINTERRUPTIBLE); in usleep_range()
|
D | sched.h | 85 #define TASK_UNINTERRUPTIBLE 0x0002 macro 104 #define TASK_KILLABLE (TASK_WAKEKILL | TASK_UNINTERRUPTIBLE) 108 #define TASK_IDLE (TASK_UNINTERRUPTIBLE | TASK_NOLOAD) 111 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE) 115 TASK_UNINTERRUPTIBLE | __TASK_STOPPED | \ 1647 state = TASK_UNINTERRUPTIBLE; in __task_state_index()
|
/linux-5.19.10/drivers/tty/ |
D | tty_ldsem.c | 194 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-5.19.10/fs/jfs/ |
D | jfs_lock.h | 28 set_current_state(TASK_UNINTERRUPTIBLE);\
|
/linux-5.19.10/tools/perf/util/bpf_skel/ |
D | off_cpu.bpf.c | 13 #define TASK_UNINTERRUPTIBLE 0x0002 macro 133 state != TASK_UNINTERRUPTIBLE) in can_record()
|
/linux-5.19.10/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-5.19.10/drivers/gpu/drm/i915/selftests/ |
D | igt_reset.c | 29 TASK_UNINTERRUPTIBLE); in igt_global_reset_lock()
|
D | i915_active.c | 157 __i915_active_wait(&active->base, TASK_UNINTERRUPTIBLE); in live_active_wait() 235 __i915_active_wait(&active->base, TASK_UNINTERRUPTIBLE); in live_active_barrier()
|
/linux-5.19.10/block/ |
D | blk-rq-qos.c | 270 TASK_UNINTERRUPTIBLE); in rq_qos_wait() 290 set_current_state(TASK_UNINTERRUPTIBLE); in rq_qos_wait()
|
/linux-5.19.10/drivers/md/ |
D | dm-bufio.c | 751 wait_on_bit_lock_io(&b->state, B_WRITING, TASK_UNINTERRUPTIBLE); in __write_dirty_buffer() 788 wait_on_bit_io(&b->state, B_READING, TASK_UNINTERRUPTIBLE); in __make_buffer_clean() 790 wait_on_bit_io(&b->state, B_WRITING, TASK_UNINTERRUPTIBLE); in __make_buffer_clean() 839 set_current_state(TASK_UNINTERRUPTIBLE); in __wait_for_free_buffer() 1097 wait_on_bit_io(&b->state, B_READING, TASK_UNINTERRUPTIBLE); in new_read() 1295 TASK_UNINTERRUPTIBLE); in dm_bufio_write_dirty_buffers() 1300 TASK_UNINTERRUPTIBLE); in dm_bufio_write_dirty_buffers() 1430 TASK_UNINTERRUPTIBLE); in dm_bufio_release_move() 1439 TASK_UNINTERRUPTIBLE); in dm_bufio_release_move() 1452 TASK_UNINTERRUPTIBLE); in dm_bufio_release_move()
|
/linux-5.19.10/fs/gfs2/ |
D | util.c | 192 TASK_UNINTERRUPTIBLE); in signal_our_withdraw() 214 wait_on_bit(&i_gl->gl_flags, GLF_FREEING, TASK_UNINTERRUPTIBLE); in signal_our_withdraw() 333 TASK_UNINTERRUPTIBLE); in gfs2_withdraw()
|
/linux-5.19.10/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() 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-5.19.10/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_irq.c | 204 TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE); in vmw_fallback_wait() 223 TASK_UNINTERRUPTIBLE); in vmw_fallback_wait()
|
/linux-5.19.10/kernel/ |
D | freezer.c | 66 set_current_state(TASK_UNINTERRUPTIBLE); in __refrigerator()
|
/linux-5.19.10/fs/ |
D | fs_pin.c | 54 set_current_state(TASK_UNINTERRUPTIBLE); in pin_kill()
|
/linux-5.19.10/drivers/media/i2c/ |
D | saa7110.c | 186 prepare_to_wait(&decoder->wq, &wait, TASK_UNINTERRUPTIBLE); in determine_norm() 221 prepare_to_wait(&decoder->wq, &wait, TASK_UNINTERRUPTIBLE); in determine_norm()
|