/linux-4.4.14/include/linux/ |
D | wait.h | 171 #define wake_up_interruptible(x) __wake_up(x, TASK_INTERRUPTIBLE, 1, NULL) 172 #define wake_up_interruptible_nr(x, nr) __wake_up(x, TASK_INTERRUPTIBLE, nr, NULL) 173 #define wake_up_interruptible_all(x) __wake_up(x, TASK_INTERRUPTIBLE, 0, NULL) 174 #define wake_up_interruptible_sync(x) __wake_up_sync((x), TASK_INTERRUPTIBLE, 1) 184 __wake_up(x, TASK_INTERRUPTIBLE, 1, (void *) (m)) 186 __wake_up_sync_key((x), TASK_INTERRUPTIBLE, 1, (void *) (m)) 198 state == TASK_INTERRUPTIBLE || state == TASK_KILLABLE) \ 286 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 0, 0, \ 345 TASK_INTERRUPTIBLE, 0, timeout, \ 400 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 0, 0, \ [all …]
|
D | sched.h | 208 #define TASK_INTERRUPTIBLE 1 macro 237 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE) 241 #define TASK_REPORT (TASK_RUNNING | TASK_INTERRUPTIBLE | \ 2917 if (!(state & (TASK_INTERRUPTIBLE | TASK_WAKEKILL))) in signal_pending_state() 2922 return (state & TASK_INTERRUPTIBLE) || __fatal_signal_pending(p); in signal_pending_state()
|
/linux-4.4.14/kernel/trace/ |
D | ring_buffer_benchmark.c | 217 set_current_state(TASK_INTERRUPTIBLE); in ring_buffer_consumer() 371 set_current_state(TASK_INTERRUPTIBLE); in wait_to_die() 374 set_current_state(TASK_INTERRUPTIBLE); in wait_to_die() 386 set_current_state(TASK_INTERRUPTIBLE); in ring_buffer_consumer_thread() 414 set_current_state(TASK_INTERRUPTIBLE); in ring_buffer_producer_thread()
|
D | trace_selftest.c | 1055 set_current_state(TASK_INTERRUPTIBLE); in trace_wakeup_test_thread() 1058 set_current_state(TASK_INTERRUPTIBLE); in trace_wakeup_test_thread() 1063 set_current_state(TASK_INTERRUPTIBLE); in trace_wakeup_test_thread() 1068 set_current_state(TASK_INTERRUPTIBLE); in trace_wakeup_test_thread()
|
D | ring_buffer.c | 552 prepare_to_wait(&work->full_waiters, &wait, TASK_INTERRUPTIBLE); in ring_buffer_wait() 554 prepare_to_wait(&work->waiters, &wait, TASK_INTERRUPTIBLE); in ring_buffer_wait() 4826 set_current_state(TASK_INTERRUPTIBLE); in rb_test() 4909 set_current_state(TASK_INTERRUPTIBLE); in test_ringbuffer()
|
/linux-4.4.14/net/core/ |
D | stream.c | 72 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in sk_stream_wait_connect() 102 TASK_INTERRUPTIBLE); in sk_stream_wait_close() 131 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in sk_stream_wait_memory()
|
D | datagram.c | 92 prepare_to_wait_exclusive(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in wait_for_more_packets()
|
/linux-4.4.14/samples/trace_events/ |
D | trace-events-sample.c | 27 set_current_state(TASK_INTERRUPTIBLE); in simple_thread_func() 62 set_current_state(TASK_INTERRUPTIBLE); in simple_thread_func_fn()
|
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
D | octeon_main.h | 173 set_current_state(TASK_INTERRUPTIBLE); in sleep_cond() 191 set_current_state(TASK_INTERRUPTIBLE); in sleep_atomic_cond() 214 set_current_state(TASK_INTERRUPTIBLE); in sleep_timeout_cond()
|
/linux-4.4.14/net/atm/ |
D | svc.c | 213 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in svc_connect() 218 TASK_INTERRUPTIBLE); in svc_connect() 237 TASK_INTERRUPTIBLE); in svc_connect() 244 TASK_INTERRUPTIBLE); in svc_connect() 342 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in svc_accept() 363 TASK_INTERRUPTIBLE); in svc_accept() 543 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in svc_addparty() 566 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in svc_dropparty()
|
D | common.c | 607 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in vcc_sendmsg() 626 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in vcc_sendmsg()
|
/linux-4.4.14/drivers/staging/dgnc/ |
D | dgnc_utils.c | 15 __set_current_state(TASK_INTERRUPTIBLE); in dgnc_ms_sleep()
|
/linux-4.4.14/kernel/locking/ |
D | rtmutex.c | 1122 if (unlikely(state == TASK_INTERRUPTIBLE)) { in __rt_mutex_slowlock() 1161 set_current_state(TASK_INTERRUPTIBLE); in rt_mutex_handle_deadlock() 1418 return rt_mutex_fastlock(lock, TASK_INTERRUPTIBLE, rt_mutex_slowlock); in rt_mutex_lock_interruptible() 1430 return rt_mutex_timed_fastlock(lock, TASK_INTERRUPTIBLE, timeout, in rt_mutex_timed_futex_lock() 1453 return rt_mutex_timed_fastlock(lock, TASK_INTERRUPTIBLE, timeout, in rt_mutex_timed_lock() 1673 set_current_state(TASK_INTERRUPTIBLE); in rt_mutex_finish_proxy_lock() 1676 ret = __rt_mutex_slowlock(lock, TASK_INTERRUPTIBLE, to, waiter); in rt_mutex_finish_proxy_lock()
|
D | mutex.c | 647 return __mutex_lock_common(lock, TASK_INTERRUPTIBLE, in mutex_lock_interruptible_nested() 700 ret = __mutex_lock_common(&lock->base, TASK_INTERRUPTIBLE, in __ww_mutex_lock_interruptible() 834 return __mutex_lock_common(lock, TASK_INTERRUPTIBLE, 0, in __mutex_lock_interruptible_slowpath() 849 return __mutex_lock_common(&lock->base, TASK_INTERRUPTIBLE, 0, in __ww_mutex_lock_interruptible_slowpath()
|
D | semaphore.c | 243 return __down_common(sem, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in __down_interruptible()
|
/linux-4.4.14/sound/oss/ |
D | sleep.h | 14 prepare_to_wait(q, &wait, TASK_INTERRUPTIBLE); in oss_broken_sleep_on()
|
/linux-4.4.14/kernel/sched/ |
D | completion.c | 190 long t = wait_for_common(x, MAX_SCHEDULE_TIMEOUT, TASK_INTERRUPTIBLE); in wait_for_completion_interruptible() 212 return wait_for_common(x, timeout, TASK_INTERRUPTIBLE); in wait_for_completion_interruptible_timeout()
|
/linux-4.4.14/net/bluetooth/ |
D | af_bluetooth.c | 263 set_current_state(TASK_INTERRUPTIBLE); in bt_sock_data_wait() 507 set_current_state(TASK_INTERRUPTIBLE); in bt_sock_wait_state() 522 set_current_state(TASK_INTERRUPTIBLE); in bt_sock_wait_state() 546 set_current_state(TASK_INTERRUPTIBLE); in bt_sock_wait_ready() 561 set_current_state(TASK_INTERRUPTIBLE); in bt_sock_wait_ready()
|
D | l2cap_sock.c | 340 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); in l2cap_sock_accept() 1066 set_current_state(TASK_INTERRUPTIBLE); in __l2cap_wait_ack() 1083 set_current_state(TASK_INTERRUPTIBLE); in __l2cap_wait_ack()
|
/linux-4.4.14/drivers/staging/rtl8712/ |
D | osdep_service.h | 81 set_current_state(TASK_INTERRUPTIBLE); in sleep_schedulable()
|
/linux-4.4.14/drivers/staging/speakup/ |
D | thread.c | 30 TASK_INTERRUPTIBLE); in speakup_thread()
|
D | speakup_dectlk.c | 230 prepare_to_wait(&flush, &wait, TASK_INTERRUPTIBLE); in do_catch_up() 251 set_current_state(TASK_INTERRUPTIBLE); in do_catch_up()
|
D | selection.c | 152 set_current_state(TASK_INTERRUPTIBLE); in __speakup_paste_selection()
|
D | speakup_apollo.c | 172 set_current_state(TASK_INTERRUPTIBLE); in do_catch_up()
|
D | speakup_decext.c | 187 set_current_state(TASK_INTERRUPTIBLE); in do_catch_up()
|
D | speakup_acntpc.c | 208 set_current_state(TASK_INTERRUPTIBLE); in do_catch_up()
|
D | speakup_keypc.c | 209 set_current_state(TASK_INTERRUPTIBLE); in do_catch_up()
|
D | speakup_soft.c | 219 prepare_to_wait(&speakup_event, &wait, TASK_INTERRUPTIBLE); in softsynth_read()
|
D | speakup_dtlk.c | 220 set_current_state(TASK_INTERRUPTIBLE); in do_catch_up()
|
D | speakup_decpc.c | 404 set_current_state(TASK_INTERRUPTIBLE); in do_catch_up()
|
D | synth.c | 116 set_current_state(TASK_INTERRUPTIBLE); in spk_do_catch_up()
|
/linux-4.4.14/drivers/mmc/core/ |
D | sdio_irq.c | 149 set_current_state(TASK_INTERRUPTIBLE); in sdio_irq_thread() 170 set_current_state(TASK_INTERRUPTIBLE); in sdio_irq_thread()
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_irq.c | 151 TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE); in vmw_fallback_wait() 169 TASK_INTERRUPTIBLE : in vmw_fallback_wait()
|
D | vmwgfx_fifo.c | 230 TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE); in vmw_fifo_wait_noirq()
|
/linux-4.4.14/net/vmw_vsock/ |
D | af_vsock.c | 1187 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in vsock_stream_connect() 1218 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in vsock_stream_connect() 1267 prepare_to_wait(sk_sleep(listener), &wait, TASK_INTERRUPTIBLE); in vsock_accept() 1283 prepare_to_wait(sk_sleep(listener), &wait, TASK_INTERRUPTIBLE); in vsock_accept() 1560 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in vsock_stream_sendmsg() 1592 TASK_INTERRUPTIBLE); in vsock_stream_sendmsg() 1719 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in vsock_stream_recvmsg() 1788 TASK_INTERRUPTIBLE); in vsock_stream_recvmsg()
|
/linux-4.4.14/include/drm/ |
D | drm_os_linux.h | 50 __set_current_state(TASK_INTERRUPTIBLE); \
|
/linux-4.4.14/kernel/ |
D | freezer.c | 143 wake_up_state(p, TASK_INTERRUPTIBLE); in freeze_task()
|
D | kthread.c | 515 set_current_state(TASK_INTERRUPTIBLE); in kthreadd() 573 set_current_state(TASK_INTERRUPTIBLE); /* mb paired w/ kthread_stop */ in kthread_worker_fn()
|
D | smpboot.c | 111 set_current_state(TASK_INTERRUPTIBLE); in smpboot_thread_fn()
|
D | kmod.c | 381 TASK_INTERRUPTIBLE); in usermodehelper_read_trylock()
|
D | exit.c | 1474 TASK_INTERRUPTIBLE, 1, p); in __wake_up_parent() 1499 set_current_state(TASK_INTERRUPTIBLE); in do_wait()
|
/linux-4.4.14/drivers/media/rc/ |
D | lirc_dev.c | 136 set_current_state(TASK_INTERRUPTIBLE); in lirc_thread() 144 set_current_state(TASK_INTERRUPTIBLE); in lirc_thread() 698 set_current_state(TASK_INTERRUPTIBLE); in lirc_dev_fop_read() 723 set_current_state(TASK_INTERRUPTIBLE); in lirc_dev_fop_read()
|
D | rc-ir-raw.c | 47 set_current_state(TASK_INTERRUPTIBLE); in ir_raw_event_thread()
|
D | ir-lirc-codec.c | 171 set_current_state(TASK_INTERRUPTIBLE); in ir_lirc_transmit_ir()
|
/linux-4.4.14/arch/um/drivers/ |
D | random.c | 79 set_task_state(current, TASK_INTERRUPTIBLE); in rng_dev_read()
|
/linux-4.4.14/drivers/char/ |
D | nwbutton.c | 172 prepare_to_wait(&button_wait_queue, &wait, TASK_INTERRUPTIBLE); in button_read()
|
D | snsc.c | 197 set_current_state(TASK_INTERRUPTIBLE); in scdrv_read() 293 set_current_state(TASK_INTERRUPTIBLE); in scdrv_write()
|
D | applicom.c | 431 set_current_state(TASK_INTERRUPTIBLE); in ac_write() 447 set_current_state(TASK_INTERRUPTIBLE); in ac_write() 552 set_current_state(TASK_INTERRUPTIBLE); in ac_read()
|
D | lp.c | 227 prepare_to_wait(&lp_table[minor].waitq, &wait, TASK_INTERRUPTIBLE); in lp_error() 465 prepare_to_wait(&lp_table[minor].waitq, &wait, TASK_INTERRUPTIBLE); in lp_read()
|
/linux-4.4.14/drivers/dma-buf/ |
D | fence.c | 378 __set_current_state(TASK_INTERRUPTIBLE); in fence_default_wait() 472 set_current_state(TASK_INTERRUPTIBLE); in fence_wait_any_timeout()
|
/linux-4.4.14/fs/ |
D | eventfd.c | 199 set_current_state(TASK_INTERRUPTIBLE); in eventfd_ctx_read() 263 set_current_state(TASK_INTERRUPTIBLE); in eventfd_write()
|
D | signalfd.c | 179 set_current_state(TASK_INTERRUPTIBLE); in signalfd_dequeue()
|
D | select.c | 529 if (!poll_schedule_timeout(&table, TASK_INTERRUPTIBLE, in do_select() 861 if (!poll_schedule_timeout(wait, TASK_INTERRUPTIBLE, to, slack)) in do_poll()
|
D | userfaultfd.c | 352 set_current_state(return_to_userland ? TASK_INTERRUPTIBLE : in handle_userfault() 553 set_current_state(TASK_INTERRUPTIBLE); in userfaultfd_ctx_read()
|
/linux-4.4.14/fs/jffs2/ |
D | background.c | 96 set_current_state (TASK_INTERRUPTIBLE); in jffs2_garbage_collect_thread()
|
/linux-4.4.14/drivers/staging/rdma/amso1100/ |
D | c2_vq.c | 205 set_current_state(TASK_INTERRUPTIBLE); in vq_send_wr()
|
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
D | divasi.c | 514 set_current_state(TASK_INTERRUPTIBLE); in remove_entity() 531 set_current_state(TASK_INTERRUPTIBLE); in remove_entity()
|
/linux-4.4.14/drivers/mfd/ |
D | ucb1x00-ts.c | 241 set_current_state(TASK_INTERRUPTIBLE); in ucb1x00_thread() 274 set_current_state(TASK_INTERRUPTIBLE); in ucb1x00_thread()
|
D | ucb1x00-core.c | 255 set_current_state(TASK_INTERRUPTIBLE); in ucb1x00_adc_read()
|
/linux-4.4.14/drivers/hid/ |
D | hid-roccat.c | 90 set_current_state(TASK_INTERRUPTIBLE); in roccat_read() 110 set_current_state(TASK_INTERRUPTIBLE); in roccat_read()
|
D | hidraw.c | 57 set_current_state(TASK_INTERRUPTIBLE); in hidraw_read() 77 set_current_state(TASK_INTERRUPTIBLE); in hidraw_read()
|
D | hid-debug.c | 1117 set_current_state(TASK_INTERRUPTIBLE); in hid_debug_events_read() 1139 set_current_state(TASK_INTERRUPTIBLE); in hid_debug_events_read()
|
/linux-4.4.14/drivers/staging/rts5208/ |
D | rtsx.h | 78 #define wait_timeout(msecs) wait_timeout_x(TASK_INTERRUPTIBLE, (msecs))
|
/linux-4.4.14/drivers/media/usb/gspca/m5602/ |
D | m5602_s5k83a.c | 179 set_current_state(TASK_INTERRUPTIBLE); in rotation_thread_function() 201 set_current_state(TASK_INTERRUPTIBLE); in rotation_thread_function()
|
/linux-4.4.14/net/decnet/ |
D | af_decnet.c | 836 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in dn_confirm_accept() 854 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in dn_confirm_accept() 877 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in dn_wait_run() 895 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in dn_wait_run() 1046 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in dn_wait_for_connect() 1066 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in dn_wait_for_connect() 1752 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in dn_recvmsg() 2009 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in dn_sendmsg()
|
/linux-4.4.14/drivers/usb/misc/ |
D | rio500.c | 331 prepare_to_wait(&rio->wait_q, &wait, TASK_INTERRUPTIBLE); in write_rio() 417 prepare_to_wait(&rio->wait_q, &wait, TASK_INTERRUPTIBLE); in read_rio()
|
D | adutux.c | 452 set_current_state(TASK_INTERRUPTIBLE); in adu_read() 543 set_current_state(TASK_INTERRUPTIBLE); in adu_write()
|
D | yurex.c | 512 prepare_to_wait(&dev->waitq, &wait, TASK_INTERRUPTIBLE); in yurex_write()
|
/linux-4.4.14/sound/firewire/oxfw/ |
D | oxfw-hwdep.c | 29 prepare_to_wait(&oxfw->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
|
/linux-4.4.14/sound/firewire/digi00x/ |
D | digi00x-hwdep.c | 30 prepare_to_wait(&dg00x->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
|
/linux-4.4.14/sound/firewire/dice/ |
D | dice-hwdep.c | 22 prepare_to_wait(&dice->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
|
/linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
D | sysfs.c | 128 TASK_INTERRUPTIBLE); in wl1271_sysfs_read_fwlog()
|
/linux-4.4.14/sound/firewire/bebob/ |
D | bebob_hwdep.c | 30 prepare_to_wait(&bebob->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
|
/linux-4.4.14/sound/firewire/tascam/ |
D | tascam-hwdep.c | 48 prepare_to_wait(&tscm->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
|
/linux-4.4.14/arch/powerpc/platforms/83xx/ |
D | mcu_mpc8349emitx.c | 67 set_current_state(TASK_INTERRUPTIBLE); in shutdown_thread_fn()
|
/linux-4.4.14/drivers/lguest/ |
D | core.c | 268 set_current_state(TASK_INTERRUPTIBLE); in run_guest()
|
/linux-4.4.14/drivers/staging/media/lirc/ |
D | lirc_parallel.c | 336 set_current_state(TASK_INTERRUPTIBLE); in lirc_read() 356 set_current_state(TASK_INTERRUPTIBLE); in lirc_read()
|
D | lirc_sir.c | 212 set_current_state(TASK_INTERRUPTIBLE); in lirc_read() 233 set_current_state(TASK_INTERRUPTIBLE); in lirc_read()
|
D | lirc_zilog.c | 471 set_current_state(TASK_INTERRUPTIBLE); in lirc_thread() 917 set_current_state(TASK_INTERRUPTIBLE); in read() 942 set_current_state(TASK_INTERRUPTIBLE); in read()
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-elektor.c | 112 prepare_to_wait(&pcf_wait, &wait, TASK_INTERRUPTIBLE); in pcf_isa_waitforpin()
|
/linux-4.4.14/drivers/crypto/ccp/ |
D | ccp-dev.c | 233 set_current_state(TASK_INTERRUPTIBLE); in ccp_cmd_queue_thread() 237 set_current_state(TASK_INTERRUPTIBLE); in ccp_cmd_queue_thread()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_fence.c | 329 __set_current_state(intr ? TASK_INTERRUPTIBLE : in nouveau_fence_wait_legacy() 359 TASK_INTERRUPTIBLE : in nouveau_fence_wait_busy()
|
/linux-4.4.14/sound/core/seq/ |
D | seq_fifo.c | 190 set_current_state(TASK_INTERRUPTIBLE); in snd_seq_fifo_cell_out()
|
D | seq_memory.c | 245 set_current_state(TASK_INTERRUPTIBLE); in snd_seq_cell_alloc()
|
/linux-4.4.14/drivers/s390/char/ |
D | sclp_sdias.c | 68 set_current_state(TASK_INTERRUPTIBLE); in sdias_sclp_send()
|
/linux-4.4.14/arch/powerpc/platforms/44x/ |
D | warp.c | 269 set_current_state(TASK_INTERRUPTIBLE); in pika_dtm_thread()
|
/linux-4.4.14/drivers/block/ |
D | swim.c | 334 current->state = TASK_INTERRUPTIBLE; in swim_motor() 353 current->state = TASK_INTERRUPTIBLE; in swim_eject() 377 current->state = TASK_INTERRUPTIBLE; in swim_step()
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_lock.c | 83 __set_current_state(TASK_INTERRUPTIBLE); in drm_legacy_lock()
|
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
D | lib-eq.c | 334 set_current_state(TASK_INTERRUPTIBLE); in lnet_eq_wait_locked()
|
D | lib-socket.c | 540 set_current_state(TASK_INTERRUPTIBLE); in lnet_sock_accept()
|
/linux-4.4.14/fs/dlm/ |
D | recoverd.c | 291 set_current_state(TASK_INTERRUPTIBLE); in dlm_recoverd()
|
/linux-4.4.14/net/nfc/ |
D | llcp_sock.c | 36 set_current_state(TASK_INTERRUPTIBLE); in sock_wait_state() 52 set_current_state(TASK_INTERRUPTIBLE); in sock_wait_state() 464 set_current_state(TASK_INTERRUPTIBLE); in llcp_sock_accept()
|
/linux-4.4.14/kernel/debug/kdb/ |
D | kdb_support.c | 578 res |= TASK_INTERRUPTIBLE; in kdb_task_state_string() 638 (p->state & TASK_INTERRUPTIBLE) ? 'S' : '?'; in kdb_task_state_char()
|
/linux-4.4.14/drivers/tty/ |
D | n_hdlc.c | 610 set_current_state(TASK_INTERRUPTIBLE); in n_hdlc_tty_read() 694 set_current_state(TASK_INTERRUPTIBLE); in n_hdlc_tty_write()
|
D | tty_port.c | 399 prepare_to_wait(&port->open_wait, &wait, TASK_INTERRUPTIBLE); in tty_port_block_til_ready()
|
D | synclink_gt.c | 2798 set_current_state(TASK_INTERRUPTIBLE); in wait_mgsl_event() 2814 set_current_state(TASK_INTERRUPTIBLE); in wait_mgsl_event() 3035 set_current_state(TASK_INTERRUPTIBLE); in add_cond_wait() 3143 set_current_state(TASK_INTERRUPTIBLE); in modem_input_wait() 3156 set_current_state(TASK_INTERRUPTIBLE); in modem_input_wait() 3305 set_current_state(TASK_INTERRUPTIBLE); in block_til_ready()
|
/linux-4.4.14/drivers/bluetooth/ |
D | bluecard_cs.c | 306 prepare_to_wait(&wq, &wait, TASK_INTERRUPTIBLE); in bluecard_write_wakeup() 320 prepare_to_wait(&wq, &wait, TASK_INTERRUPTIBLE); in bluecard_write_wakeup()
|
D | hci_intel.c | 128 TASK_INTERRUPTIBLE, in intel_wait_booting() 151 TASK_INTERRUPTIBLE, in intel_wait_lpm_transaction() 840 TASK_INTERRUPTIBLE, in intel_setup()
|
D | btmrvl_main.c | 603 set_current_state(TASK_INTERRUPTIBLE); in btmrvl_service_main_thread()
|
D | hci_qca.c | 887 set_current_state(TASK_INTERRUPTIBLE); in qca_set_baudrate()
|
/linux-4.4.14/drivers/media/pci/solo6x10/ |
D | solo6x10-i2c.c | 244 TASK_INTERRUPTIBLE); in solo_i2c_master_xfer()
|
/linux-4.4.14/sound/firewire/fireworks/ |
D | fireworks_hwdep.c | 105 prepare_to_wait(&efw->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
|
/linux-4.4.14/drivers/misc/ |
D | vexpress-syscfg.c | 91 set_current_state(TASK_INTERRUPTIBLE); in vexpress_syscfg_exec()
|
/linux-4.4.14/drivers/tty/vt/ |
D | selection.c | 354 set_current_state(TASK_INTERRUPTIBLE); in paste_selection()
|
/linux-4.4.14/net/llc/ |
D | af_llc.c | 539 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in llc_ui_wait_for_disc() 559 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in llc_ui_wait_for_conn() 576 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in llc_ui_wait_for_busy_core()
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
D | ivtv-fileops.c | 274 prepare_to_wait(&s->waitq, &wait, TASK_INTERRUPTIBLE); in ivtv_get_buffer() 634 prepare_to_wait(&s->waitq, &wait, TASK_INTERRUPTIBLE); in ivtv_write() 695 prepare_to_wait(&itv->dma_waitq, &wait, TASK_INTERRUPTIBLE); in ivtv_write()
|
D | ivtvfb.c | 308 prepare_to_wait(&itv->dma_waitq, &wait, TASK_INTERRUPTIBLE); in ivtvfb_prep_dec_dma_to_device() 490 prepare_to_wait(&itv->vsync_waitq, &wait, TASK_INTERRUPTIBLE); in ivtvfb_ioctl()
|
D | ivtv-driver.c | 353 prepare_to_wait(waitq, &wait, TASK_INTERRUPTIBLE); in ivtv_waitq() 365 set_current_state(intr ? TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE); in ivtv_msleep_timeout()
|
/linux-4.4.14/drivers/mtd/ |
D | mtdblock.c | 84 set_current_state(TASK_INTERRUPTIBLE); in erase_write()
|
D | mtdoops.c | 112 set_current_state(TASK_INTERRUPTIBLE); in mtdoops_erase_block()
|
/linux-4.4.14/drivers/platform/chrome/ |
D | cros_ec_lightbar.c | 79 set_current_state(TASK_INTERRUPTIBLE); in lb_throttle()
|
/linux-4.4.14/Documentation/timers/ |
D | timers-howto.txt | 102 TASK_INTERRUPTIBLE before scheduling the sleep. In
|
/linux-4.4.14/fs/nfs/ |
D | callback.c | 120 prepare_to_wait(&serv->sv_cb_waitq, &wq, TASK_INTERRUPTIBLE); in nfs41_callback_svc()
|
/linux-4.4.14/arch/mips/kernel/ |
D | rtlx.c | 131 &wait, TASK_INTERRUPTIBLE); in rtlx_open()
|
/linux-4.4.14/lib/ |
D | test_rhashtable.c | 298 set_current_state(TASK_INTERRUPTIBLE); in threadfunc()
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
D | spufs.h | 326 prepare_to_wait(&(wq), &__wait, TASK_INTERRUPTIBLE); \
|
D | sched.c | 556 prepare_to_wait_exclusive(&ctx->stop_wq, &wait, TASK_INTERRUPTIBLE); in spu_prio_wait() 1012 set_current_state(TASK_INTERRUPTIBLE); in spusched_thread()
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/ |
D | debug.c | 482 set_current_state(TASK_INTERRUPTIBLE); in libcfs_debug_dumplog()
|
/linux-4.4.14/Documentation/scheduler/ |
D | completion.txt | 161 This function marks the task TASK_INTERRUPTIBLE. If a signal was received 178 TASK_INTERRUPTIBLE. If a signal was received it will return -ERESTARTSYS;
|
/linux-4.4.14/fs/coda/ |
D | psdev.c | 217 set_current_state(TASK_INTERRUPTIBLE); in coda_psdev_read()
|
/linux-4.4.14/drivers/media/usb/pvrusb2/ |
D | pvrusb2-dvb.c | 98 set_current_state(TASK_INTERRUPTIBLE); in pvr2_dvb_feed_thread()
|
/linux-4.4.14/net/rxrpc/ |
D | ar-recvmsg.c | 96 TASK_INTERRUPTIBLE); in rxrpc_recvmsg()
|
D | ar-output.c | 410 set_current_state(TASK_INTERRUPTIBLE); in rxrpc_wait_for_tx_window()
|
/linux-4.4.14/drivers/base/ |
D | devtmpfs.c | 404 __set_current_state(TASK_INTERRUPTIBLE); in devtmpfsd()
|
/linux-4.4.14/kernel/rcu/ |
D | tree.h | 440 set_current_state(TASK_INTERRUPTIBLE); \
|
/linux-4.4.14/drivers/usb/mon/ |
D | mon_text.c | 453 set_current_state(TASK_INTERRUPTIBLE); in mon_text_read_wait() 469 set_current_state(TASK_INTERRUPTIBLE); in mon_text_read_wait()
|
D | mon_bin.c | 1278 set_current_state(TASK_INTERRUPTIBLE); in mon_bin_wait_event() 1294 set_current_state(TASK_INTERRUPTIBLE); in mon_bin_wait_event()
|
/linux-4.4.14/sound/core/ |
D | rawmidi.c | 426 set_current_state(TASK_INTERRUPTIBLE); in snd_rawmidi_open() 1012 set_current_state(TASK_INTERRUPTIBLE); in snd_rawmidi_read() 1316 set_current_state(TASK_INTERRUPTIBLE); in snd_rawmidi_write() 1345 set_current_state(TASK_INTERRUPTIBLE); in snd_rawmidi_write()
|
D | hwdep.c | 129 set_current_state(TASK_INTERRUPTIBLE); in snd_hwdep_open()
|
/linux-4.4.14/net/bluetooth/cmtp/ |
D | core.c | 293 set_current_state(TASK_INTERRUPTIBLE); in cmtp_session()
|
D | capi.c | 419 set_current_state(TASK_INTERRUPTIBLE); in cmtp_register_appl()
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | videobuf-dvb.c | 87 set_current_state(TASK_INTERRUPTIBLE); in videobuf_dvb_thread()
|
/linux-4.4.14/net/tipc/ |
D | socket.c | 827 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in tipc_wait_for_sndmsg() 983 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in tipc_wait_for_sndpkt() 1252 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in tipc_wait_for_rcvmsg() 1832 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in tipc_wait_for_connect() 1967 TASK_INTERRUPTIBLE); in tipc_wait_for_accept()
|
/linux-4.4.14/fs/fscache/ |
D | page.c | 339 TASK_INTERRUPTIBLE) != 0) { in fscache_wait_for_deferred_lookup() 370 TASK_INTERRUPTIBLE) != 0) { in fscache_wait_for_operation_activation()
|
/linux-4.4.14/drivers/crypto/ |
D | mxs-dcp.c | 353 __set_current_state(TASK_INTERRUPTIBLE); in dcp_chan_thread_aes() 649 __set_current_state(TASK_INTERRUPTIBLE); in dcp_chan_thread_sha()
|
/linux-4.4.14/ipc/ |
D | msg.c | 165 __set_current_state(TASK_INTERRUPTIBLE); in ss_add() 916 __set_current_state(TASK_INTERRUPTIBLE); in do_msgrcv()
|
/linux-4.4.14/drivers/hid/usbhid/ |
D | hiddev.c | 361 prepare_to_wait(&list->hiddev->wait, &wait, TASK_INTERRUPTIBLE); in hiddev_read() 384 set_current_state(TASK_INTERRUPTIBLE); in hiddev_read()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lustre_lib.h | 552 set_current_state(TASK_INTERRUPTIBLE); \
|
/linux-4.4.14/drivers/rtc/ |
D | rtc-dev.c | 165 __set_current_state(TASK_INTERRUPTIBLE); in rtc_dev_read()
|
/linux-4.4.14/drivers/infiniband/core/ |
D | fmr_pool.c | 192 set_current_state(TASK_INTERRUPTIBLE); in ib_fmr_cleanup_thread()
|
/linux-4.4.14/crypto/ |
D | algif_skcipher.c | 214 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in skcipher_wait_for_wmem() 260 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in skcipher_wait_for_data()
|
D | algif_aead.c | 133 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in aead_wait_for_data()
|
/linux-4.4.14/net/caif/ |
D | caif_socket.c | 315 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in caif_stream_data_wait() 480 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in caif_wait_for_flow_on()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_trans_ail.c | 505 __set_current_state(TASK_INTERRUPTIBLE); in xfsaild()
|
/linux-4.4.14/drivers/char/mwave/ |
D | mwavedd.c | 336 set_current_state(TASK_INTERRUPTIBLE); in mwave_ioctl()
|
/linux-4.4.14/drivers/staging/unisys/visornic/ |
D | visornic_main.c | 519 set_current_state(TASK_INTERRUPTIBLE); in visornic_disable_with_timeout() 530 set_current_state(TASK_INTERRUPTIBLE); in visornic_disable_with_timeout() 662 set_current_state(TASK_INTERRUPTIBLE); in visornic_enable_with_timeout()
|
/linux-4.4.14/drivers/media/common/saa7146/ |
D | saa7146_vbi.c | 98 set_current_state(TASK_INTERRUPTIBLE); in vbi_workaround()
|
/linux-4.4.14/drivers/mmc/card/ |
D | queue.c | 62 set_current_state(TASK_INTERRUPTIBLE); in mmc_queue_thread()
|
/linux-4.4.14/drivers/pci/hotplug/ |
D | cpci_hotplug_core.c | 516 set_current_state(TASK_INTERRUPTIBLE); in event_thread()
|
/linux-4.4.14/drivers/virtio/ |
D | virtio_balloon.c | 366 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in balloon()
|
/linux-4.4.14/net/sunrpc/ |
D | svc_xprt.c | 617 set_current_state(TASK_INTERRUPTIBLE); in svc_alloc_arg() 697 set_current_state(TASK_INTERRUPTIBLE); in svc_get_next_xprt()
|
/linux-4.4.14/drivers/scsi/bnx2fc/ |
D | bnx2fc_fcoe.c | 476 set_current_state(TASK_INTERRUPTIBLE); in bnx2fc_l2_rcv_thread() 485 __set_current_state(TASK_INTERRUPTIBLE); in bnx2fc_l2_rcv_thread() 606 set_current_state(TASK_INTERRUPTIBLE); in bnx2fc_percpu_io_thread() 622 __set_current_state(TASK_INTERRUPTIBLE); in bnx2fc_percpu_io_thread()
|
/linux-4.4.14/drivers/net/wan/ |
D | cosa.c | 518 set_current_state(TASK_INTERRUPTIBLE); in cosa_probe() 811 set_current_state(TASK_INTERRUPTIBLE); in cosa_read() 895 set_current_state(TASK_INTERRUPTIBLE); in cosa_write()
|
/linux-4.4.14/drivers/misc/cxl/ |
D | file.c | 341 prepare_to_wait(&ctx->wq, &wait, TASK_INTERRUPTIBLE); in afu_read()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | arcfb.c | 417 TASK_INTERRUPTIBLE); in arcfb_ioctl()
|
/linux-4.4.14/drivers/md/bcache/ |
D | writeback.c | 431 set_current_state(TASK_INTERRUPTIBLE); in bch_writeback_thread()
|
D | alloc.c | 283 set_current_state(TASK_INTERRUPTIBLE); \
|
/linux-4.4.14/security/keys/ |
D | request_key.c | 594 intr ? TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE); in wait_for_key_construction()
|
/linux-4.4.14/arch/x86/kernel/ |
D | apm_32.c | 1438 set_current_state(TASK_INTERRUPTIBLE); in apm_mainloop() 1447 set_current_state(TASK_INTERRUPTIBLE); in apm_mainloop()
|
/linux-4.4.14/net/netrom/ |
D | af_netrom.c | 737 TASK_INTERRUPTIBLE); in nr_connect() 795 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in nr_accept()
|
/linux-4.4.14/drivers/usb/serial/ |
D | digi_acceleport.c | 350 prepare_to_wait(q, &wait, TASK_INTERRUPTIBLE); in cond_wait_interruptible_timeout_irqrestore() 1177 TASK_INTERRUPTIBLE); in digi_close()
|
/linux-4.4.14/drivers/usb/class/ |
D | usblp.c | 891 set_current_state(TASK_INTERRUPTIBLE); in usblp_wwait() 954 set_current_state(TASK_INTERRUPTIBLE); in usblp_rwait_and_lock()
|
/linux-4.4.14/kernel/irq/ |
D | manage.c | 741 set_current_state(TASK_INTERRUPTIBLE); in irq_wait_for_interrupt() 751 set_current_state(TASK_INTERRUPTIBLE); in irq_wait_for_interrupt()
|
/linux-4.4.14/net/dccp/ |
D | output.c | 225 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in dccp_wait_for_ccid()
|
/linux-4.4.14/fs/ubifs/ |
D | commit.c | 303 set_current_state(TASK_INTERRUPTIBLE); in ubifs_bg_thread()
|
/linux-4.4.14/fs/nilfs2/ |
D | segment.c | 2171 set_current_state(TASK_INTERRUPTIBLE); in nilfs_segctor_sync() 2205 TASK_UNINTERRUPTIBLE | TASK_INTERRUPTIBLE, in nilfs_segctor_wakeup() 2452 set_current_state(TASK_INTERRUPTIBLE); in nilfs_clean_segments() 2579 TASK_INTERRUPTIBLE); in nilfs_segctor_thread()
|
/linux-4.4.14/drivers/target/iscsi/ |
D | iscsi_target.c | 644 cmd = iscsit_allocate_cmd(conn, TASK_INTERRUPTIBLE); in iscsit_add_reject() 4008 cmd = iscsit_allocate_cmd(conn, TASK_INTERRUPTIBLE); in iscsi_target_rx_opcode() 4020 cmd = iscsit_allocate_cmd(conn, TASK_INTERRUPTIBLE); in iscsi_target_rx_opcode() 4027 cmd = iscsit_allocate_cmd(conn, TASK_INTERRUPTIBLE); in iscsi_target_rx_opcode() 4039 cmd = iscsit_allocate_cmd(conn, TASK_INTERRUPTIBLE); in iscsi_target_rx_opcode() 4047 cmd = iscsit_allocate_cmd(conn, TASK_INTERRUPTIBLE); in iscsi_target_rx_opcode()
|
/linux-4.4.14/kernel/time/ |
D | alarmtimer.c | 655 set_current_state(TASK_INTERRUPTIBLE); in alarmtimer_do_nsleep()
|
/linux-4.4.14/drivers/media/i2c/ |
D | saa717x.c | 1335 set_current_state(TASK_INTERRUPTIBLE); in saa717x_probe()
|
D | msp3400-driver.c | 333 set_current_state(TASK_INTERRUPTIBLE); in msp_sleep()
|
/linux-4.4.14/net/bluetooth/bnep/ |
D | core.c | 496 set_current_state(TASK_INTERRUPTIBLE); in bnep_session()
|
/linux-4.4.14/drivers/macintosh/ |
D | adb.c | 736 set_current_state(TASK_INTERRUPTIBLE); in adb_read()
|
/linux-4.4.14/drivers/base/power/ |
D | wakeup.c | 906 TASK_INTERRUPTIBLE); in pm_get_wakeup_count()
|
/linux-4.4.14/fs/notify/inotify/ |
D | inotify_user.c | 266 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in inotify_read()
|
/linux-4.4.14/drivers/md/ |
D | dm-log-userspace-base.c | 104 set_current_state(TASK_INTERRUPTIBLE); in userspace_do_request()
|
D | dm.c | 2946 if (interruptible == TASK_INTERRUPTIBLE && in dm_wait_for_completion() 3201 r = wait_on_bit(&md->flags, DMF_SUSPENDED_INTERNALLY, TASK_INTERRUPTIBLE); in dm_suspend() 3209 r = __dm_suspend(md, map, suspend_flags, TASK_INTERRUPTIBLE); in dm_suspend() 3259 r = wait_on_bit(&md->flags, DMF_SUSPENDED_INTERNALLY, TASK_INTERRUPTIBLE); in dm_resume()
|
D | dm-log-writes.c | 401 set_current_state(TASK_INTERRUPTIBLE); in log_writes_kthread()
|
/linux-4.4.14/drivers/tty/hvc/ |
D | hvc_console.c | 759 set_current_state(TASK_INTERRUPTIBLE); in khvcd()
|
/linux-4.4.14/net/rose/ |
D | af_rose.c | 842 TASK_INTERRUPTIBLE); in rose_connect() 901 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in rose_accept()
|
/linux-4.4.14/drivers/hsi/clients/ |
D | cmt_speech.c | 870 prepare_to_wait(&hi->datawait, &wait, TASK_INTERRUPTIBLE); in cs_hsi_data_sync() 1177 TASK_INTERRUPTIBLE); in cs_char_read()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_fence.c | 1061 set_current_state(TASK_INTERRUPTIBLE); in radeon_fence_default_wait()
|
/linux-4.4.14/drivers/net/can/usb/peak_usb/ |
D | pcan_usb.c | 252 set_current_state(TASK_INTERRUPTIBLE); in pcan_usb_write_mode()
|
/linux-4.4.14/drivers/pcmcia/ |
D | cs.c | 671 set_current_state(TASK_INTERRUPTIBLE); in pccardd()
|
/linux-4.4.14/drivers/memstick/host/ |
D | r592.c | 575 set_current_state(TASK_INTERRUPTIBLE); in r592_process_thread()
|
/linux-4.4.14/fs/proc/ |
D | array.c | 135 state = TASK_INTERRUPTIBLE; in get_task_state()
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
D | serial2002.c | 141 set_current_state(TASK_INTERRUPTIBLE); in serial2002_tty_read_poll_wait()
|
/linux-4.4.14/fs/afs/ |
D | rxrpc.c | 560 set_current_state(TASK_INTERRUPTIBLE); in afs_wait_for_call_to_complete()
|
/linux-4.4.14/net/ipv4/ |
D | af_inet.c | 539 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in inet_wait_for_connect() 553 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in inet_wait_for_connect()
|
/linux-4.4.14/net/x25/ |
D | af_x25.c | 715 __set_current_state(TASK_INTERRUPTIBLE); in x25_wait_for_connection_establishment() 833 __set_current_state(TASK_INTERRUPTIBLE); in x25_wait_for_data()
|
/linux-4.4.14/fs/lockd/ |
D | clntproc.c | 234 prepare_to_wait(queue, &wait, TASK_INTERRUPTIBLE); in nlm_wait_on_grace()
|
/linux-4.4.14/drivers/net/irda/ |
D | stir4200.c | 794 set_current_state(TASK_INTERRUPTIBLE); in stir_transmit_thread()
|
/linux-4.4.14/net/phonet/ |
D | socket.c | 284 TASK_INTERRUPTIBLE); in pn_socket_connect()
|
/linux-4.4.14/drivers/uio/ |
D | uio.c | 523 set_current_state(TASK_INTERRUPTIBLE); in uio_read()
|
/linux-4.4.14/fs/notify/fanotify/ |
D | fanotify_user.c | 292 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in fanotify_read()
|
/linux-4.4.14/drivers/misc/sgi-xp/ |
D | xpc_channel.c | 839 prepare_to_wait(&ch->msg_allocate_wq, &wait, TASK_INTERRUPTIBLE); in xpc_allocate_msg_wait()
|
/linux-4.4.14/drivers/media/pci/cx18/ |
D | cx18-fileops.c | 244 prepare_to_wait(&s->waitq, &wait, TASK_INTERRUPTIBLE); in cx18_get_mdl()
|
/linux-4.4.14/net/irda/irnet/ |
D | irnet_ppp.c | 308 set_current_state(TASK_INTERRUPTIBLE); in irnet_ctrl_read()
|
/linux-4.4.14/drivers/char/ipmi/ |
D | ipmi_watchdog.c | 842 set_current_state(TASK_INTERRUPTIBLE); in ipmi_read()
|
/linux-4.4.14/drivers/usb/storage/ |
D | usb.c | 421 set_current_state(TASK_INTERRUPTIBLE); in usb_stor_control_thread()
|
/linux-4.4.14/drivers/scsi/aacraid/ |
D | commsup.c | 1704 set_current_state(TASK_INTERRUPTIBLE); in aac_command_thread() 1972 set_current_state(TASK_INTERRUPTIBLE); in aac_command_thread()
|