/Linux-v4.19/include/linux/ |
D | wait.h | 201 #define wake_up_interruptible(x) __wake_up(x, TASK_INTERRUPTIBLE, 1, NULL) 202 #define wake_up_interruptible_nr(x, nr) __wake_up(x, TASK_INTERRUPTIBLE, nr, NULL) 203 #define wake_up_interruptible_all(x) __wake_up(x, TASK_INTERRUPTIBLE, 0, NULL) 204 #define wake_up_interruptible_sync(x) __wake_up_sync((x), TASK_INTERRUPTIBLE, 1) 216 __wake_up(x, TASK_INTERRUPTIBLE, 1, poll_to_key(m)) 218 __wake_up_sync_key((x), TASK_INTERRUPTIBLE, 1, poll_to_key(m)) 230 state == TASK_INTERRUPTIBLE || state == TASK_KILLABLE) \ 310 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ 369 TASK_INTERRUPTIBLE, 0, timeout, \ 424 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ [all …]
|
D | swait.h | 220 ___swait_event(wq, condition, TASK_INTERRUPTIBLE, 0, \ 233 TASK_INTERRUPTIBLE, timeout, \
|
/Linux-v4.19/kernel/trace/ |
D | ring_buffer_benchmark.c | 219 set_current_state(TASK_INTERRUPTIBLE); in ring_buffer_consumer() 373 set_current_state(TASK_INTERRUPTIBLE); in wait_to_die() 376 set_current_state(TASK_INTERRUPTIBLE); in wait_to_die() 388 set_current_state(TASK_INTERRUPTIBLE); in ring_buffer_consumer_thread() 416 set_current_state(TASK_INTERRUPTIBLE); in ring_buffer_producer_thread()
|
D | trace_selftest.c | 1057 set_current_state(TASK_INTERRUPTIBLE); in trace_wakeup_test_thread() 1060 set_current_state(TASK_INTERRUPTIBLE); in trace_wakeup_test_thread() 1065 set_current_state(TASK_INTERRUPTIBLE); in trace_wakeup_test_thread() 1070 set_current_state(TASK_INTERRUPTIBLE); in trace_wakeup_test_thread()
|
/Linux-v4.19/samples/trace_events/ |
D | trace-events-sample.c | 27 set_current_state(TASK_INTERRUPTIBLE); in simple_thread_func() 62 set_current_state(TASK_INTERRUPTIBLE); in simple_thread_func_fn()
|
/Linux-v4.19/net/atm/ |
D | svc.c | 214 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in svc_connect() 219 TASK_INTERRUPTIBLE); in svc_connect() 238 TASK_INTERRUPTIBLE); in svc_connect() 245 TASK_INTERRUPTIBLE); in svc_connect() 344 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in svc_accept() 365 TASK_INTERRUPTIBLE); in svc_accept() 544 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in svc_addparty() 567 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in svc_dropparty()
|
/Linux-v4.19/drivers/net/ethernet/cavium/liquidio/ |
D | octeon_main.h | 158 set_current_state(TASK_INTERRUPTIBLE); in sleep_cond() 184 set_current_state(TASK_INTERRUPTIBLE); in sleep_timeout_cond()
|
/Linux-v4.19/kernel/sched/ |
D | completion.c | 204 long t = wait_for_common(x, MAX_SCHEDULE_TIMEOUT, TASK_INTERRUPTIBLE); in wait_for_completion_interruptible() 226 return wait_for_common(x, timeout, TASK_INTERRUPTIBLE); in wait_for_completion_interruptible_timeout()
|
D | wait.c | 309 set_current_state(TASK_INTERRUPTIBLE); in do_wait_intr() 326 set_current_state(TASK_INTERRUPTIBLE); in do_wait_intr_irq()
|
/Linux-v4.19/net/bluetooth/ |
D | af_bluetooth.c | 296 set_current_state(TASK_INTERRUPTIBLE); in bt_sock_data_wait() 540 set_current_state(TASK_INTERRUPTIBLE); in bt_sock_wait_state() 555 set_current_state(TASK_INTERRUPTIBLE); in bt_sock_wait_state() 579 set_current_state(TASK_INTERRUPTIBLE); in bt_sock_wait_ready() 594 set_current_state(TASK_INTERRUPTIBLE); in bt_sock_wait_ready()
|
/Linux-v4.19/kernel/locking/ |
D | rtmutex.c | 1183 if (likely(state == TASK_INTERRUPTIBLE)) { in __rt_mutex_slowlock() 1222 set_current_state(TASK_INTERRUPTIBLE); in rt_mutex_handle_deadlock() 1519 ret = rt_mutex_fastlock(lock, TASK_INTERRUPTIBLE, rt_mutex_slowlock); in rt_mutex_lock_interruptible() 1561 ret = rt_mutex_timed_fastlock(lock, TASK_INTERRUPTIBLE, timeout, in rt_mutex_timed_lock() 1831 set_current_state(TASK_INTERRUPTIBLE); in rt_mutex_wait_proxy_lock() 1832 ret = __rt_mutex_slowlock(lock, TASK_INTERRUPTIBLE, to, waiter); in rt_mutex_wait_proxy_lock()
|
D | mutex.c | 1109 return __mutex_lock(lock, TASK_INTERRUPTIBLE, subclass, NULL, _RET_IP_); in mutex_lock_interruptible_nested() 1175 ret = __ww_mutex_lock(&lock->base, TASK_INTERRUPTIBLE, in ww_mutex_lock_interruptible() 1345 return __mutex_lock(lock, TASK_INTERRUPTIBLE, 0, NULL, _RET_IP_); in __mutex_lock_interruptible_slowpath() 1359 return __ww_mutex_lock(&lock->base, TASK_INTERRUPTIBLE, 0, NULL, in __ww_mutex_lock_interruptible_slowpath()
|
/Linux-v4.19/drivers/staging/speakup/ |
D | thread.c | 31 TASK_INTERRUPTIBLE); in speakup_thread()
|
D | speakup_dectlk.c | 218 prepare_to_wait(&flush, &wait, TASK_INTERRUPTIBLE); in do_catch_up() 240 set_current_state(TASK_INTERRUPTIBLE); in do_catch_up()
|
/Linux-v4.19/drivers/mmc/core/ |
D | sdio_irq.c | 171 set_current_state(TASK_INTERRUPTIBLE); in sdio_irq_thread() 192 set_current_state(TASK_INTERRUPTIBLE); in sdio_irq_thread()
|
/Linux-v4.19/include/drm/ |
D | drm_os_linux.h | 40 __set_current_state(TASK_INTERRUPTIBLE); \
|
/Linux-v4.19/kernel/ |
D | freezer.c | 145 wake_up_state(p, TASK_INTERRUPTIBLE); in freeze_task()
|
/Linux-v4.19/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_irq.c | 197 TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE); in vmw_fallback_wait() 215 TASK_INTERRUPTIBLE : in vmw_fallback_wait()
|
/Linux-v4.19/fs/ |
D | eventfd.c | 215 set_current_state(TASK_INTERRUPTIBLE); in eventfd_read() 265 set_current_state(TASK_INTERRUPTIBLE); in eventfd_write()
|
/Linux-v4.19/drivers/staging/rts5208/ |
D | rtsx.h | 78 #define wait_timeout(msecs) wait_timeout_x(TASK_INTERRUPTIBLE, (msecs))
|
/Linux-v4.19/arch/um/drivers/ |
D | random.c | 80 set_current_state(TASK_INTERRUPTIBLE); in rng_dev_read()
|
/Linux-v4.19/drivers/char/ |
D | nwbutton.c | 171 prepare_to_wait(&button_wait_queue, &wait, TASK_INTERRUPTIBLE); in button_read()
|
/Linux-v4.19/fs/jffs2/ |
D | background.c | 96 set_current_state (TASK_INTERRUPTIBLE); in jffs2_garbage_collect_thread()
|
/Linux-v4.19/drivers/dma-buf/ |
D | dma-fence.c | 473 __set_current_state(TASK_INTERRUPTIBLE); in dma_fence_default_wait() 575 set_current_state(TASK_INTERRUPTIBLE); in dma_fence_wait_any_timeout()
|
/Linux-v4.19/drivers/isdn/hardware/eicon/ |
D | divasi.c | 499 set_current_state(TASK_INTERRUPTIBLE); in remove_entity() 516 set_current_state(TASK_INTERRUPTIBLE); in remove_entity()
|