Home
last modified time | relevance | path

Searched refs:TASK_INTERRUPTIBLE (Results 1 – 25 of 370) sorted by relevance

12345678910>>...15

/linux-6.3-rc2/include/linux/
A Dwait.h243 __wake_up(x, TASK_INTERRUPTIBLE, 1, poll_to_key(m))
245 __wake_up_sync_key((x), TASK_INTERRUPTIBLE, poll_to_key(m))
247 __wake_up_locked_sync_key((x), TASK_INTERRUPTIBLE, poll_to_key(m))
284 (state & (TASK_INTERRUPTIBLE | TASK_WAKEKILL)))
423 (TASK_INTERRUPTIBLE|TASK_FREEZABLE), 0, timeout, \
478 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
507 TASK_INTERRUPTIBLE, 0, timeout, \
613 TASK_INTERRUPTIBLE); \
618 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \
1067 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
[all …]
A Dswait.h207 ___swait_event(wq, condition, TASK_INTERRUPTIBLE, 0, \
220 TASK_INTERRUPTIBLE, timeout, \
/linux-6.3-rc2/kernel/trace/
A Dring_buffer_benchmark.c219 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 Dpreemptirq_delay_test.c136 set_current_state(TASK_INTERRUPTIBLE); in preemptirq_delay_run()
139 set_current_state(TASK_INTERRUPTIBLE); in preemptirq_delay_run()
A Dtrace_selftest.c1166 set_current_state(TASK_INTERRUPTIBLE); in trace_wakeup_test_thread()
1169 set_current_state(TASK_INTERRUPTIBLE); in trace_wakeup_test_thread()
1174 set_current_state(TASK_INTERRUPTIBLE); in trace_wakeup_test_thread()
1179 set_current_state(TASK_INTERRUPTIBLE); in trace_wakeup_test_thread()
/linux-6.3-rc2/kernel/locking/
A Drtmutex_api.c87 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 Dmutex.c821 return __mutex_lock(lock, TASK_INTERRUPTIBLE, subclass, NULL, _RET_IP_); in mutex_lock_interruptible_nested()
886 ret = __ww_mutex_lock(&lock->base, TASK_INTERRUPTIBLE, in ww_mutex_lock_interruptible()
1047 return __mutex_lock(lock, TASK_INTERRUPTIBLE, 0, NULL, _RET_IP_); in __mutex_lock_interruptible_slowpath()
1061 return __ww_mutex_lock(&lock->base, TASK_INTERRUPTIBLE, 0, in __ww_mutex_lock_interruptible_slowpath()
A Dww_rt_mutex.c88 return __ww_rt_mutex_lock(lock, ctx, TASK_INTERRUPTIBLE, _RET_IP_); in ww_mutex_lock_interruptible()
/linux-6.3-rc2/net/atm/
A Dsvc.c214 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-6.3-rc2/samples/trace_events/
A Dtrace-events-sample.c30 set_current_state(TASK_INTERRUPTIBLE); in do_simple_thread_func()
76 set_current_state(TASK_INTERRUPTIBLE); in simple_thread_func_fn()
/linux-6.3-rc2/kernel/sched/
A Dcompletion.c206 long t = wait_for_common(x, MAX_SCHEDULE_TIMEOUT, TASK_INTERRUPTIBLE); in wait_for_completion_interruptible()
229 return wait_for_common(x, timeout, TASK_INTERRUPTIBLE); in wait_for_completion_interruptible_timeout()
A Dwait.c353 set_current_state(TASK_INTERRUPTIBLE); in do_wait_intr()
370 set_current_state(TASK_INTERRUPTIBLE); in do_wait_intr_irq()
/linux-6.3-rc2/Documentation/translations/zh_CN/scheduler/
A Dcompletion.rst182 这个函数在任务等待时标记为TASK_INTERRUPTIBLE。如果在等待期间收到信号,它将返回
198 这个函数传递一个以jiffies为单位的超时,并将任务标记为TASK_INTERRUPTIBLE。如果收到
/linux-6.3-rc2/net/bluetooth/
A Daf_bluetooth.c310 set_current_state(TASK_INTERRUPTIBLE); in bt_sock_data_wait()
544 set_current_state(TASK_INTERRUPTIBLE); in bt_sock_wait_state()
559 set_current_state(TASK_INTERRUPTIBLE); in bt_sock_wait_state()
583 set_current_state(TASK_INTERRUPTIBLE); in bt_sock_wait_ready()
598 set_current_state(TASK_INTERRUPTIBLE); in bt_sock_wait_ready()
/linux-6.3-rc2/drivers/dma/idxd/
A Dsubmit.c49 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-6.3-rc2/tools/perf/util/bpf_skel/
A Doff_cpu.bpf.c12 #define TASK_INTERRUPTIBLE 0x0001 macro
146 if (state != TASK_INTERRUPTIBLE && in can_record()
/linux-6.3-rc2/drivers/accessibility/speakup/
A Dthread.c31 TASK_INTERRUPTIBLE); in speakup_thread()
/linux-6.3-rc2/kernel/trace/rv/monitors/wwnr/
A Dwwnr.c25 if (prev_state == TASK_INTERRUPTIBLE) in handle_switch()
/linux-6.3-rc2/samples/ftrace/
A Dsample-trace-array.c48 set_current_state(TASK_INTERRUPTIBLE); in simple_thread_func()
A Dftrace-direct-modify.c111 set_current_state(TASK_INTERRUPTIBLE); in simple_thread()
A Dftrace-direct-multi-modify.c120 set_current_state(TASK_INTERRUPTIBLE); in simple_thread()
/linux-6.3-rc2/drivers/mmc/core/
A Dsdio_irq.c186 set_current_state(TASK_INTERRUPTIBLE); in sdio_irq_thread()
207 set_current_state(TASK_INTERRUPTIBLE); in sdio_irq_thread()
/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_irq.c204 TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE); in vmw_fallback_wait()
222 TASK_INTERRUPTIBLE : in vmw_fallback_wait()
/linux-6.3-rc2/fs/
A Deventfd.c244 set_current_state(TASK_INTERRUPTIBLE); in eventfd_read()
293 set_current_state(TASK_INTERRUPTIBLE); in eventfd_write()
/linux-6.3-rc2/include/linux/sched/
A Dsignal.h368 !wake_up_state(task, TASK_INTERRUPTIBLE); in __set_notify_signal()
416 if (!(state & (TASK_INTERRUPTIBLE | TASK_WAKEKILL))) in signal_pending_state()
421 return (state & TASK_INTERRUPTIBLE) || __fatal_signal_pending(p); in signal_pending_state()

Completed in 44 milliseconds

12345678910>>...15