/kernel/linux/linux-5.10/include/linux/ |
D | wait.h | 218 #define wake_up_interruptible(x) __wake_up(x, TASK_INTERRUPTIBLE, 1, NULL) 219 #define wake_up_interruptible_nr(x, nr) __wake_up(x, TASK_INTERRUPTIBLE, nr, NULL) 220 #define wake_up_interruptible_all(x) __wake_up(x, TASK_INTERRUPTIBLE, 0, NULL) 221 #define wake_up_interruptible_sync(x) __wake_up_sync((x), TASK_INTERRUPTIBLE) 233 __wake_up(x, TASK_INTERRUPTIBLE, 1, poll_to_key(m)) 235 __wake_up_sync_key((x), TASK_INTERRUPTIBLE, poll_to_key(m)) 237 __wake_up_locked_sync_key((x), TASK_INTERRUPTIBLE, poll_to_key(m)) 274 state == TASK_INTERRUPTIBLE || state == TASK_KILLABLE) \ 354 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ 413 TASK_INTERRUPTIBLE, 0, timeout, \ [all …]
|
D | swait.h | 207 ___swait_event(wq, condition, TASK_INTERRUPTIBLE, 0, \ 220 TASK_INTERRUPTIBLE, timeout, \
|
/kernel/linux/linux-5.10/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 | preemptirq_delay_test.c | 122 set_current_state(TASK_INTERRUPTIBLE); in preemptirq_delay_run() 125 set_current_state(TASK_INTERRUPTIBLE); in preemptirq_delay_run()
|
D | trace_selftest.c | 1069 set_current_state(TASK_INTERRUPTIBLE); in trace_wakeup_test_thread() 1072 set_current_state(TASK_INTERRUPTIBLE); in trace_wakeup_test_thread() 1077 set_current_state(TASK_INTERRUPTIBLE); in trace_wakeup_test_thread() 1082 set_current_state(TASK_INTERRUPTIBLE); in trace_wakeup_test_thread()
|
/kernel/linux/linux-5.10/samples/trace_events/ |
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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/dma/idxd/ |
D | submit.c | 44 sbitmap_prepare_to_wait(sbq, ws, &wait, TASK_INTERRUPTIBLE); in idxd_alloc_desc() 45 if (signal_pending_state(TASK_INTERRUPTIBLE, current)) in idxd_alloc_desc()
|
/kernel/linux/linux-5.10/kernel/sched/ |
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()
|
D | wait.c | 335 set_current_state(TASK_INTERRUPTIBLE); in do_wait_intr() 352 set_current_state(TASK_INTERRUPTIBLE); in do_wait_intr_irq()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
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()
|
/kernel/linux/linux-5.10/kernel/locking/ |
D | rtmutex.c | 1180 if (likely(state == TASK_INTERRUPTIBLE)) { in __rt_mutex_slowlock() 1219 set_current_state(TASK_INTERRUPTIBLE); in rt_mutex_handle_deadlock() 1516 ret = rt_mutex_fastlock(lock, TASK_INTERRUPTIBLE, rt_mutex_slowlock); in rt_mutex_lock_interruptible() 1558 ret = rt_mutex_timed_fastlock(lock, TASK_INTERRUPTIBLE, timeout, in rt_mutex_timed_lock() 1853 set_current_state(TASK_INTERRUPTIBLE); in rt_mutex_wait_proxy_lock() 1854 ret = __rt_mutex_slowlock(lock, TASK_INTERRUPTIBLE, to, waiter); in rt_mutex_wait_proxy_lock()
|
D | mutex.c | 1146 return __mutex_lock(lock, TASK_INTERRUPTIBLE, subclass, NULL, _RET_IP_); in mutex_lock_interruptible_nested() 1212 ret = __ww_mutex_lock(&lock->base, TASK_INTERRUPTIBLE, in ww_mutex_lock_interruptible() 1382 return __mutex_lock(lock, TASK_INTERRUPTIBLE, 0, NULL, _RET_IP_); in __mutex_lock_interruptible_slowpath() 1396 return __ww_mutex_lock(&lock->base, TASK_INTERRUPTIBLE, 0, NULL, in __ww_mutex_lock_interruptible_slowpath()
|
/kernel/linux/linux-5.10/samples/ftrace/ |
D | ftrace-direct-modify.c | 59 set_current_state(TASK_INTERRUPTIBLE); in simple_thread()
|
D | sample-trace-array.c | 48 set_current_state(TASK_INTERRUPTIBLE); in simple_thread_func()
|
/kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
D | thread.c | 31 TASK_INTERRUPTIBLE); in speakup_thread()
|
D | speakup_dectlk.c | 221 prepare_to_wait(&flush, &wait, TASK_INTERRUPTIBLE); in do_catch_up() 243 set_current_state(TASK_INTERRUPTIBLE); in do_catch_up()
|
/kernel/linux/linux-5.10/drivers/mmc/core/ |
D | sdio_irq.c | 186 set_current_state(TASK_INTERRUPTIBLE); in sdio_irq_thread() 207 set_current_state(TASK_INTERRUPTIBLE); in sdio_irq_thread()
|
/kernel/linux/linux-5.10/kernel/ |
D | freezer.c | 140 wake_up_state(p, TASK_INTERRUPTIBLE); in freeze_task()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_irq.c | 198 TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE); in vmw_fallback_wait() 216 TASK_INTERRUPTIBLE : in vmw_fallback_wait()
|
/kernel/linux/linux-5.10/fs/ |
D | eventfd.c | 238 set_current_state(TASK_INTERRUPTIBLE); in eventfd_read() 285 set_current_state(TASK_INTERRUPTIBLE); in eventfd_write()
|
/kernel/linux/linux-5.10/drivers/staging/rts5208/ |
D | rtsx.h | 66 #define wait_timeout(msecs) wait_timeout_x(TASK_INTERRUPTIBLE, (msecs))
|
/kernel/linux/linux-5.10/drivers/char/ |
D | nwbutton.c | 172 prepare_to_wait(&button_wait_queue, &wait, TASK_INTERRUPTIBLE); in button_read()
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/ |
D | util.c | 118 set_current_state(TASK_INTERRUPTIBLE); in __mt76_worker_fn()
|
/kernel/linux/linux-5.10/fs/jffs2/ |
D | background.c | 96 set_current_state (TASK_INTERRUPTIBLE); in jffs2_garbage_collect_thread()
|