| /linux/include/linux/ |
| A D | wait.h | 242 __wake_up(x, TASK_INTERRUPTIBLE, 1, poll_to_key(m)) 244 __wake_up_sync_key((x), TASK_INTERRUPTIBLE, poll_to_key(m)) 246 __wake_up_locked_sync_key((x), TASK_INTERRUPTIBLE, poll_to_key(m)) 283 (state & (TASK_INTERRUPTIBLE | TASK_WAKEKILL))) 422 (TASK_INTERRUPTIBLE|TASK_FREEZABLE), 0, timeout, \ 477 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ 506 TASK_INTERRUPTIBLE, 0, timeout, \ 612 TASK_INTERRUPTIBLE); \ 617 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \ 1066 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ [all …]
|
| A D | swait.h | 207 ___swait_event(wq, condition, TASK_INTERRUPTIBLE, 0, \ 220 TASK_INTERRUPTIBLE, timeout, \
|
| /linux/kernel/trace/ |
| A D | ring_buffer_benchmark.c | 221 set_current_state(TASK_INTERRUPTIBLE); in ring_buffer_consumer() 375 set_current_state(TASK_INTERRUPTIBLE); in wait_to_die() 378 set_current_state(TASK_INTERRUPTIBLE); in wait_to_die() 390 set_current_state(TASK_INTERRUPTIBLE); in ring_buffer_consumer_thread() 418 set_current_state(TASK_INTERRUPTIBLE); in ring_buffer_producer_thread()
|
| A D | preemptirq_delay_test.c | 134 set_current_state(TASK_INTERRUPTIBLE); in preemptirq_delay_run() 137 set_current_state(TASK_INTERRUPTIBLE); in preemptirq_delay_run()
|
| /linux/rust/kernel/sync/ |
| A D | condvar.rs | 13 task::{MAX_SCHEDULE_TIMEOUT, TASK_INTERRUPTIBLE, TASK_NORMAL, TASK_UNINTERRUPTIBLE}, 159 self.wait_internal(TASK_INTERRUPTIBLE, guard, MAX_SCHEDULE_TIMEOUT); in wait_interruptible() 175 let res = self.wait_internal(TASK_INTERRUPTIBLE, guard, jiffies); in wait_interruptible_timeout()
|
| /linux/kernel/locking/ |
| A D | rtmutex_api.c | 87 return __rt_mutex_lock_common(lock, TASK_INTERRUPTIBLE, NULL, 0); in rt_mutex_lock_interruptible() 379 set_current_state(TASK_INTERRUPTIBLE); in rt_mutex_wait_proxy_lock() 380 ret = rt_mutex_slowlock_block(lock, NULL, TASK_INTERRUPTIBLE, to, waiter); in rt_mutex_wait_proxy_lock() 537 return __mutex_lock_common(lock, TASK_INTERRUPTIBLE, subclass, NULL, _RET_IP_); in mutex_lock_interruptible_nested() 570 return __mutex_lock_common(lock, TASK_INTERRUPTIBLE, 0, NULL, _RET_IP_); in mutex_lock_interruptible()
|
| A D | mutex.c | 826 return __mutex_lock(lock, TASK_INTERRUPTIBLE, subclass, NULL, _RET_IP_); in mutex_lock_interruptible_nested() 891 ret = __ww_mutex_lock(&lock->base, TASK_INTERRUPTIBLE, in ww_mutex_lock_interruptible() 1052 return __mutex_lock(lock, TASK_INTERRUPTIBLE, 0, NULL, _RET_IP_); in __mutex_lock_interruptible_slowpath() 1066 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/rust/kernel/ |
| A D | task.rs | 19 pub const TASK_INTERRUPTIBLE: c_int = bindings::TASK_INTERRUPTIBLE as c_int; consts
|
| /linux/net/atm/ |
| A D | svc.c | 219 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in svc_connect() 224 TASK_INTERRUPTIBLE); in svc_connect() 243 TASK_INTERRUPTIBLE); in svc_connect() 250 TASK_INTERRUPTIBLE); in svc_connect() 349 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in svc_accept() 370 TASK_INTERRUPTIBLE); in svc_accept() 549 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in svc_addparty() 572 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in svc_dropparty()
|
| /linux/samples/trace_events/ |
| A D | trace-events-sample.c | 30 set_current_state(TASK_INTERRUPTIBLE); in do_simple_thread_func() 76 set_current_state(TASK_INTERRUPTIBLE); in simple_thread_func_fn()
|
| /linux/Documentation/translations/zh_CN/scheduler/ |
| A D | completion.rst | 182 这个函数在任务等待时标记为TASK_INTERRUPTIBLE。如果在等待期间收到信号,它将返回 198 这个函数传递一个以jiffies为单位的超时,并将任务标记为TASK_INTERRUPTIBLE。如果收到
|
| /linux/drivers/dma/idxd/ |
| A D | submit.c | 49 sbitmap_prepare_to_wait(sbq, ws, &wait, TASK_INTERRUPTIBLE); in idxd_alloc_desc() 50 if (signal_pending_state(TASK_INTERRUPTIBLE, current)) in idxd_alloc_desc()
|
| /linux/kernel/sched/ |
| A D | completion.c | 216 long t = wait_for_common(x, MAX_SCHEDULE_TIMEOUT, TASK_INTERRUPTIBLE); in wait_for_completion_interruptible() 239 return wait_for_common(x, timeout, TASK_INTERRUPTIBLE); in wait_for_completion_interruptible_timeout()
|
| A D | wait.c | 318 set_current_state(TASK_INTERRUPTIBLE); in do_wait_intr() 335 set_current_state(TASK_INTERRUPTIBLE); in do_wait_intr_irq()
|
| /linux/net/bluetooth/ |
| A D | af_bluetooth.c | 381 set_current_state(TASK_INTERRUPTIBLE); in bt_sock_data_wait() 616 set_current_state(TASK_INTERRUPTIBLE); in bt_sock_wait_state() 631 set_current_state(TASK_INTERRUPTIBLE); in bt_sock_wait_state() 655 set_current_state(TASK_INTERRUPTIBLE); in bt_sock_wait_ready() 670 set_current_state(TASK_INTERRUPTIBLE); in bt_sock_wait_ready()
|
| /linux/tools/perf/util/bpf_skel/ |
| A D | off_cpu.bpf.c | 12 #define TASK_INTERRUPTIBLE 0x0001 macro 147 if (state != TASK_INTERRUPTIBLE && in can_record()
|
| /linux/drivers/accessibility/speakup/ |
| A D | thread.c | 31 TASK_INTERRUPTIBLE); in speakup_thread()
|
| /linux/kernel/trace/rv/monitors/wwnr/ |
| A D | wwnr.c | 25 if (prev_state == TASK_INTERRUPTIBLE) in handle_switch()
|
| /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 | 216 set_current_state(TASK_INTERRUPTIBLE); in simple_thread()
|
| A D | ftrace-direct-multi-modify.c | 242 set_current_state(TASK_INTERRUPTIBLE); in simple_thread()
|
| /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/gpu/drm/vmwgfx/ |
| A D | vmwgfx_irq.c | 204 TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE); in vmw_fallback_wait() 222 TASK_INTERRUPTIBLE : in vmw_fallback_wait()
|
| /linux/include/linux/sched/ |
| A D | signal.h | 359 !wake_up_state(task, TASK_INTERRUPTIBLE); in __set_notify_signal() 407 if (!(state & (TASK_INTERRUPTIBLE | TASK_WAKEKILL))) in signal_pending_state() 412 return (state & TASK_INTERRUPTIBLE) || __fatal_signal_pending(p); in signal_pending_state()
|