Home
last modified time | relevance | path

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

12345678910>>...18

/OK3568_Linux_fs/kernel/include/linux/
H A Dwait.h218 #define wake_up_interruptible(x) __wake_up(x, TASK_INTERRUPTIBLE, 1, NULL)
219 #define wake_up_interruptible_nr(x, nr) __wake_up(x, TASK_INTERRUPTIBLE, nr, NULL)
220 #define wake_up_interruptible_all(x) __wake_up(x, TASK_INTERRUPTIBLE, 0, NULL)
221 #define wake_up_interruptible_sync(x) __wake_up_sync((x), TASK_INTERRUPTIBLE)
234 __wake_up(x, TASK_INTERRUPTIBLE, 1, poll_to_key(m))
236 __wake_up_sync_key((x), TASK_INTERRUPTIBLE, poll_to_key(m))
238 __wake_up_locked_sync_key((x), TASK_INTERRUPTIBLE, poll_to_key(m))
275 state == TASK_INTERRUPTIBLE || state == TASK_KILLABLE) \
355 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
414 TASK_INTERRUPTIBLE, 0, timeout, \
[all …]
H A Dswait.h207 ___swait_event(wq, condition, TASK_INTERRUPTIBLE, 0, \
220 TASK_INTERRUPTIBLE, timeout, \
H A Dtracehook.h220 !wake_up_state(task, TASK_INTERRUPTIBLE)) in set_notify_signal()
/OK3568_Linux_fs/kernel/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.c122 set_current_state(TASK_INTERRUPTIBLE); in preemptirq_delay_run()
125 set_current_state(TASK_INTERRUPTIBLE); in preemptirq_delay_run()
H A Dtrace_selftest.c1069 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()
1082 set_current_state(TASK_INTERRUPTIBLE); in trace_wakeup_test_thread()
/OK3568_Linux_fs/kernel/net/atm/
H 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()
/OK3568_Linux_fs/kernel/samples/trace_events/
H A Dtrace-events-sample.c28 set_current_state(TASK_INTERRUPTIBLE); in simple_thread_func()
63 set_current_state(TASK_INTERRUPTIBLE); in simple_thread_func_fn()
/OK3568_Linux_fs/kernel/drivers/dma/idxd/
H A Dsubmit.c44 sbitmap_prepare_to_wait(sbq, ws, &wait, TASK_INTERRUPTIBLE); in idxd_alloc_desc()
45 if (signal_pending_state(TASK_INTERRUPTIBLE, current)) in idxd_alloc_desc()
/OK3568_Linux_fs/kernel/net/bluetooth/
H A 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()
/OK3568_Linux_fs/kernel/kernel/locking/
H A Drtmutex.c1182 if (likely(state == TASK_INTERRUPTIBLE)) { in __rt_mutex_slowlock()
1222 set_current_state(TASK_INTERRUPTIBLE); in rt_mutex_handle_deadlock()
1520 ret = rt_mutex_fastlock(lock, TASK_INTERRUPTIBLE, rt_mutex_slowlock); in rt_mutex_lock_interruptible()
1564 ret = rt_mutex_timed_fastlock(lock, TASK_INTERRUPTIBLE, timeout, in rt_mutex_timed_lock()
1864 set_current_state(TASK_INTERRUPTIBLE); in rt_mutex_wait_proxy_lock()
1865 ret = __rt_mutex_slowlock(lock, TASK_INTERRUPTIBLE, to, waiter); in rt_mutex_wait_proxy_lock()
H A Dmutex.c1159 return __mutex_lock(lock, TASK_INTERRUPTIBLE, subclass, NULL, _RET_IP_); in mutex_lock_interruptible_nested()
1225 ret = __ww_mutex_lock(&lock->base, TASK_INTERRUPTIBLE, in ww_mutex_lock_interruptible()
1397 return __mutex_lock(lock, TASK_INTERRUPTIBLE, 0, NULL, _RET_IP_); in __mutex_lock_interruptible_slowpath()
1411 return __ww_mutex_lock(&lock->base, TASK_INTERRUPTIBLE, 0, NULL, in __ww_mutex_lock_interruptible_slowpath()
/OK3568_Linux_fs/kernel/kernel/sched/
H A 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()
H A Dwait.c339 set_current_state(TASK_INTERRUPTIBLE); in do_wait_intr()
356 set_current_state(TASK_INTERRUPTIBLE); in do_wait_intr_irq()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/samples/ftrace/
H A Dftrace-direct-modify.c59 set_current_state(TASK_INTERRUPTIBLE); in simple_thread()
H A Dsample-trace-array.c48 set_current_state(TASK_INTERRUPTIBLE); in simple_thread_func()
/OK3568_Linux_fs/kernel/drivers/accessibility/speakup/
H A Dthread.c31 TASK_INTERRUPTIBLE); in speakup_thread()
H A Dspeakup_dectlk.c222 prepare_to_wait(&flush, &wait, TASK_INTERRUPTIBLE); in do_catch_up()
244 set_current_state(TASK_INTERRUPTIBLE); in do_catch_up()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_irq.c198 TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE); in vmw_fallback_wait()
216 TASK_INTERRUPTIBLE : in vmw_fallback_wait()
/OK3568_Linux_fs/kernel/fs/
H A Deventfd.c243 set_current_state(TASK_INTERRUPTIBLE); in eventfd_read()
290 set_current_state(TASK_INTERRUPTIBLE); in eventfd_write()
/OK3568_Linux_fs/kernel/kernel/
H A Dfreezer.c145 wake_up_state(p, TASK_INTERRUPTIBLE); in freeze_task()
/OK3568_Linux_fs/kernel/drivers/lightnvm/
H A Dpblk-gc.c514 set_current_state(TASK_INTERRUPTIBLE); in pblk_gc_ts()
528 set_current_state(TASK_INTERRUPTIBLE); in pblk_gc_writer_ts()
543 set_current_state(TASK_INTERRUPTIBLE); in pblk_gc_reader_ts()
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Ducb1x00-ts.c238 set_current_state(TASK_INTERRUPTIBLE); in ucb1x00_thread()
271 set_current_state(TASK_INTERRUPTIBLE); in ucb1x00_thread()
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-roccat.c87 set_current_state(TASK_INTERRUPTIBLE); in roccat_read()
107 set_current_state(TASK_INTERRUPTIBLE); in roccat_read()

12345678910>>...18