/linux-4.1.27/drivers/staging/dgnc/ |
H A D | dgnc_utils.c | 15 __set_current_state(TASK_INTERRUPTIBLE); dgnc_ms_sleep()
|
/linux-4.1.27/sound/oss/ |
H A D | sleep.h | 14 prepare_to_wait(q, &wait, TASK_INTERRUPTIBLE); oss_broken_sleep_on()
|
H A D | msnd_pinnacle.c | 678 __set_current_state(TASK_INTERRUPTIBLE); dsp_write_flush() 1291 __set_current_state(TASK_INTERRUPTIBLE); calibrate_adc()
|
/linux-4.1.27/drivers/staging/speakup/ |
H A D | thread.c | 30 TASK_INTERRUPTIBLE); speakup_thread()
|
H A D | speakup_dectlk.c | 230 prepare_to_wait(&flush, &wait, TASK_INTERRUPTIBLE); do_catch_up() 251 set_current_state(TASK_INTERRUPTIBLE); do_catch_up()
|
H A D | speakup_soft.c | 27 #include <linux/sched.h> /* schedule(), signal_pending(), TASK_INTERRUPTIBLE */ 218 prepare_to_wait(&speakup_event, &wait, TASK_INTERRUPTIBLE); softsynth_read()
|
H A D | selection.c | 151 set_current_state(TASK_INTERRUPTIBLE); __speakup_paste_selection()
|
H A D | speakup_acntpc.c | 208 set_current_state(TASK_INTERRUPTIBLE); do_catch_up()
|
H A D | speakup_apollo.c | 172 set_current_state(TASK_INTERRUPTIBLE); do_catch_up()
|
H A D | speakup_decext.c | 187 set_current_state(TASK_INTERRUPTIBLE); do_catch_up()
|
H A D | speakup_keypc.c | 209 set_current_state(TASK_INTERRUPTIBLE); do_catch_up()
|
H A D | speakup_dtlk.c | 220 set_current_state(TASK_INTERRUPTIBLE); do_catch_up()
|
H A D | synth.c | 116 set_current_state(TASK_INTERRUPTIBLE); spk_do_catch_up()
|
H A D | speakup_decpc.c | 403 set_current_state(TASK_INTERRUPTIBLE); do_catch_up()
|
/linux-4.1.27/samples/trace_events/ |
H A D | trace-events-sample.c | 27 set_current_state(TASK_INTERRUPTIBLE); simple_thread_func() 62 set_current_state(TASK_INTERRUPTIBLE); simple_thread_func_fn()
|
/linux-4.1.27/include/linux/ |
H A 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, \ 294 * The process is put to sleep (TASK_INTERRUPTIBLE -- so as not to contribute 345 TASK_INTERRUPTIBLE, 0, timeout, \ 349 * like wait_event_timeout() -- except it uses TASK_INTERRUPTIBLE to avoid 387 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 0, 0, \ 395 * The process is put to sleep (TASK_INTERRUPTIBLE) until the 416 TASK_INTERRUPTIBLE, 0, timeout, \ 425 * The process is put to sleep (TASK_INTERRUPTIBLE) until the 506 * The process is put to sleep (TASK_INTERRUPTIBLE) until the 522 TASK_INTERRUPTIBLE); \ 527 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \ 541 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \ 563 set_current_state(TASK_INTERRUPTIBLE); \ 589 * The process is put to sleep (TASK_INTERRUPTIBLE) until the 616 * The process is put to sleep (TASK_INTERRUPTIBLE) until the 643 * The process is put to sleep (TASK_INTERRUPTIBLE) until the 674 * The process is put to sleep (TASK_INTERRUPTIBLE) until the 795 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 0, 0, \ 812 * The process is put to sleep (TASK_INTERRUPTIBLE) until the 844 * The process is put to sleep (TASK_INTERRUPTIBLE) until the 869 TASK_INTERRUPTIBLE, 0, timeout, \ 884 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
|
H A D | sched.h | 203 #define TASK_INTERRUPTIBLE 1 macro 229 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE) 233 #define TASK_REPORT (TASK_RUNNING | TASK_INTERRUPTIBLE | \ 2814 if (!(state & (TASK_INTERRUPTIBLE | TASK_WAKEKILL))) signal_pending_state() 2819 return (state & TASK_INTERRUPTIBLE) || __fatal_signal_pending(p); signal_pending_state()
|
/linux-4.1.27/kernel/trace/ |
H A D | ring_buffer_benchmark.c | 203 set_current_state(TASK_INTERRUPTIBLE); 359 set_current_state(TASK_INTERRUPTIBLE); wait_to_die() 362 set_current_state(TASK_INTERRUPTIBLE); wait_to_die() 374 set_current_state(TASK_INTERRUPTIBLE); ring_buffer_consumer_thread() 404 set_current_state(TASK_INTERRUPTIBLE); ring_buffer_producer_thread()
|
H A D | trace_selftest.c | 1055 set_current_state(TASK_INTERRUPTIBLE); trace_wakeup_test_thread() 1058 set_current_state(TASK_INTERRUPTIBLE); trace_wakeup_test_thread() 1063 set_current_state(TASK_INTERRUPTIBLE); trace_wakeup_test_thread() 1068 set_current_state(TASK_INTERRUPTIBLE); trace_wakeup_test_thread()
|
/linux-4.1.27/net/core/ |
H A D | stream.c | 72 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); sk_stream_wait_connect() 102 TASK_INTERRUPTIBLE); sk_stream_wait_close() local 130 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); sk_stream_wait_memory() local
|
H A D | datagram.c | 92 prepare_to_wait_exclusive(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); wait_for_more_packets() local
|
H A D | pktgen.c | 2213 set_current_state(TASK_INTERRUPTIBLE); spin() 3481 set_current_state(TASK_INTERRUPTIBLE); pktgen_thread_worker() 3494 set_current_state(TASK_INTERRUPTIBLE); pktgen_thread_worker()
|
/linux-4.1.27/kernel/locking/ |
H A D | rtmutex-tester.c | 211 set_current_state(TASK_INTERRUPTIBLE); schedule_rt_mutex_test() 218 set_current_state(TASK_INTERRUPTIBLE); schedule_rt_mutex_test() 244 set_current_state(TASK_INTERRUPTIBLE); test_func() 249 set_current_state(TASK_INTERRUPTIBLE); test_func()
|
H A D | rtmutex.c | 1092 * @state: the state the task should block in (TASK_INTERRUPTIBLE 1112 * TASK_INTERRUPTIBLE checks for signals and __rt_mutex_slowlock() 1115 if (unlikely(state == TASK_INTERRUPTIBLE)) { __rt_mutex_slowlock() 1154 set_current_state(TASK_INTERRUPTIBLE); rt_mutex_handle_deadlock() 1400 return rt_mutex_fastlock(lock, TASK_INTERRUPTIBLE, rt_mutex_slowlock); rt_mutex_lock_interruptible() 1412 return rt_mutex_timed_fastlock(lock, TASK_INTERRUPTIBLE, timeout, rt_mutex_timed_futex_lock() 1435 return rt_mutex_timed_fastlock(lock, TASK_INTERRUPTIBLE, timeout, rt_mutex_timed_lock() 1631 set_current_state(TASK_INTERRUPTIBLE); rt_mutex_finish_proxy_lock() 1634 ret = __rt_mutex_slowlock(lock, TASK_INTERRUPTIBLE, to, waiter); rt_mutex_finish_proxy_lock()
|
H A D | mutex.c | 649 return __mutex_lock_common(lock, TASK_INTERRUPTIBLE, mutex_lock_interruptible_nested() 702 ret = __mutex_lock_common(&lock->base, TASK_INTERRUPTIBLE, __ww_mutex_lock_interruptible() 836 return __mutex_lock_common(lock, TASK_INTERRUPTIBLE, 0, __mutex_lock_interruptible_slowpath() 851 return __mutex_lock_common(&lock->base, TASK_INTERRUPTIBLE, 0, __ww_mutex_lock_interruptible_slowpath()
|
H A D | semaphore.c | 243 return __down_common(sem, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); __down_interruptible()
|
/linux-4.1.27/include/drm/ |
H A D | drm_os_linux.h | 50 __set_current_state(TASK_INTERRUPTIBLE); \
|
/linux-4.1.27/drivers/staging/unisys/include/ |
H A D | timskmod.h | 119 do { __set_current_state(TASK_INTERRUPTIBLE); \ 127 do { __set_current_state(TASK_INTERRUPTIBLE); \
|
H A D | uisutils.h | 157 set_current_state(TASK_INTERRUPTIBLE); \ 162 set_current_state(TASK_INTERRUPTIBLE); \ 169 set_current_state(TASK_INTERRUPTIBLE); \
|
/linux-4.1.27/net/atm/ |
H A D | svc.c | 213 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); svc_connect() local 218 TASK_INTERRUPTIBLE); svc_connect() local 237 TASK_INTERRUPTIBLE); svc_connect() local 244 TASK_INTERRUPTIBLE); svc_connect() local 342 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); svc_accept() local 363 TASK_INTERRUPTIBLE); svc_accept() local 543 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); svc_addparty() local 566 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); svc_dropparty() local
|
H A D | common.c | 607 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); vcc_sendmsg() local 626 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); vcc_sendmsg() local
|
/linux-4.1.27/drivers/staging/rtl8712/ |
H A D | osdep_service.h | 85 set_current_state(TASK_INTERRUPTIBLE); sleep_schedulable()
|
/linux-4.1.27/net/bluetooth/ |
H A D | af_bluetooth.c | 263 set_current_state(TASK_INTERRUPTIBLE); bt_sock_data_wait() 507 set_current_state(TASK_INTERRUPTIBLE); bt_sock_wait_state() 522 set_current_state(TASK_INTERRUPTIBLE); bt_sock_wait_state() 546 set_current_state(TASK_INTERRUPTIBLE); bt_sock_wait_ready() 561 set_current_state(TASK_INTERRUPTIBLE); bt_sock_wait_ready()
|
H A D | l2cap_sock.c | 340 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); l2cap_sock_accept() 1065 set_current_state(TASK_INTERRUPTIBLE); __l2cap_wait_ack() 1078 set_current_state(TASK_INTERRUPTIBLE); __l2cap_wait_ack()
|
/linux-4.1.27/arch/um/drivers/ |
H A D | random.c | 79 set_task_state(current, TASK_INTERRUPTIBLE); rng_dev_read()
|
/linux-4.1.27/fs/jffs2/ |
H A D | background.c | 97 set_current_state (TASK_INTERRUPTIBLE); jffs2_garbage_collect_thread()
|
/linux-4.1.27/sound/firewire/bebob/ |
H A D | bebob_hwdep.c | 30 prepare_to_wait(&bebob->hwdep_wait, &wait, TASK_INTERRUPTIBLE); hwdep_read()
|
/linux-4.1.27/sound/firewire/dice/ |
H A D | dice-hwdep.c | 22 prepare_to_wait(&dice->hwdep_wait, &wait, TASK_INTERRUPTIBLE); hwdep_read()
|
/linux-4.1.27/sound/firewire/oxfw/ |
H A D | oxfw-hwdep.c | 29 prepare_to_wait(&oxfw->hwdep_wait, &wait, TASK_INTERRUPTIBLE); hwdep_read()
|
/linux-4.1.27/drivers/mmc/core/ |
H A D | sdio_irq.c | 149 set_current_state(TASK_INTERRUPTIBLE); sdio_irq_thread() 170 set_current_state(TASK_INTERRUPTIBLE); sdio_irq_thread()
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_irq.c | 142 TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE); vmw_fallback_wait() 160 TASK_INTERRUPTIBLE : vmw_fallback_wait()
|
H A D | vmwgfx_fifo.c | 233 TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE); vmw_fifo_wait_noirq()
|
/linux-4.1.27/drivers/media/rc/ |
H A D | lirc_dev.c | 136 set_current_state(TASK_INTERRUPTIBLE); lirc_thread() 144 set_current_state(TASK_INTERRUPTIBLE); lirc_thread() 698 set_current_state(TASK_INTERRUPTIBLE); lirc_dev_fop_read() 723 set_current_state(TASK_INTERRUPTIBLE); lirc_dev_fop_read()
|
H A D | ir-lirc-codec.c | 174 set_current_state(TASK_INTERRUPTIBLE); ir_lirc_transmit_ir()
|
H A D | rc-ir-raw.c | 47 set_current_state(TASK_INTERRUPTIBLE); ir_raw_event_thread()
|
/linux-4.1.27/drivers/staging/rts5208/ |
H A D | rtsx.h | 81 #define wait_timeout(msecs) wait_timeout_x(TASK_INTERRUPTIBLE, (msecs))
|
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
H A D | sysfs.c | 128 TASK_INTERRUPTIBLE); wl1271_sysfs_read_fwlog()
|
/linux-4.1.27/arch/powerpc/platforms/83xx/ |
H A D | mcu_mpc8349emitx.c | 67 set_current_state(TASK_INTERRUPTIBLE); shutdown_thread_fn()
|
/linux-4.1.27/kernel/ |
H A D | freezer.c | 143 wake_up_state(p, TASK_INTERRUPTIBLE); freeze_task()
|
H A D | kthread.c | 496 set_current_state(TASK_INTERRUPTIBLE); kthreadd() 554 set_current_state(TASK_INTERRUPTIBLE); /* mb paired w/ kthread_stop */ kthread_worker_fn()
|
H A D | smpboot.c | 111 set_current_state(TASK_INTERRUPTIBLE); smpboot_thread_fn()
|
H A D | audit_tree.c | 662 set_current_state(TASK_INTERRUPTIBLE); prune_tree_thread()
|
H A D | kmod.c | 363 TASK_INTERRUPTIBLE); usermodehelper_read_trylock()
|
H A D | exit.c | 1470 TASK_INTERRUPTIBLE, 1, p); __wake_up_parent() 1495 set_current_state(TASK_INTERRUPTIBLE); do_wait()
|
/linux-4.1.27/sound/core/seq/ |
H A D | seq_fifo.c | 190 set_current_state(TASK_INTERRUPTIBLE); snd_seq_fifo_cell_out()
|
H A D | seq_memory.c | 245 set_current_state(TASK_INTERRUPTIBLE); snd_seq_cell_alloc()
|
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
H A D | divasi.c | 514 set_current_state(TASK_INTERRUPTIBLE); remove_entity() 531 set_current_state(TASK_INTERRUPTIBLE); DBG_TRC()
|
/linux-4.1.27/drivers/media/usb/gspca/m5602/ |
H A D | m5602_s5k83a.c | 179 set_current_state(TASK_INTERRUPTIBLE); rotation_thread_function() 201 set_current_state(TASK_INTERRUPTIBLE); rotation_thread_function()
|
/linux-4.1.27/drivers/mfd/ |
H A D | ucb1x00-ts.c | 241 set_current_state(TASK_INTERRUPTIBLE); ucb1x00_thread() 274 set_current_state(TASK_INTERRUPTIBLE); ucb1x00_thread()
|
H A D | ucb1x00-core.c | 255 set_current_state(TASK_INTERRUPTIBLE); ucb1x00_adc_read()
|
/linux-4.1.27/drivers/char/ |
H A D | snsc.c | 197 set_current_state(TASK_INTERRUPTIBLE); scdrv_read() 293 set_current_state(TASK_INTERRUPTIBLE); scdrv_write()
|
H A D | applicom.c | 431 set_current_state(TASK_INTERRUPTIBLE); ac_write() 447 set_current_state(TASK_INTERRUPTIBLE); ac_write() 552 set_current_state(TASK_INTERRUPTIBLE); ac_read()
|
H A D | nwbutton.c | 172 prepare_to_wait(&button_wait_queue, &wait, TASK_INTERRUPTIBLE); button_read()
|
H A D | lp.c | 227 prepare_to_wait(&lp_table[minor].waitq, &wait, TASK_INTERRUPTIBLE); lp_error() 465 prepare_to_wait(&lp_table[minor].waitq, &wait, TASK_INTERRUPTIBLE); lp_read()
|
/linux-4.1.27/drivers/hid/ |
H A D | hid-roccat.c | 90 set_current_state(TASK_INTERRUPTIBLE); roccat_read() 110 set_current_state(TASK_INTERRUPTIBLE); roccat_read()
|
H A D | hidraw.c | 57 set_current_state(TASK_INTERRUPTIBLE); hidraw_read() 77 set_current_state(TASK_INTERRUPTIBLE); hidraw_read()
|
H A D | hid-debug.c | 1117 set_current_state(TASK_INTERRUPTIBLE); hid_debug_events_read() 1139 set_current_state(TASK_INTERRUPTIBLE); hid_debug_events_read()
|
/linux-4.1.27/fs/ |
H A D | eventfd.c | 199 set_current_state(TASK_INTERRUPTIBLE); eventfd_ctx_read() 263 set_current_state(TASK_INTERRUPTIBLE); eventfd_write()
|
H A D | signalfd.c | 179 set_current_state(TASK_INTERRUPTIBLE); signalfd_dequeue()
|
H A D | select.c | 529 if (!poll_schedule_timeout(&table, TASK_INTERRUPTIBLE, do_select() 861 if (!poll_schedule_timeout(wait, TASK_INTERRUPTIBLE, to, slack)) do_poll()
|
/linux-4.1.27/kernel/sched/ |
H A D | completion.c | 190 long t = wait_for_common(x, MAX_SCHEDULE_TIMEOUT, TASK_INTERRUPTIBLE); wait_for_completion_interruptible() 212 return wait_for_common(x, timeout, TASK_INTERRUPTIBLE); wait_for_completion_interruptible_timeout()
|
/linux-4.1.27/lib/ |
H A D | percpu_ida.c | 135 * TASK_UNINTERRUPTIBLE | TASK_INTERRUPTIBLE, of course). 142 * Will not fail if passed TASK_UNINTERRUPTIBLE | TASK_INTERRUPTIBLE.
|
/linux-4.1.27/net/vmw_vsock/ |
H A D | af_vsock.c | 1187 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); vsock_stream_connect() local 1218 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); vsock_stream_connect() local 1267 prepare_to_wait(sk_sleep(listener), &wait, TASK_INTERRUPTIBLE); vsock_accept() local 1283 prepare_to_wait(sk_sleep(listener), &wait, TASK_INTERRUPTIBLE); vsock_accept() local 1560 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); vsock_stream_sendmsg() 1592 TASK_INTERRUPTIBLE); vsock_stream_sendmsg() local 1719 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); vsock_stream_recvmsg() 1788 TASK_INTERRUPTIBLE); vsock_stream_recvmsg() local
|
/linux-4.1.27/drivers/block/ |
H A D | swim.c | 334 current->state = TASK_INTERRUPTIBLE; swim_motor() 353 current->state = TASK_INTERRUPTIBLE; swim_eject() 377 current->state = TASK_INTERRUPTIBLE; swim_step()
|
/linux-4.1.27/net/nfc/ |
H A D | llcp_sock.c | 36 set_current_state(TASK_INTERRUPTIBLE); sock_wait_state() 52 set_current_state(TASK_INTERRUPTIBLE); sock_wait_state() 464 set_current_state(TASK_INTERRUPTIBLE); llcp_sock_accept()
|
/linux-4.1.27/drivers/staging/media/lirc/ |
H A D | lirc_parallel.c | 336 set_current_state(TASK_INTERRUPTIBLE); lirc_read() 356 set_current_state(TASK_INTERRUPTIBLE); lirc_read()
|
H A D | lirc_sir.c | 212 set_current_state(TASK_INTERRUPTIBLE); lirc_read() 233 set_current_state(TASK_INTERRUPTIBLE); lirc_read()
|
H A D | lirc_zilog.c | 471 set_current_state(TASK_INTERRUPTIBLE); lirc_thread() 917 set_current_state(TASK_INTERRUPTIBLE); read() 942 set_current_state(TASK_INTERRUPTIBLE); read()
|
/linux-4.1.27/drivers/crypto/ccp/ |
H A D | ccp-dev.c | 233 set_current_state(TASK_INTERRUPTIBLE); ccp_cmd_queue_thread() 237 set_current_state(TASK_INTERRUPTIBLE); ccp_cmd_queue_thread()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
H A D | nouveau_fence.c | 330 __set_current_state(intr ? TASK_INTERRUPTIBLE : nouveau_fence_wait_legacy() 360 TASK_INTERRUPTIBLE : nouveau_fence_wait_busy()
|
/linux-4.1.27/drivers/usb/misc/ |
H A D | rio500.c | 331 prepare_to_wait(&rio->wait_q, &wait, TASK_INTERRUPTIBLE); write_rio() 417 prepare_to_wait(&rio->wait_q, &wait, TASK_INTERRUPTIBLE); read_rio()
|
H A D | adutux.c | 452 set_current_state(TASK_INTERRUPTIBLE); adu_read() 543 set_current_state(TASK_INTERRUPTIBLE); adu_write()
|
H A D | yurex.c | 512 prepare_to_wait(&dev->waitq, &wait, TASK_INTERRUPTIBLE); yurex_write()
|
/linux-4.1.27/net/decnet/ |
H A D | af_decnet.c | 836 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); dn_confirm_accept() local 854 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); dn_confirm_accept() local 877 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); dn_wait_run() 895 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); dn_wait_run() local 1046 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); dn_wait_for_connect() local 1066 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); dn_wait_for_connect() local 1752 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); dn_recvmsg() local 2009 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); dn_sendmsg() local
|
/linux-4.1.27/drivers/i2c/busses/ |
H A D | i2c-elektor.c | 112 prepare_to_wait(&pcf_wait, &wait, TASK_INTERRUPTIBLE); pcf_isa_waitforpin()
|
/linux-4.1.27/drivers/infiniband/hw/amso1100/ |
H A D | c2_vq.c | 205 set_current_state(TASK_INTERRUPTIBLE); vq_send_wr()
|
/linux-4.1.27/drivers/misc/ |
H A D | vexpress-syscfg.c | 91 set_current_state(TASK_INTERRUPTIBLE); vexpress_syscfg_exec()
|
/linux-4.1.27/drivers/media/pci/solo6x10/ |
H A D | solo6x10-i2c.c | 244 TASK_INTERRUPTIBLE); solo_i2c_master_xfer()
|
/linux-4.1.27/drivers/s390/char/ |
H A D | sclp_sdias.c | 69 set_current_state(TASK_INTERRUPTIBLE); sdias_sclp_send()
|
/linux-4.1.27/drivers/staging/unisys/uislib/ |
H A D | uisqueue.c | 302 set_current_state(TASK_INTERRUPTIBLE); uisqueue_put_cmdrsp_with_lock_client()
|
/linux-4.1.27/drivers/tty/vt/ |
H A D | selection.c | 354 set_current_state(TASK_INTERRUPTIBLE); paste_selection()
|
/linux-4.1.27/drivers/platform/chrome/ |
H A D | cros_ec_lightbar.c | 78 set_current_state(TASK_INTERRUPTIBLE); lb_throttle()
|
/linux-4.1.27/arch/powerpc/platforms/44x/ |
H A D | warp.c | 269 set_current_state(TASK_INTERRUPTIBLE); pika_dtm_thread()
|
/linux-4.1.27/arch/mips/kernel/ |
H A D | rtlx.c | 131 &wait, TASK_INTERRUPTIBLE); rtlx_open()
|
/linux-4.1.27/fs/dlm/ |
H A D | recoverd.c | 291 set_current_state(TASK_INTERRUPTIBLE); dlm_recoverd()
|
/linux-4.1.27/sound/firewire/fireworks/ |
H A D | fireworks_hwdep.c | 105 prepare_to_wait(&efw->hwdep_wait, &wait, TASK_INTERRUPTIBLE); hwdep_read()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
H A D | lustre_lib.h | 556 TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE; \ 558 set_current_state(TASK_INTERRUPTIBLE); \
|
/linux-4.1.27/drivers/crypto/ |
H A D | mxs-dcp.c | 353 __set_current_state(TASK_INTERRUPTIBLE); dcp_chan_thread_aes() 649 __set_current_state(TASK_INTERRUPTIBLE); dcp_chan_thread_sha()
|
/linux-4.1.27/drivers/bluetooth/ |
H A D | bluecard_cs.c | 306 prepare_to_wait(&wq, &wait, TASK_INTERRUPTIBLE); bluecard_write_wakeup() 320 prepare_to_wait(&wq, &wait, TASK_INTERRUPTIBLE); bluecard_write_wakeup()
|
H A D | btmrvl_main.c | 626 set_current_state(TASK_INTERRUPTIBLE); btmrvl_service_main_thread()
|
/linux-4.1.27/crypto/ |
H A D | algif_skcipher.c | 225 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); skcipher_wait_for_wmem() local 271 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); skcipher_wait_for_data() local
|
H A D | algif_aead.c | 131 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); aead_wait_for_data() local
|
/linux-4.1.27/drivers/hid/usbhid/ |
H A D | hiddev.c | 361 prepare_to_wait(&list->hiddev->wait, &wait, TASK_INTERRUPTIBLE); hiddev_read() 384 set_current_state(TASK_INTERRUPTIBLE); hiddev_read()
|
/linux-4.1.27/drivers/usb/mon/ |
H A D | mon_text.c | 453 set_current_state(TASK_INTERRUPTIBLE); mon_text_read_wait() 469 set_current_state(TASK_INTERRUPTIBLE); mon_text_read_wait()
|
H A D | mon_bin.c | 1277 set_current_state(TASK_INTERRUPTIBLE); mon_bin_wait_event() 1293 set_current_state(TASK_INTERRUPTIBLE); mon_bin_wait_event()
|
/linux-4.1.27/drivers/md/bcache/ |
H A D | writeback.c | 431 set_current_state(TASK_INTERRUPTIBLE); bch_writeback_thread()
|
H A D | alloc.c | 283 set_current_state(TASK_INTERRUPTIBLE); \
|
H A D | btree.c | 1775 set_current_state(TASK_INTERRUPTIBLE); bch_gc_thread() 1803 set_task_state(c->gc_thread, TASK_INTERRUPTIBLE); bch_gc_thread_start()
|
/linux-4.1.27/drivers/mtd/ |
H A D | mtdblock.c | 84 set_current_state(TASK_INTERRUPTIBLE); erase_write()
|
H A D | mtdoops.c | 112 set_current_state(TASK_INTERRUPTIBLE); mtdoops_erase_block()
|
/linux-4.1.27/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-dvb.c | 98 set_current_state(TASK_INTERRUPTIBLE); pvr2_dvb_feed_thread()
|
/linux-4.1.27/drivers/media/v4l2-core/ |
H A D | videobuf-dvb.c | 87 set_current_state(TASK_INTERRUPTIBLE); videobuf_dvb_thread()
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/ |
H A D | debug.c | 369 set_current_state(TASK_INTERRUPTIBLE); libcfs_debug_dumplog()
|
/linux-4.1.27/drivers/gpu/drm/ |
H A D | drm_lock.c | 85 __set_current_state(TASK_INTERRUPTIBLE); drm_legacy_lock()
|
/linux-4.1.27/drivers/base/ |
H A D | devtmpfs.c | 404 __set_current_state(TASK_INTERRUPTIBLE); devtmpfsd()
|
/linux-4.1.27/fs/nfs/ |
H A D | callback.c | 131 prepare_to_wait(&serv->sv_cb_waitq, &wq, TASK_INTERRUPTIBLE); nfs41_callback_svc()
|
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/ |
H A D | spufs.h | 326 prepare_to_wait(&(wq), &__wait, TASK_INTERRUPTIBLE); \
|
H A D | sched.c | 556 prepare_to_wait_exclusive(&ctx->stop_wq, &wait, TASK_INTERRUPTIBLE); spu_prio_wait() 1012 set_current_state(TASK_INTERRUPTIBLE); spusched_thread()
|
/linux-4.1.27/fs/coda/ |
H A D | psdev.c | 217 set_current_state(TASK_INTERRUPTIBLE); coda_psdev_read()
|
H A D | upcall.c | 622 set_current_state(TASK_INTERRUPTIBLE); coda_waitfor_upcall()
|
/linux-4.1.27/net/bluetooth/cmtp/ |
H A D | core.c | 293 set_current_state(TASK_INTERRUPTIBLE); cmtp_session()
|
H A D | capi.c | 419 set_current_state(TASK_INTERRUPTIBLE); cmtp_register_appl()
|
/linux-4.1.27/net/rxrpc/ |
H A D | ar-recvmsg.c | 96 TASK_INTERRUPTIBLE); rxrpc_recvmsg()
|
H A D | ar-connection.c | 510 set_current_state(TASK_INTERRUPTIBLE); rxrpc_connect_call()
|
H A D | ar-output.c | 410 set_current_state(TASK_INTERRUPTIBLE); rxrpc_wait_for_tx_window()
|
/linux-4.1.27/sound/core/ |
H A D | rawmidi.c | 426 set_current_state(TASK_INTERRUPTIBLE); snd_rawmidi_open() 1012 set_current_state(TASK_INTERRUPTIBLE); snd_rawmidi_read() 1316 set_current_state(TASK_INTERRUPTIBLE); snd_rawmidi_write() 1345 set_current_state(TASK_INTERRUPTIBLE); snd_rawmidi_write()
|
H A D | hwdep.c | 129 set_current_state(TASK_INTERRUPTIBLE); snd_hwdep_open()
|
/linux-4.1.27/drivers/media/pci/ivtv/ |
H A D | ivtv-fileops.c | 274 prepare_to_wait(&s->waitq, &wait, TASK_INTERRUPTIBLE); ivtv_get_buffer() 634 prepare_to_wait(&s->waitq, &wait, TASK_INTERRUPTIBLE); ivtv_write() 695 prepare_to_wait(&itv->dma_waitq, &wait, TASK_INTERRUPTIBLE); ivtv_write()
|
H A D | ivtvfb.c | 307 prepare_to_wait(&itv->dma_waitq, &wait, TASK_INTERRUPTIBLE); ivtvfb_prep_dec_dma_to_device() 489 prepare_to_wait(&itv->vsync_waitq, &wait, TASK_INTERRUPTIBLE); ivtvfb_ioctl()
|
H A D | ivtv-driver.c | 353 prepare_to_wait(waitq, &wait, TASK_INTERRUPTIBLE); ivtv_waitq() 365 set_current_state(intr ? TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE); ivtv_msleep_timeout()
|
H A D | ivtv-ioctl.c | 179 prepare_to_wait(&itv->dma_waitq, &wait, TASK_INTERRUPTIBLE); ivtv_set_speed() 1769 prepare_to_wait(&itv->event_waitq, &wait, TASK_INTERRUPTIBLE); ivtv_decoder_ioctls()
|
/linux-4.1.27/net/llc/ |
H A D | af_llc.c | 539 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); llc_ui_wait_for_disc() local 559 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); llc_ui_wait_for_conn() local 576 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); llc_ui_wait_for_busy_core() local
|
/linux-4.1.27/kernel/time/ |
H A D | hrtimer.c | 1498 set_current_state(TASK_INTERRUPTIBLE); do_nanosleep() 1809 * %TASK_INTERRUPTIBLE - the routine may return early if a signal is 1839 * %TASK_INTERRUPTIBLE - the routine may return early if a signal is
|
H A D | alarmtimer.c | 658 set_current_state(TASK_INTERRUPTIBLE); alarmtimer_do_nsleep()
|
/linux-4.1.27/drivers/lguest/ |
H A D | core.c | 268 set_current_state(TASK_INTERRUPTIBLE); run_guest()
|
/linux-4.1.27/drivers/infiniband/core/ |
H A D | fmr_pool.c | 192 set_current_state(TASK_INTERRUPTIBLE); ib_fmr_cleanup_thread()
|
/linux-4.1.27/drivers/mmc/card/ |
H A D | queue.c | 63 set_current_state(TASK_INTERRUPTIBLE); mmc_queue_thread()
|
/linux-4.1.27/drivers/misc/cxl/ |
H A D | file.c | 296 prepare_to_wait(&ctx->wq, &wait, TASK_INTERRUPTIBLE); afu_read()
|
/linux-4.1.27/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_fcoe.c | 476 set_current_state(TASK_INTERRUPTIBLE); bnx2fc_l2_rcv_thread() 485 __set_current_state(TASK_INTERRUPTIBLE); bnx2fc_l2_rcv_thread() 606 set_current_state(TASK_INTERRUPTIBLE); bnx2fc_percpu_io_thread() 622 __set_current_state(TASK_INTERRUPTIBLE); bnx2fc_percpu_io_thread()
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
H A D | me_daq.c | 176 __set_current_state(TASK_INTERRUPTIBLE); sleep()
|
H A D | serial2002.c | 142 set_current_state(TASK_INTERRUPTIBLE); serial2002_tty_read_poll_wait()
|
/linux-4.1.27/drivers/rtc/ |
H A D | rtc-dev.c | 165 __set_current_state(TASK_INTERRUPTIBLE); rtc_dev_read()
|
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/ |
H A D | lib-eq.c | 335 set_current_state(TASK_INTERRUPTIBLE); variable
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/ |
H A D | linux-tcpip.c | 549 set_current_state(TASK_INTERRUPTIBLE); libcfs_sock_accept()
|
/linux-4.1.27/drivers/pci/hotplug/ |
H A D | cpci_hotplug_core.c | 516 set_current_state(TASK_INTERRUPTIBLE); event_thread()
|
/linux-4.1.27/drivers/dma-buf/ |
H A D | fence.c | 378 __set_current_state(TASK_INTERRUPTIBLE); fence_default_wait()
|
/linux-4.1.27/drivers/char/mwave/ |
H A D | mwavedd.c | 336 set_current_state(TASK_INTERRUPTIBLE); mwave_ioctl()
|
/linux-4.1.27/fs/nilfs2/ |
H A D | segment.c | 2109 set_current_state(TASK_INTERRUPTIBLE); nilfs_segctor_sync() 2143 TASK_UNINTERRUPTIBLE | TASK_INTERRUPTIBLE, nilfs_segctor_wakeup() 2390 set_current_state(TASK_INTERRUPTIBLE); nilfs_clean_segments() 2518 TASK_INTERRUPTIBLE); nilfs_segctor_thread()
|
/linux-4.1.27/drivers/media/common/saa7146/ |
H A D | saa7146_vbi.c | 98 set_current_state(TASK_INTERRUPTIBLE); vbi_workaround()
|
/linux-4.1.27/net/bluetooth/bnep/ |
H A D | core.c | 496 set_current_state(TASK_INTERRUPTIBLE); bnep_session()
|
/linux-4.1.27/drivers/misc/lis3lv02d/ |
H A D | lis3lv02d.c | 617 set_current_state(TASK_INTERRUPTIBLE); lis3lv02d_misc_read() 641 * TASK_INTERRUPTIBLE state */ lis3lv02d_misc_read()
|
/linux-4.1.27/drivers/hsi/clients/ |
H A D | cmt_speech.c | 865 prepare_to_wait(&hi->datawait, &wait, TASK_INTERRUPTIBLE); cs_hsi_data_sync() 1172 TASK_INTERRUPTIBLE); cs_char_read()
|
/linux-4.1.27/drivers/tty/ |
H A D | n_hdlc.c | 610 set_current_state(TASK_INTERRUPTIBLE); n_hdlc_tty_read() 694 set_current_state(TASK_INTERRUPTIBLE); n_hdlc_tty_write()
|
H A D | tty_port.c | 410 prepare_to_wait(&port->open_wait, &wait, TASK_INTERRUPTIBLE); tty_port_block_til_ready()
|
H A D | synclink_gt.c | 2803 set_current_state(TASK_INTERRUPTIBLE); wait_mgsl_event() 2819 set_current_state(TASK_INTERRUPTIBLE); wait_mgsl_event() 3040 set_current_state(TASK_INTERRUPTIBLE); add_cond_wait() 3148 set_current_state(TASK_INTERRUPTIBLE); modem_input_wait() 3161 set_current_state(TASK_INTERRUPTIBLE); modem_input_wait() 3310 set_current_state(TASK_INTERRUPTIBLE); block_til_ready()
|
H A D | synclinkmp.c | 3082 set_current_state(TASK_INTERRUPTIBLE); wait_mgsl_event() 3098 set_current_state(TASK_INTERRUPTIBLE); wait_mgsl_event() 3165 set_current_state(TASK_INTERRUPTIBLE); modem_input_wait() 3178 set_current_state(TASK_INTERRUPTIBLE); modem_input_wait() 3332 set_current_state(TASK_INTERRUPTIBLE); block_til_ready()
|
H A D | n_tty.c | 2274 timeout = wait_woken(&wait, TASK_INTERRUPTIBLE, n_tty_read() 2430 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); n_tty_write()
|
/linux-4.1.27/ipc/ |
H A D | msg.c | 165 __set_current_state(TASK_INTERRUPTIBLE); ss_add() 914 __set_current_state(TASK_INTERRUPTIBLE); do_msgrcv()
|
/linux-4.1.27/fs/fscache/ |
H A D | page.c | 318 TASK_INTERRUPTIBLE) != 0) { fscache_wait_for_deferred_lookup() 361 TASK_INTERRUPTIBLE) != 0) { fscache_wait_for_operation_activation()
|
/linux-4.1.27/net/caif/ |
H A D | caif_socket.c | 318 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); caif_stream_data_wait() local 483 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); caif_wait_for_flow_on() local
|
/linux-4.1.27/kernel/debug/kdb/ |
H A D | kdb_support.c | 578 res |= TASK_INTERRUPTIBLE; kdb_task_state_string() 638 (p->state & TASK_INTERRUPTIBLE) ? 'S' : '?'; kdb_task_state_char()
|
/linux-4.1.27/net/netrom/ |
H A D | af_netrom.c | 737 TASK_INTERRUPTIBLE); nr_connect() local 795 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); nr_accept() local
|
/linux-4.1.27/net/rose/ |
H A D | af_rose.c | 841 TASK_INTERRUPTIBLE); rose_connect() local 900 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); rose_accept() local
|
/linux-4.1.27/drivers/md/ |
H A D | dm.c | 2998 if (interruptible == TASK_INTERRUPTIBLE && dm_wait_for_completion() 3253 r = wait_on_bit(&md->flags, DMF_SUSPENDED_INTERNALLY, TASK_INTERRUPTIBLE); dm_suspend() 3261 r = __dm_suspend(md, map, suspend_flags, TASK_INTERRUPTIBLE); dm_suspend() 3311 r = wait_on_bit(&md->flags, DMF_SUSPENDED_INTERNALLY, TASK_INTERRUPTIBLE); dm_resume() 3356 * supported. Properly supporting a TASK_INTERRUPTIBLE internal suspend __dm_internal_suspend()
|
H A D | dm-log-userspace-base.c | 104 set_current_state(TASK_INTERRUPTIBLE); userspace_do_request()
|
H A D | dm-log-writes.c | 404 set_current_state(TASK_INTERRUPTIBLE); log_writes_kthread()
|
/linux-4.1.27/net/tipc/ |
H A D | socket.c | 817 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); tipc_wait_for_sndmsg() 971 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); tipc_wait_for_sndpkt() 1237 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); tipc_wait_for_rcvmsg() local 1821 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); tipc_wait_for_connect() 1956 TASK_INTERRUPTIBLE); tipc_wait_for_accept() local
|
/linux-4.1.27/drivers/net/wan/ |
H A D | cosa.c | 518 set_current_state(TASK_INTERRUPTIBLE); cosa_probe() 811 set_current_state(TASK_INTERRUPTIBLE); cosa_read() 895 set_current_state(TASK_INTERRUPTIBLE); cosa_write()
|
/linux-4.1.27/drivers/macintosh/ |
H A D | adb.c | 736 set_current_state(TASK_INTERRUPTIBLE); adb_read()
|
/linux-4.1.27/drivers/net/can/usb/peak_usb/ |
H A D | pcan_usb.c | 252 set_current_state(TASK_INTERRUPTIBLE); pcan_usb_write_mode()
|
/linux-4.1.27/drivers/net/ethernet/qualcomm/ |
H A D | qca_spi.c | 517 set_current_state(TASK_INTERRUPTIBLE); qcaspi_spi_thread()
|
/linux-4.1.27/drivers/media/i2c/ |
H A D | msp3400-driver.c | 333 set_current_state(TASK_INTERRUPTIBLE); msp_sleep()
|
/linux-4.1.27/drivers/media/pci/saa7134/ |
H A D | saa7134-tvaudio.c | 321 set_current_state(TASK_INTERRUPTIBLE); tvaudio_sleep()
|
/linux-4.1.27/drivers/memstick/host/ |
H A D | r592.c | 575 set_current_state(TASK_INTERRUPTIBLE); r592_process_thread()
|
/linux-4.1.27/drivers/pcmcia/ |
H A D | cs.c | 629 set_current_state(TASK_INTERRUPTIBLE); pccardd()
|
/linux-4.1.27/drivers/uio/ |
H A D | uio.c | 523 set_current_state(TASK_INTERRUPTIBLE); uio_read()
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | arcfb.c | 417 TASK_INTERRUPTIBLE); arcfb_ioctl()
|
/linux-4.1.27/fs/notify/fanotify/ |
H A D | fanotify_user.c | 292 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); fanotify_read()
|
/linux-4.1.27/fs/notify/inotify/ |
H A D | inotify_user.c | 266 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); inotify_read()
|
/linux-4.1.27/fs/ubifs/ |
H A D | commit.c | 303 set_current_state(TASK_INTERRUPTIBLE); ubifs_bg_thread()
|
/linux-4.1.27/drivers/virtio/ |
H A D | virtio_balloon.c | 362 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); balloon()
|
/linux-4.1.27/fs/lockd/ |
H A D | clntproc.c | 234 prepare_to_wait(queue, &wait, TASK_INTERRUPTIBLE); nlm_wait_on_grace()
|
/linux-4.1.27/fs/afs/ |
H A D | rxrpc.c | 560 set_current_state(TASK_INTERRUPTIBLE); afs_wait_for_call_to_complete()
|
/linux-4.1.27/net/bluetooth/rfcomm/ |
H A D | sock.c | 511 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); rfcomm_sock_accept()
|
/linux-4.1.27/net/dccp/ |
H A D | output.c | 225 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); dccp_wait_for_ccid() local
|
/linux-4.1.27/net/phonet/ |
H A D | socket.c | 284 TASK_INTERRUPTIBLE); pn_socket_connect() local
|
/linux-4.1.27/security/keys/ |
H A D | request_key.c | 591 intr ? TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE); wait_for_key_construction()
|
/linux-4.1.27/drivers/usb/class/ |
H A D | usblp.c | 876 set_current_state(TASK_INTERRUPTIBLE); usblp_wwait() 939 set_current_state(TASK_INTERRUPTIBLE); usblp_rwait_and_lock()
|
/linux-4.1.27/drivers/usb/serial/ |
H A D | digi_acceleport.c | 350 prepare_to_wait(q, &wait, TASK_INTERRUPTIBLE); __releases() 1177 TASK_INTERRUPTIBLE); digi_close()
|
/linux-4.1.27/net/ipv4/ |
H A D | af_inet.c | 538 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); inet_wait_for_connect() local 552 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); inet_wait_for_connect() local
|
/linux-4.1.27/net/ax25/ |
H A D | af_ax25.c | 1289 TASK_INTERRUPTIBLE); ax25_connect() local 1353 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); ax25_accept() local
|
/linux-4.1.27/net/sunrpc/ |
H A D | svc_xprt.c | 617 set_current_state(TASK_INTERRUPTIBLE); svc_alloc_arg() 697 set_current_state(TASK_INTERRUPTIBLE); svc_get_next_xprt()
|
/linux-4.1.27/net/x25/ |
H A D | af_x25.c | 715 __set_current_state(TASK_INTERRUPTIBLE); x25_wait_for_connection_establishment() 833 __set_current_state(TASK_INTERRUPTIBLE); x25_wait_for_data()
|
/linux-4.1.27/drivers/target/iscsi/ |
H A D | iscsi_target.c | 652 cmd = iscsit_allocate_cmd(conn, TASK_INTERRUPTIBLE); iscsit_add_reject() 4021 cmd = iscsit_allocate_cmd(conn, TASK_INTERRUPTIBLE); iscsi_target_rx_opcode() 4033 cmd = iscsit_allocate_cmd(conn, TASK_INTERRUPTIBLE); iscsi_target_rx_opcode() 4040 cmd = iscsit_allocate_cmd(conn, TASK_INTERRUPTIBLE); iscsi_target_rx_opcode() 4052 cmd = iscsit_allocate_cmd(conn, TASK_INTERRUPTIBLE); iscsi_target_rx_opcode() 4060 cmd = iscsit_allocate_cmd(conn, TASK_INTERRUPTIBLE); iscsi_target_rx_opcode()
|
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
H A D | o2iblnd_cb.c | 3205 set_current_state(TASK_INTERRUPTIBLE); kiblnd_connd() 3415 set_current_state(TASK_INTERRUPTIBLE); kiblnd_scheduler() 3491 set_current_state(TASK_INTERRUPTIBLE); kiblnd_failover_thread()
|
/linux-4.1.27/drivers/staging/comedi/ |
H A D | comedi_fops.c | 2314 set_current_state(TASK_INTERRUPTIBLE); comedi_write() 2457 set_current_state(TASK_INTERRUPTIBLE); comedi_read()
|
/linux-4.1.27/drivers/scsi/aacraid/ |
H A D | commsup.c | 1733 set_current_state(TASK_INTERRUPTIBLE); aac_command_thread() 2001 set_current_state(TASK_INTERRUPTIBLE); aac_command_thread()
|
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/ |
H A D | socklnd_cb.c | 2218 set_current_state(TASK_INTERRUPTIBLE); ksocknal_connd() 2616 set_current_state (TASK_INTERRUPTIBLE); ksocknal_reaper()
|
/linux-4.1.27/drivers/tty/hvc/ |
H A D | hvcs.c | 243 * already awake but potentially shifted to TASK_INTERRUPTIBLE state. 670 set_current_state(TASK_INTERRUPTIBLE); khvcsd()
|
/linux-4.1.27/net/iucv/ |
H A D | af_iucv.c | 57 prepare_to_wait(sk_sleep(sk), &__wait, TASK_INTERRUPTIBLE); \ 950 set_current_state(TASK_INTERRUPTIBLE); iucv_sock_accept()
|