Home
last modified time | relevance | path

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

12345678910>>...15

/openbmc/linux/include/linux/
H A Dwait.h230 #define wake_up_interruptible(x) __wake_up(x, TASK_INTERRUPTIBLE, 1, NULL)
231 #define wake_up_interruptible_nr(x, nr) __wake_up(x, TASK_INTERRUPTIBLE, nr, NULL)
232 #define wake_up_interruptible_all(x) __wake_up(x, TASK_INTERRUPTIBLE, 0, NULL)
233 #define wake_up_interruptible_sync(x) __wake_up_sync((x), TASK_INTERRUPTIBLE)
247 __wake_up(x, TASK_INTERRUPTIBLE, 1, poll_to_key(m))
249 __wake_up_sync_key((x), TASK_INTERRUPTIBLE, poll_to_key(m))
251 __wake_up_locked_sync_key((x), TASK_INTERRUPTIBLE, poll_to_key(m))
288 (state & (TASK_INTERRUPTIBLE | TASK_WAKEKILL)))
368 ___wait_event(wq_head, condition, (TASK_INTERRUPTIBLE|TASK_FREEZABLE), \
427 (TASK_INTERRUPTIBLE|TASK_FREEZABLE), 0, timeout, \
[all …]
H A Dswait.h207 ___swait_event(wq, condition, TASK_INTERRUPTIBLE, 0, \
220 TASK_INTERRUPTIBLE, timeout, \
/openbmc/linux/kernel/trace/
H 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()
H A Dpreemptirq_delay_test.c136 set_current_state(TASK_INTERRUPTIBLE); in preemptirq_delay_run()
139 set_current_state(TASK_INTERRUPTIBLE); in preemptirq_delay_run()
H A Dtrace_selftest.c1171 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()
1184 set_current_state(TASK_INTERRUPTIBLE); in trace_wakeup_test_thread()
/openbmc/linux/kernel/locking/
H 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()
H 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()
H A Dww_rt_mutex.c88 return __ww_rt_mutex_lock(lock, ctx, TASK_INTERRUPTIBLE, _RET_IP_); in ww_mutex_lock_interruptible()
/openbmc/linux/net/atm/
H A Dsvc.c219 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()
/openbmc/linux/samples/trace_events/
H 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()
/openbmc/linux/Documentation/translations/zh_CN/scheduler/
H A Dcompletion.rst182 这个函数在任务等待时标记为TASK_INTERRUPTIBLE。如果在等待期间收到信号,它将返回
198 这个函数传递一个以jiffies为单位的超时,并将任务标记为TASK_INTERRUPTIBLE。如果收到
/openbmc/linux/drivers/dma/idxd/
H 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()
/openbmc/linux/kernel/sched/
H A Dcompletion.c216 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()
H A Dwait.c358 set_current_state(TASK_INTERRUPTIBLE); in do_wait_intr()
375 set_current_state(TASK_INTERRUPTIBLE); in do_wait_intr_irq()
/openbmc/linux/net/bluetooth/
H A Daf_bluetooth.c381 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()
/openbmc/linux/tools/perf/util/bpf_skel/
H A Doff_cpu.bpf.c12 #define TASK_INTERRUPTIBLE 0x0001 macro
146 if (state != TASK_INTERRUPTIBLE && in can_record()
/openbmc/linux/kernel/trace/rv/monitors/wwnr/
H A Dwwnr.c25 if (prev_state == TASK_INTERRUPTIBLE) in handle_switch()
/openbmc/linux/drivers/accessibility/speakup/
H A Dthread.c31 TASK_INTERRUPTIBLE); in speakup_thread()
/openbmc/linux/drivers/mmc/core/
H A Dsdio_irq.c186 set_current_state(TASK_INTERRUPTIBLE); in sdio_irq_thread()
207 set_current_state(TASK_INTERRUPTIBLE); in sdio_irq_thread()
/openbmc/linux/samples/ftrace/
H A Dsample-trace-array.c48 set_current_state(TASK_INTERRUPTIBLE); in simple_thread_func()
H A Dftrace-direct-modify.c181 set_current_state(TASK_INTERRUPTIBLE); in simple_thread()
H A Dftrace-direct-multi-modify.c201 set_current_state(TASK_INTERRUPTIBLE); in simple_thread()
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_irq.c204 TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE); in vmw_fallback_wait()
222 TASK_INTERRUPTIBLE : in vmw_fallback_wait()
/openbmc/linux/include/linux/sched/
H 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()
/openbmc/linux/rust/kernel/sync/
H A Dcondvar.rs134 self.wait_internal(bindings::TASK_INTERRUPTIBLE, guard); in wait()

12345678910>>...15