/linux/include/linux/ |
A D | wait.h | 243 __wake_up(x, TASK_INTERRUPTIBLE, 1, poll_to_key(m)) 245 __wake_up_sync_key((x), TASK_INTERRUPTIBLE, poll_to_key(m)) 284 state == TASK_INTERRUPTIBLE || state == TASK_KILLABLE) \ 364 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ 423 TASK_INTERRUPTIBLE, 0, timeout, \ 478 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ 507 TASK_INTERRUPTIBLE, 0, timeout, \ 612 TASK_INTERRUPTIBLE); \ 617 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \ 644 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \ [all …]
|
A D | swait.h | 207 ___swait_event(wq, condition, TASK_INTERRUPTIBLE, 0, \ 220 TASK_INTERRUPTIBLE, timeout, \
|
A D | tracehook.h | 223 !wake_up_state(task, TASK_INTERRUPTIBLE)) in set_notify_signal()
|
/linux/kernel/trace/ |
A 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()
|
A D | preemptirq_delay_test.c | 136 set_current_state(TASK_INTERRUPTIBLE); in preemptirq_delay_run() 139 set_current_state(TASK_INTERRUPTIBLE); in preemptirq_delay_run()
|
A D | trace_selftest.c | 1158 set_current_state(TASK_INTERRUPTIBLE); in trace_wakeup_test_thread() 1161 set_current_state(TASK_INTERRUPTIBLE); in trace_wakeup_test_thread() 1166 set_current_state(TASK_INTERRUPTIBLE); in trace_wakeup_test_thread() 1171 set_current_state(TASK_INTERRUPTIBLE); in trace_wakeup_test_thread()
|
/linux/kernel/locking/ |
A D | rtmutex_api.c | 80 return __rt_mutex_lock_common(lock, TASK_INTERRUPTIBLE, 0); in rt_mutex_lock_interruptible() 357 set_current_state(TASK_INTERRUPTIBLE); in rt_mutex_wait_proxy_lock() 358 ret = rt_mutex_slowlock_block(lock, NULL, TASK_INTERRUPTIBLE, to, waiter); in rt_mutex_wait_proxy_lock() 515 return __mutex_lock_common(lock, TASK_INTERRUPTIBLE, subclass, NULL, _RET_IP_); in mutex_lock_interruptible_nested() 548 return __mutex_lock_common(lock, TASK_INTERRUPTIBLE, 0, NULL, _RET_IP_); in mutex_lock_interruptible()
|
A D | mutex.c | 814 return __mutex_lock(lock, TASK_INTERRUPTIBLE, subclass, NULL, _RET_IP_); in mutex_lock_interruptible_nested() 879 ret = __ww_mutex_lock(&lock->base, TASK_INTERRUPTIBLE, in ww_mutex_lock_interruptible() 1040 return __mutex_lock(lock, TASK_INTERRUPTIBLE, 0, NULL, _RET_IP_); in __mutex_lock_interruptible_slowpath() 1054 return __ww_mutex_lock(&lock->base, TASK_INTERRUPTIBLE, 0, in __ww_mutex_lock_interruptible_slowpath()
|
A D | ww_rt_mutex.c | 88 return __ww_rt_mutex_lock(lock, ctx, TASK_INTERRUPTIBLE, _RET_IP_); in ww_mutex_lock_interruptible()
|
/linux/net/atm/ |
A 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/samples/trace_events/ |
A D | trace-events-sample.c | 28 set_current_state(TASK_INTERRUPTIBLE); in simple_thread_func() 63 set_current_state(TASK_INTERRUPTIBLE); in simple_thread_func_fn()
|
/linux/net/bluetooth/ |
A D | af_bluetooth.c | 309 set_current_state(TASK_INTERRUPTIBLE); in bt_sock_data_wait() 543 set_current_state(TASK_INTERRUPTIBLE); in bt_sock_wait_state() 558 set_current_state(TASK_INTERRUPTIBLE); in bt_sock_wait_state() 582 set_current_state(TASK_INTERRUPTIBLE); in bt_sock_wait_ready() 597 set_current_state(TASK_INTERRUPTIBLE); in bt_sock_wait_ready()
|
/linux/drivers/dma/idxd/ |
A D | submit.c | 58 sbitmap_prepare_to_wait(sbq, ws, &wait, TASK_INTERRUPTIBLE); in idxd_alloc_desc() 59 if (signal_pending_state(TASK_INTERRUPTIBLE, current)) in idxd_alloc_desc()
|
/linux/kernel/sched/ |
A D | completion.c | 206 long t = wait_for_common(x, MAX_SCHEDULE_TIMEOUT, TASK_INTERRUPTIBLE); in wait_for_completion_interruptible() 228 return wait_for_common(x, timeout, TASK_INTERRUPTIBLE); in wait_for_completion_interruptible_timeout()
|
A D | wait.c | 350 set_current_state(TASK_INTERRUPTIBLE); in do_wait_intr() 367 set_current_state(TASK_INTERRUPTIBLE); in do_wait_intr_irq()
|
/linux/drivers/gpu/drm/vmwgfx/ |
A D | vmwgfx_irq.c | 194 TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE); in vmw_fallback_wait() 212 TASK_INTERRUPTIBLE : in vmw_fallback_wait()
|
/linux/drivers/mmc/core/ |
A D | sdio_irq.c | 186 set_current_state(TASK_INTERRUPTIBLE); in sdio_irq_thread() 207 set_current_state(TASK_INTERRUPTIBLE); in sdio_irq_thread()
|
/linux/drivers/accessibility/speakup/ |
A D | thread.c | 31 TASK_INTERRUPTIBLE); in speakup_thread()
|
A D | speakup_dectlk.c | 230 prepare_to_wait(&flush, &wait, TASK_INTERRUPTIBLE); in do_catch_up() 252 set_current_state(TASK_INTERRUPTIBLE); in do_catch_up()
|
/linux/samples/ftrace/ |
A D | sample-trace-array.c | 48 set_current_state(TASK_INTERRUPTIBLE); in simple_thread_func()
|
A D | ftrace-direct-modify.c | 103 set_current_state(TASK_INTERRUPTIBLE); in simple_thread()
|
A D | ftrace-direct-multi-modify.c | 113 set_current_state(TASK_INTERRUPTIBLE); in simple_thread()
|
/linux/fs/ |
A D | eventfd.c | 239 set_current_state(TASK_INTERRUPTIBLE); in eventfd_read() 286 set_current_state(TASK_INTERRUPTIBLE); in eventfd_write()
|
/linux/kernel/ |
A D | freezer.c | 140 wake_up_state(p, TASK_INTERRUPTIBLE); in freeze_task()
|
/linux/drivers/mfd/ |
A D | ucb1x00-ts.c | 238 set_current_state(TASK_INTERRUPTIBLE); in ucb1x00_thread() 271 set_current_state(TASK_INTERRUPTIBLE); in ucb1x00_thread()
|