Home
last modified time | relevance | path

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

12345678910>>...14

/Linux-v5.4/include/linux/
Dwait.h214 #define wake_up_interruptible(x) __wake_up(x, TASK_INTERRUPTIBLE, 1, NULL)
215 #define wake_up_interruptible_nr(x, nr) __wake_up(x, TASK_INTERRUPTIBLE, nr, NULL)
216 #define wake_up_interruptible_all(x) __wake_up(x, TASK_INTERRUPTIBLE, 0, NULL)
217 #define wake_up_interruptible_sync(x) __wake_up_sync((x), TASK_INTERRUPTIBLE, 1)
229 __wake_up(x, TASK_INTERRUPTIBLE, 1, poll_to_key(m))
231 __wake_up_sync_key((x), TASK_INTERRUPTIBLE, 1, poll_to_key(m))
243 state == TASK_INTERRUPTIBLE || state == TASK_KILLABLE) \
323 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
382 TASK_INTERRUPTIBLE, 0, timeout, \
437 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
[all …]
Dswait.h220 ___swait_event(wq, condition, TASK_INTERRUPTIBLE, 0, \
233 TASK_INTERRUPTIBLE, timeout, \
/Linux-v5.4/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()
Dtrace_selftest.c1064 set_current_state(TASK_INTERRUPTIBLE); in trace_wakeup_test_thread()
1067 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()
/Linux-v5.4/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.4/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.4/kernel/sched/
Dcompletion.c204 long t = wait_for_common(x, MAX_SCHEDULE_TIMEOUT, TASK_INTERRUPTIBLE); in wait_for_completion_interruptible()
226 return wait_for_common(x, timeout, TASK_INTERRUPTIBLE); in wait_for_completion_interruptible_timeout()
Dwait.c306 set_current_state(TASK_INTERRUPTIBLE); in do_wait_intr()
323 set_current_state(TASK_INTERRUPTIBLE); in do_wait_intr_irq()
/Linux-v5.4/net/bluetooth/
Daf_bluetooth.c306 set_current_state(TASK_INTERRUPTIBLE); in bt_sock_data_wait()
542 set_current_state(TASK_INTERRUPTIBLE); in bt_sock_wait_state()
557 set_current_state(TASK_INTERRUPTIBLE); in bt_sock_wait_state()
581 set_current_state(TASK_INTERRUPTIBLE); in bt_sock_wait_ready()
596 set_current_state(TASK_INTERRUPTIBLE); in bt_sock_wait_ready()
/Linux-v5.4/kernel/locking/
Drtmutex.c1182 if (likely(state == TASK_INTERRUPTIBLE)) { in __rt_mutex_slowlock()
1221 set_current_state(TASK_INTERRUPTIBLE); in rt_mutex_handle_deadlock()
1518 ret = rt_mutex_fastlock(lock, TASK_INTERRUPTIBLE, rt_mutex_slowlock); in rt_mutex_lock_interruptible()
1560 ret = rt_mutex_timed_fastlock(lock, TASK_INTERRUPTIBLE, timeout, in rt_mutex_timed_lock()
1856 set_current_state(TASK_INTERRUPTIBLE); in rt_mutex_wait_proxy_lock()
1857 ret = __rt_mutex_slowlock(lock, TASK_INTERRUPTIBLE, to, waiter); in rt_mutex_wait_proxy_lock()
Dmutex.c1140 return __mutex_lock(lock, TASK_INTERRUPTIBLE, subclass, NULL, _RET_IP_); in mutex_lock_interruptible_nested()
1206 ret = __ww_mutex_lock(&lock->base, TASK_INTERRUPTIBLE, in ww_mutex_lock_interruptible()
1376 return __mutex_lock(lock, TASK_INTERRUPTIBLE, 0, NULL, _RET_IP_); in __mutex_lock_interruptible_slowpath()
1390 return __ww_mutex_lock(&lock->base, TASK_INTERRUPTIBLE, 0, NULL, in __ww_mutex_lock_interruptible_slowpath()
/Linux-v5.4/drivers/staging/speakup/
Dthread.c31 TASK_INTERRUPTIBLE); in speakup_thread()
Dspeakup_dectlk.c218 prepare_to_wait(&flush, &wait, TASK_INTERRUPTIBLE); in do_catch_up()
240 set_current_state(TASK_INTERRUPTIBLE); in do_catch_up()
/Linux-v5.4/drivers/mmc/core/
Dsdio_irq.c187 set_current_state(TASK_INTERRUPTIBLE); in sdio_irq_thread()
208 set_current_state(TASK_INTERRUPTIBLE); in sdio_irq_thread()
/Linux-v5.4/include/drm/
Ddrm_os_linux.h40 __set_current_state(TASK_INTERRUPTIBLE); \
/Linux-v5.4/kernel/
Dfreezer.c140 wake_up_state(p, TASK_INTERRUPTIBLE); in freeze_task()
/Linux-v5.4/drivers/gpu/drm/vmwgfx/
Dvmwgfx_irq.c198 TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE); in vmw_fallback_wait()
216 TASK_INTERRUPTIBLE : in vmw_fallback_wait()
/Linux-v5.4/fs/
Deventfd.c222 set_current_state(TASK_INTERRUPTIBLE); in eventfd_read()
272 set_current_state(TASK_INTERRUPTIBLE); in eventfd_write()
/Linux-v5.4/drivers/staging/rts5208/
Drtsx.h66 #define wait_timeout(msecs) wait_timeout_x(TASK_INTERRUPTIBLE, (msecs))
/Linux-v5.4/arch/um/drivers/
Drandom.c79 set_current_state(TASK_INTERRUPTIBLE); in rng_dev_read()
/Linux-v5.4/drivers/char/
Dnwbutton.c172 prepare_to_wait(&button_wait_queue, &wait, TASK_INTERRUPTIBLE); in button_read()
/Linux-v5.4/fs/jffs2/
Dbackground.c96 set_current_state (TASK_INTERRUPTIBLE); in jffs2_garbage_collect_thread()
/Linux-v5.4/drivers/mfd/
Ducb1x00-ts.c238 set_current_state(TASK_INTERRUPTIBLE); in ucb1x00_thread()
271 set_current_state(TASK_INTERRUPTIBLE); in ucb1x00_thread()
/Linux-v5.4/drivers/hid/
Dhid-roccat.c87 set_current_state(TASK_INTERRUPTIBLE); in roccat_read()
107 set_current_state(TASK_INTERRUPTIBLE); in roccat_read()
/Linux-v5.4/drivers/dma-buf/
Ddma-fence.c502 __set_current_state(TASK_INTERRUPTIBLE); in dma_fence_default_wait()
604 set_current_state(TASK_INTERRUPTIBLE); in dma_fence_wait_any_timeout()

12345678910>>...14