Home
last modified time | relevance | path

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

12345678910>>...15

/Linux-v5.15/include/linux/
Dwait.h227 #define wake_up_interruptible(x) __wake_up(x, TASK_INTERRUPTIBLE, 1, NULL)
228 #define wake_up_interruptible_nr(x, nr) __wake_up(x, TASK_INTERRUPTIBLE, nr, NULL)
229 #define wake_up_interruptible_all(x) __wake_up(x, TASK_INTERRUPTIBLE, 0, NULL)
230 #define wake_up_interruptible_sync(x) __wake_up_sync((x), TASK_INTERRUPTIBLE)
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))
258 state == TASK_INTERRUPTIBLE || state == TASK_KILLABLE) \
338 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
397 TASK_INTERRUPTIBLE, 0, timeout, \
[all …]
Dswait.h207 ___swait_event(wq, condition, TASK_INTERRUPTIBLE, 0, \
220 TASK_INTERRUPTIBLE, timeout, \
Dtracehook.h223 !wake_up_state(task, TASK_INTERRUPTIBLE)) in set_notify_signal()
/Linux-v5.15/kernel/trace/
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()
Dpreemptirq_delay_test.c136 set_current_state(TASK_INTERRUPTIBLE); in preemptirq_delay_run()
139 set_current_state(TASK_INTERRUPTIBLE); in preemptirq_delay_run()
Dtrace_selftest.c1068 set_current_state(TASK_INTERRUPTIBLE); in trace_wakeup_test_thread()
1071 set_current_state(TASK_INTERRUPTIBLE); in trace_wakeup_test_thread()
1076 set_current_state(TASK_INTERRUPTIBLE); in trace_wakeup_test_thread()
1081 set_current_state(TASK_INTERRUPTIBLE); in trace_wakeup_test_thread()
/Linux-v5.15/kernel/locking/
Drtmutex_api.c80 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()
Dmutex.c765 return __mutex_lock(lock, TASK_INTERRUPTIBLE, subclass, NULL, _RET_IP_); in mutex_lock_interruptible_nested()
830 ret = __ww_mutex_lock(&lock->base, TASK_INTERRUPTIBLE, in ww_mutex_lock_interruptible()
991 return __mutex_lock(lock, TASK_INTERRUPTIBLE, 0, NULL, _RET_IP_); in __mutex_lock_interruptible_slowpath()
1005 return __ww_mutex_lock(&lock->base, TASK_INTERRUPTIBLE, 0, in __ww_mutex_lock_interruptible_slowpath()
Dww_rt_mutex.c63 return __ww_rt_mutex_lock(lock, ctx, TASK_INTERRUPTIBLE, _RET_IP_); in ww_mutex_lock_interruptible()
/Linux-v5.15/samples/trace_events/
Dtrace-events-sample.c28 set_current_state(TASK_INTERRUPTIBLE); in simple_thread_func()
63 set_current_state(TASK_INTERRUPTIBLE); in simple_thread_func_fn()
/Linux-v5.15/net/atm/
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-v5.15/kernel/sched/
Dcompletion.c206 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()
Dwait.c343 set_current_state(TASK_INTERRUPTIBLE); in do_wait_intr()
360 set_current_state(TASK_INTERRUPTIBLE); in do_wait_intr_irq()
/Linux-v5.15/drivers/dma/idxd/
Dsubmit.c58 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-v5.15/net/bluetooth/
Daf_bluetooth.c309 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-v5.15/samples/ftrace/
Dftrace-direct-modify.c56 set_current_state(TASK_INTERRUPTIBLE); in simple_thread()
Dsample-trace-array.c48 set_current_state(TASK_INTERRUPTIBLE); in simple_thread_func()
/Linux-v5.15/drivers/accessibility/speakup/
Dthread.c31 TASK_INTERRUPTIBLE); in speakup_thread()
Dspeakup_dectlk.c230 prepare_to_wait(&flush, &wait, TASK_INTERRUPTIBLE); in do_catch_up()
252 set_current_state(TASK_INTERRUPTIBLE); in do_catch_up()
/Linux-v5.15/drivers/gpu/drm/vmwgfx/
Dvmwgfx_irq.c194 TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE); in vmw_fallback_wait()
212 TASK_INTERRUPTIBLE : in vmw_fallback_wait()
/Linux-v5.15/drivers/mmc/core/
Dsdio_irq.c186 set_current_state(TASK_INTERRUPTIBLE); in sdio_irq_thread()
207 set_current_state(TASK_INTERRUPTIBLE); in sdio_irq_thread()
/Linux-v5.15/kernel/
Dfreezer.c140 wake_up_state(p, TASK_INTERRUPTIBLE); in freeze_task()
/Linux-v5.15/fs/
Deventfd.c239 set_current_state(TASK_INTERRUPTIBLE); in eventfd_read()
286 set_current_state(TASK_INTERRUPTIBLE); in eventfd_write()
/Linux-v5.15/drivers/staging/rts5208/
Drtsx.h66 #define wait_timeout(msecs) wait_timeout_x(TASK_INTERRUPTIBLE, (msecs))
/Linux-v5.15/drivers/char/
Dnwbutton.c172 prepare_to_wait(&button_wait_queue, &wait, TASK_INTERRUPTIBLE); in button_read()

12345678910>>...15