| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | wait.h | 218 #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 D | swait.h | 207 ___swait_event(wq, condition, TASK_INTERRUPTIBLE, 0, \ 220 TASK_INTERRUPTIBLE, timeout, \
|
| H A D | tracehook.h | 220 !wake_up_state(task, TASK_INTERRUPTIBLE)) in set_notify_signal()
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | ring_buffer_benchmark.c | 219 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 D | preemptirq_delay_test.c | 122 set_current_state(TASK_INTERRUPTIBLE); in preemptirq_delay_run() 125 set_current_state(TASK_INTERRUPTIBLE); in preemptirq_delay_run()
|
| H A D | trace_selftest.c | 1069 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 D | svc.c | 214 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 D | trace-events-sample.c | 28 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 D | submit.c | 44 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 D | af_bluetooth.c | 309 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 D | rtmutex.c | 1182 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 D | mutex.c | 1159 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 D | completion.c | 206 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 D | wait.c | 339 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 D | sdio_irq.c | 186 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 D | ftrace-direct-modify.c | 59 set_current_state(TASK_INTERRUPTIBLE); in simple_thread()
|
| H A D | sample-trace-array.c | 48 set_current_state(TASK_INTERRUPTIBLE); in simple_thread_func()
|
| /OK3568_Linux_fs/kernel/drivers/accessibility/speakup/ |
| H A D | thread.c | 31 TASK_INTERRUPTIBLE); in speakup_thread()
|
| H A D | speakup_dectlk.c | 222 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 D | vmwgfx_irq.c | 198 TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE); in vmw_fallback_wait() 216 TASK_INTERRUPTIBLE : in vmw_fallback_wait()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | eventfd.c | 243 set_current_state(TASK_INTERRUPTIBLE); in eventfd_read() 290 set_current_state(TASK_INTERRUPTIBLE); in eventfd_write()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | freezer.c | 145 wake_up_state(p, TASK_INTERRUPTIBLE); in freeze_task()
|
| /OK3568_Linux_fs/kernel/drivers/lightnvm/ |
| H A D | pblk-gc.c | 514 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 D | ucb1x00-ts.c | 238 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 D | hid-roccat.c | 87 set_current_state(TASK_INTERRUPTIBLE); in roccat_read() 107 set_current_state(TASK_INTERRUPTIBLE); in roccat_read()
|