Searched refs:TASK_INTERRUPTIBLE (Results 1 - 200 of 350) sorted by relevance

12

/linux-4.1.27/drivers/staging/dgnc/
H A Ddgnc_utils.c15 __set_current_state(TASK_INTERRUPTIBLE); dgnc_ms_sleep()
/linux-4.1.27/sound/oss/
H A Dsleep.h14 prepare_to_wait(q, &wait, TASK_INTERRUPTIBLE); oss_broken_sleep_on()
H A Dmsnd_pinnacle.c678 __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 Dthread.c30 TASK_INTERRUPTIBLE); speakup_thread()
H A Dspeakup_dectlk.c230 prepare_to_wait(&flush, &wait, TASK_INTERRUPTIBLE); do_catch_up()
251 set_current_state(TASK_INTERRUPTIBLE); do_catch_up()
H A Dspeakup_soft.c27 #include <linux/sched.h> /* schedule(), signal_pending(), TASK_INTERRUPTIBLE */
218 prepare_to_wait(&speakup_event, &wait, TASK_INTERRUPTIBLE); softsynth_read()
H A Dselection.c151 set_current_state(TASK_INTERRUPTIBLE); __speakup_paste_selection()
H A Dspeakup_acntpc.c208 set_current_state(TASK_INTERRUPTIBLE); do_catch_up()
H A Dspeakup_apollo.c172 set_current_state(TASK_INTERRUPTIBLE); do_catch_up()
H A Dspeakup_decext.c187 set_current_state(TASK_INTERRUPTIBLE); do_catch_up()
H A Dspeakup_keypc.c209 set_current_state(TASK_INTERRUPTIBLE); do_catch_up()
H A Dspeakup_dtlk.c220 set_current_state(TASK_INTERRUPTIBLE); do_catch_up()
H A Dsynth.c116 set_current_state(TASK_INTERRUPTIBLE); spk_do_catch_up()
H A Dspeakup_decpc.c403 set_current_state(TASK_INTERRUPTIBLE); do_catch_up()
/linux-4.1.27/samples/trace_events/
H A Dtrace-events-sample.c27 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 Dwait.h171 #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 Dsched.h203 #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 Dring_buffer_benchmark.c203 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 Dtrace_selftest.c1055 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 Dstream.c72 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 Ddatagram.c92 prepare_to_wait_exclusive(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); wait_for_more_packets() local
H A Dpktgen.c2213 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 Drtmutex-tester.c211 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 Drtmutex.c1092 * @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 Dmutex.c649 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 Dsemaphore.c243 return __down_common(sem, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); __down_interruptible()
/linux-4.1.27/include/drm/
H A Ddrm_os_linux.h50 __set_current_state(TASK_INTERRUPTIBLE); \
/linux-4.1.27/drivers/staging/unisys/include/
H A Dtimskmod.h119 do { __set_current_state(TASK_INTERRUPTIBLE); \
127 do { __set_current_state(TASK_INTERRUPTIBLE); \
H A Duisutils.h157 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 Dsvc.c213 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 Dcommon.c607 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 Dosdep_service.h85 set_current_state(TASK_INTERRUPTIBLE); sleep_schedulable()
/linux-4.1.27/net/bluetooth/
H A Daf_bluetooth.c263 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 Dl2cap_sock.c340 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 Drandom.c79 set_task_state(current, TASK_INTERRUPTIBLE); rng_dev_read()
/linux-4.1.27/fs/jffs2/
H A Dbackground.c97 set_current_state (TASK_INTERRUPTIBLE); jffs2_garbage_collect_thread()
/linux-4.1.27/sound/firewire/bebob/
H A Dbebob_hwdep.c30 prepare_to_wait(&bebob->hwdep_wait, &wait, TASK_INTERRUPTIBLE); hwdep_read()
/linux-4.1.27/sound/firewire/dice/
H A Ddice-hwdep.c22 prepare_to_wait(&dice->hwdep_wait, &wait, TASK_INTERRUPTIBLE); hwdep_read()
/linux-4.1.27/sound/firewire/oxfw/
H A Doxfw-hwdep.c29 prepare_to_wait(&oxfw->hwdep_wait, &wait, TASK_INTERRUPTIBLE); hwdep_read()
/linux-4.1.27/drivers/mmc/core/
H A Dsdio_irq.c149 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 Dvmwgfx_irq.c142 TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE); vmw_fallback_wait()
160 TASK_INTERRUPTIBLE : vmw_fallback_wait()
H A Dvmwgfx_fifo.c233 TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE); vmw_fifo_wait_noirq()
/linux-4.1.27/drivers/media/rc/
H A Dlirc_dev.c136 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 Dir-lirc-codec.c174 set_current_state(TASK_INTERRUPTIBLE); ir_lirc_transmit_ir()
H A Drc-ir-raw.c47 set_current_state(TASK_INTERRUPTIBLE); ir_raw_event_thread()
/linux-4.1.27/drivers/staging/rts5208/
H A Drtsx.h81 #define wait_timeout(msecs) wait_timeout_x(TASK_INTERRUPTIBLE, (msecs))
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
H A Dsysfs.c128 TASK_INTERRUPTIBLE); wl1271_sysfs_read_fwlog()
/linux-4.1.27/arch/powerpc/platforms/83xx/
H A Dmcu_mpc8349emitx.c67 set_current_state(TASK_INTERRUPTIBLE); shutdown_thread_fn()
/linux-4.1.27/kernel/
H A Dfreezer.c143 wake_up_state(p, TASK_INTERRUPTIBLE); freeze_task()
H A Dkthread.c496 set_current_state(TASK_INTERRUPTIBLE); kthreadd()
554 set_current_state(TASK_INTERRUPTIBLE); /* mb paired w/ kthread_stop */ kthread_worker_fn()
H A Dsmpboot.c111 set_current_state(TASK_INTERRUPTIBLE); smpboot_thread_fn()
H A Daudit_tree.c662 set_current_state(TASK_INTERRUPTIBLE); prune_tree_thread()
H A Dkmod.c363 TASK_INTERRUPTIBLE); usermodehelper_read_trylock()
H A Dexit.c1470 TASK_INTERRUPTIBLE, 1, p); __wake_up_parent()
1495 set_current_state(TASK_INTERRUPTIBLE); do_wait()
/linux-4.1.27/sound/core/seq/
H A Dseq_fifo.c190 set_current_state(TASK_INTERRUPTIBLE); snd_seq_fifo_cell_out()
H A Dseq_memory.c245 set_current_state(TASK_INTERRUPTIBLE); snd_seq_cell_alloc()
/linux-4.1.27/drivers/isdn/hardware/eicon/
H A Ddivasi.c514 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 Dm5602_s5k83a.c179 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 Ducb1x00-ts.c241 set_current_state(TASK_INTERRUPTIBLE); ucb1x00_thread()
274 set_current_state(TASK_INTERRUPTIBLE); ucb1x00_thread()
H A Ducb1x00-core.c255 set_current_state(TASK_INTERRUPTIBLE); ucb1x00_adc_read()
/linux-4.1.27/drivers/char/
H A Dsnsc.c197 set_current_state(TASK_INTERRUPTIBLE); scdrv_read()
293 set_current_state(TASK_INTERRUPTIBLE); scdrv_write()
H A Dapplicom.c431 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 Dnwbutton.c172 prepare_to_wait(&button_wait_queue, &wait, TASK_INTERRUPTIBLE); button_read()
H A Dlp.c227 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 Dhid-roccat.c90 set_current_state(TASK_INTERRUPTIBLE); roccat_read()
110 set_current_state(TASK_INTERRUPTIBLE); roccat_read()
H A Dhidraw.c57 set_current_state(TASK_INTERRUPTIBLE); hidraw_read()
77 set_current_state(TASK_INTERRUPTIBLE); hidraw_read()
H A Dhid-debug.c1117 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 Deventfd.c199 set_current_state(TASK_INTERRUPTIBLE); eventfd_ctx_read()
263 set_current_state(TASK_INTERRUPTIBLE); eventfd_write()
H A Dsignalfd.c179 set_current_state(TASK_INTERRUPTIBLE); signalfd_dequeue()
H A Dselect.c529 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 Dcompletion.c190 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 Dpercpu_ida.c135 * 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 Daf_vsock.c1187 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 Dswim.c334 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 Dllcp_sock.c36 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 Dlirc_parallel.c336 set_current_state(TASK_INTERRUPTIBLE); lirc_read()
356 set_current_state(TASK_INTERRUPTIBLE); lirc_read()
H A Dlirc_sir.c212 set_current_state(TASK_INTERRUPTIBLE); lirc_read()
233 set_current_state(TASK_INTERRUPTIBLE); lirc_read()
H A Dlirc_zilog.c471 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 Dccp-dev.c233 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 Dnouveau_fence.c330 __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 Drio500.c331 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 Dadutux.c452 set_current_state(TASK_INTERRUPTIBLE); adu_read()
543 set_current_state(TASK_INTERRUPTIBLE); adu_write()
H A Dyurex.c512 prepare_to_wait(&dev->waitq, &wait, TASK_INTERRUPTIBLE); yurex_write()
/linux-4.1.27/net/decnet/
H A Daf_decnet.c836 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 Di2c-elektor.c112 prepare_to_wait(&pcf_wait, &wait, TASK_INTERRUPTIBLE); pcf_isa_waitforpin()
/linux-4.1.27/drivers/infiniband/hw/amso1100/
H A Dc2_vq.c205 set_current_state(TASK_INTERRUPTIBLE); vq_send_wr()
/linux-4.1.27/drivers/misc/
H A Dvexpress-syscfg.c91 set_current_state(TASK_INTERRUPTIBLE); vexpress_syscfg_exec()
/linux-4.1.27/drivers/media/pci/solo6x10/
H A Dsolo6x10-i2c.c244 TASK_INTERRUPTIBLE); solo_i2c_master_xfer()
/linux-4.1.27/drivers/s390/char/
H A Dsclp_sdias.c69 set_current_state(TASK_INTERRUPTIBLE); sdias_sclp_send()
/linux-4.1.27/drivers/staging/unisys/uislib/
H A Duisqueue.c302 set_current_state(TASK_INTERRUPTIBLE); uisqueue_put_cmdrsp_with_lock_client()
/linux-4.1.27/drivers/tty/vt/
H A Dselection.c354 set_current_state(TASK_INTERRUPTIBLE); paste_selection()
/linux-4.1.27/drivers/platform/chrome/
H A Dcros_ec_lightbar.c78 set_current_state(TASK_INTERRUPTIBLE); lb_throttle()
/linux-4.1.27/arch/powerpc/platforms/44x/
H A Dwarp.c269 set_current_state(TASK_INTERRUPTIBLE); pika_dtm_thread()
/linux-4.1.27/arch/mips/kernel/
H A Drtlx.c131 &wait, TASK_INTERRUPTIBLE); rtlx_open()
/linux-4.1.27/fs/dlm/
H A Drecoverd.c291 set_current_state(TASK_INTERRUPTIBLE); dlm_recoverd()
/linux-4.1.27/sound/firewire/fireworks/
H A Dfireworks_hwdep.c105 prepare_to_wait(&efw->hwdep_wait, &wait, TASK_INTERRUPTIBLE); hwdep_read()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
H A Dlustre_lib.h556 TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE; \
558 set_current_state(TASK_INTERRUPTIBLE); \
/linux-4.1.27/drivers/crypto/
H A Dmxs-dcp.c353 __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 Dbluecard_cs.c306 prepare_to_wait(&wq, &wait, TASK_INTERRUPTIBLE); bluecard_write_wakeup()
320 prepare_to_wait(&wq, &wait, TASK_INTERRUPTIBLE); bluecard_write_wakeup()
H A Dbtmrvl_main.c626 set_current_state(TASK_INTERRUPTIBLE); btmrvl_service_main_thread()
/linux-4.1.27/crypto/
H A Dalgif_skcipher.c225 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 Dalgif_aead.c131 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); aead_wait_for_data() local
/linux-4.1.27/drivers/hid/usbhid/
H A Dhiddev.c361 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 Dmon_text.c453 set_current_state(TASK_INTERRUPTIBLE); mon_text_read_wait()
469 set_current_state(TASK_INTERRUPTIBLE); mon_text_read_wait()
H A Dmon_bin.c1277 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 Dwriteback.c431 set_current_state(TASK_INTERRUPTIBLE); bch_writeback_thread()
H A Dalloc.c283 set_current_state(TASK_INTERRUPTIBLE); \
H A Dbtree.c1775 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 Dmtdblock.c84 set_current_state(TASK_INTERRUPTIBLE); erase_write()
H A Dmtdoops.c112 set_current_state(TASK_INTERRUPTIBLE); mtdoops_erase_block()
/linux-4.1.27/drivers/media/usb/pvrusb2/
H A Dpvrusb2-dvb.c98 set_current_state(TASK_INTERRUPTIBLE); pvr2_dvb_feed_thread()
/linux-4.1.27/drivers/media/v4l2-core/
H A Dvideobuf-dvb.c87 set_current_state(TASK_INTERRUPTIBLE); videobuf_dvb_thread()
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
H A Ddebug.c369 set_current_state(TASK_INTERRUPTIBLE); libcfs_debug_dumplog()
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_lock.c85 __set_current_state(TASK_INTERRUPTIBLE); drm_legacy_lock()
/linux-4.1.27/drivers/base/
H A Ddevtmpfs.c404 __set_current_state(TASK_INTERRUPTIBLE); devtmpfsd()
/linux-4.1.27/fs/nfs/
H A Dcallback.c131 prepare_to_wait(&serv->sv_cb_waitq, &wq, TASK_INTERRUPTIBLE); nfs41_callback_svc()
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/
H A Dspufs.h326 prepare_to_wait(&(wq), &__wait, TASK_INTERRUPTIBLE); \
H A Dsched.c556 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 Dpsdev.c217 set_current_state(TASK_INTERRUPTIBLE); coda_psdev_read()
H A Dupcall.c622 set_current_state(TASK_INTERRUPTIBLE); coda_waitfor_upcall()
/linux-4.1.27/net/bluetooth/cmtp/
H A Dcore.c293 set_current_state(TASK_INTERRUPTIBLE); cmtp_session()
H A Dcapi.c419 set_current_state(TASK_INTERRUPTIBLE); cmtp_register_appl()
/linux-4.1.27/net/rxrpc/
H A Dar-recvmsg.c96 TASK_INTERRUPTIBLE); rxrpc_recvmsg()
H A Dar-connection.c510 set_current_state(TASK_INTERRUPTIBLE); rxrpc_connect_call()
H A Dar-output.c410 set_current_state(TASK_INTERRUPTIBLE); rxrpc_wait_for_tx_window()
/linux-4.1.27/sound/core/
H A Drawmidi.c426 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 Dhwdep.c129 set_current_state(TASK_INTERRUPTIBLE); snd_hwdep_open()
/linux-4.1.27/drivers/media/pci/ivtv/
H A Divtv-fileops.c274 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 Divtvfb.c307 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 Divtv-driver.c353 prepare_to_wait(waitq, &wait, TASK_INTERRUPTIBLE); ivtv_waitq()
365 set_current_state(intr ? TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE); ivtv_msleep_timeout()
H A Divtv-ioctl.c179 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 Daf_llc.c539 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 Dhrtimer.c1498 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 Dalarmtimer.c658 set_current_state(TASK_INTERRUPTIBLE); alarmtimer_do_nsleep()
/linux-4.1.27/drivers/lguest/
H A Dcore.c268 set_current_state(TASK_INTERRUPTIBLE); run_guest()
/linux-4.1.27/drivers/infiniband/core/
H A Dfmr_pool.c192 set_current_state(TASK_INTERRUPTIBLE); ib_fmr_cleanup_thread()
/linux-4.1.27/drivers/mmc/card/
H A Dqueue.c63 set_current_state(TASK_INTERRUPTIBLE); mmc_queue_thread()
/linux-4.1.27/drivers/misc/cxl/
H A Dfile.c296 prepare_to_wait(&ctx->wq, &wait, TASK_INTERRUPTIBLE); afu_read()
/linux-4.1.27/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c476 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 Dme_daq.c176 __set_current_state(TASK_INTERRUPTIBLE); sleep()
H A Dserial2002.c142 set_current_state(TASK_INTERRUPTIBLE); serial2002_tty_read_poll_wait()
/linux-4.1.27/drivers/rtc/
H A Drtc-dev.c165 __set_current_state(TASK_INTERRUPTIBLE); rtc_dev_read()
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
H A Dlib-eq.c335 set_current_state(TASK_INTERRUPTIBLE); variable
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/
H A Dlinux-tcpip.c549 set_current_state(TASK_INTERRUPTIBLE); libcfs_sock_accept()
/linux-4.1.27/drivers/pci/hotplug/
H A Dcpci_hotplug_core.c516 set_current_state(TASK_INTERRUPTIBLE); event_thread()
/linux-4.1.27/drivers/dma-buf/
H A Dfence.c378 __set_current_state(TASK_INTERRUPTIBLE); fence_default_wait()
/linux-4.1.27/drivers/char/mwave/
H A Dmwavedd.c336 set_current_state(TASK_INTERRUPTIBLE); mwave_ioctl()
/linux-4.1.27/fs/nilfs2/
H A Dsegment.c2109 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 Dsaa7146_vbi.c98 set_current_state(TASK_INTERRUPTIBLE); vbi_workaround()
/linux-4.1.27/net/bluetooth/bnep/
H A Dcore.c496 set_current_state(TASK_INTERRUPTIBLE); bnep_session()
/linux-4.1.27/drivers/misc/lis3lv02d/
H A Dlis3lv02d.c617 set_current_state(TASK_INTERRUPTIBLE); lis3lv02d_misc_read()
641 * TASK_INTERRUPTIBLE state */ lis3lv02d_misc_read()
/linux-4.1.27/drivers/hsi/clients/
H A Dcmt_speech.c865 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 Dn_hdlc.c610 set_current_state(TASK_INTERRUPTIBLE); n_hdlc_tty_read()
694 set_current_state(TASK_INTERRUPTIBLE); n_hdlc_tty_write()
H A Dtty_port.c410 prepare_to_wait(&port->open_wait, &wait, TASK_INTERRUPTIBLE); tty_port_block_til_ready()
H A Dsynclink_gt.c2803 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 Dsynclinkmp.c3082 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 Dn_tty.c2274 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 Dmsg.c165 __set_current_state(TASK_INTERRUPTIBLE); ss_add()
914 __set_current_state(TASK_INTERRUPTIBLE); do_msgrcv()
/linux-4.1.27/fs/fscache/
H A Dpage.c318 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 Dcaif_socket.c318 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 Dkdb_support.c578 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 Daf_netrom.c737 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 Daf_rose.c841 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 Ddm.c2998 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 Ddm-log-userspace-base.c104 set_current_state(TASK_INTERRUPTIBLE); userspace_do_request()
H A Ddm-log-writes.c404 set_current_state(TASK_INTERRUPTIBLE); log_writes_kthread()
/linux-4.1.27/net/tipc/
H A Dsocket.c817 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 Dcosa.c518 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 Dadb.c736 set_current_state(TASK_INTERRUPTIBLE); adb_read()
/linux-4.1.27/drivers/net/can/usb/peak_usb/
H A Dpcan_usb.c252 set_current_state(TASK_INTERRUPTIBLE); pcan_usb_write_mode()
/linux-4.1.27/drivers/net/ethernet/qualcomm/
H A Dqca_spi.c517 set_current_state(TASK_INTERRUPTIBLE); qcaspi_spi_thread()
/linux-4.1.27/drivers/media/i2c/
H A Dmsp3400-driver.c333 set_current_state(TASK_INTERRUPTIBLE); msp_sleep()
/linux-4.1.27/drivers/media/pci/saa7134/
H A Dsaa7134-tvaudio.c321 set_current_state(TASK_INTERRUPTIBLE); tvaudio_sleep()
/linux-4.1.27/drivers/memstick/host/
H A Dr592.c575 set_current_state(TASK_INTERRUPTIBLE); r592_process_thread()
/linux-4.1.27/drivers/pcmcia/
H A Dcs.c629 set_current_state(TASK_INTERRUPTIBLE); pccardd()
/linux-4.1.27/drivers/uio/
H A Duio.c523 set_current_state(TASK_INTERRUPTIBLE); uio_read()
/linux-4.1.27/drivers/video/fbdev/
H A Darcfb.c417 TASK_INTERRUPTIBLE); arcfb_ioctl()
/linux-4.1.27/fs/notify/fanotify/
H A Dfanotify_user.c292 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); fanotify_read()
/linux-4.1.27/fs/notify/inotify/
H A Dinotify_user.c266 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); inotify_read()
/linux-4.1.27/fs/ubifs/
H A Dcommit.c303 set_current_state(TASK_INTERRUPTIBLE); ubifs_bg_thread()
/linux-4.1.27/drivers/virtio/
H A Dvirtio_balloon.c362 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); balloon()
/linux-4.1.27/fs/lockd/
H A Dclntproc.c234 prepare_to_wait(queue, &wait, TASK_INTERRUPTIBLE); nlm_wait_on_grace()
/linux-4.1.27/fs/afs/
H A Drxrpc.c560 set_current_state(TASK_INTERRUPTIBLE); afs_wait_for_call_to_complete()
/linux-4.1.27/net/bluetooth/rfcomm/
H A Dsock.c511 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo); rfcomm_sock_accept()
/linux-4.1.27/net/dccp/
H A Doutput.c225 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); dccp_wait_for_ccid() local
/linux-4.1.27/net/phonet/
H A Dsocket.c284 TASK_INTERRUPTIBLE); pn_socket_connect() local
/linux-4.1.27/security/keys/
H A Drequest_key.c591 intr ? TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE); wait_for_key_construction()
/linux-4.1.27/drivers/usb/class/
H A Dusblp.c876 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 Ddigi_acceleport.c350 prepare_to_wait(q, &wait, TASK_INTERRUPTIBLE); __releases()
1177 TASK_INTERRUPTIBLE); digi_close()
/linux-4.1.27/net/ipv4/
H A Daf_inet.c538 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 Daf_ax25.c1289 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 Dsvc_xprt.c617 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 Daf_x25.c715 __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 Discsi_target.c652 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 Do2iblnd_cb.c3205 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 Dcomedi_fops.c2314 set_current_state(TASK_INTERRUPTIBLE); comedi_write()
2457 set_current_state(TASK_INTERRUPTIBLE); comedi_read()
/linux-4.1.27/drivers/scsi/aacraid/
H A Dcommsup.c1733 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 Dsocklnd_cb.c2218 set_current_state(TASK_INTERRUPTIBLE); ksocknal_connd()
2616 set_current_state (TASK_INTERRUPTIBLE); ksocknal_reaper()
/linux-4.1.27/drivers/tty/hvc/
H A Dhvcs.c243 * already awake but potentially shifted to TASK_INTERRUPTIBLE state.
670 set_current_state(TASK_INTERRUPTIBLE); khvcsd()
/linux-4.1.27/net/iucv/
H A Daf_iucv.c57 prepare_to_wait(sk_sleep(sk), &__wait, TASK_INTERRUPTIBLE); \
950 set_current_state(TASK_INTERRUPTIBLE); iucv_sock_accept()

Completed in 5461 milliseconds

12