Home
last modified time | relevance | path

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

12

/linux-4.4.14/include/linux/
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, \
345 TASK_INTERRUPTIBLE, 0, timeout, \
400 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 0, 0, \
[all …]
Dsched.h208 #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/
Dring_buffer_benchmark.c217 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()
Dtrace_selftest.c1055 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()
Dring_buffer.c552 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/
Dstream.c72 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()
Ddatagram.c92 prepare_to_wait_exclusive(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in wait_for_more_packets()
/linux-4.4.14/samples/trace_events/
Dtrace-events-sample.c27 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/
Docteon_main.h173 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/
Dsvc.c213 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()
Dcommon.c607 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/
Ddgnc_utils.c15 __set_current_state(TASK_INTERRUPTIBLE); in dgnc_ms_sleep()
/linux-4.4.14/kernel/locking/
Drtmutex.c1122 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()
Dmutex.c647 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()
Dsemaphore.c243 return __down_common(sem, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in __down_interruptible()
/linux-4.4.14/sound/oss/
Dsleep.h14 prepare_to_wait(q, &wait, TASK_INTERRUPTIBLE); in oss_broken_sleep_on()
/linux-4.4.14/kernel/sched/
Dcompletion.c190 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/
Daf_bluetooth.c263 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()
Dl2cap_sock.c340 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/
Dosdep_service.h81 set_current_state(TASK_INTERRUPTIBLE); in sleep_schedulable()
/linux-4.4.14/drivers/staging/speakup/
Dthread.c30 TASK_INTERRUPTIBLE); in speakup_thread()
Dspeakup_dectlk.c230 prepare_to_wait(&flush, &wait, TASK_INTERRUPTIBLE); in do_catch_up()
251 set_current_state(TASK_INTERRUPTIBLE); in do_catch_up()
Dselection.c152 set_current_state(TASK_INTERRUPTIBLE); in __speakup_paste_selection()
Dspeakup_apollo.c172 set_current_state(TASK_INTERRUPTIBLE); in do_catch_up()
Dspeakup_decext.c187 set_current_state(TASK_INTERRUPTIBLE); in do_catch_up()
Dspeakup_acntpc.c208 set_current_state(TASK_INTERRUPTIBLE); in do_catch_up()
Dspeakup_keypc.c209 set_current_state(TASK_INTERRUPTIBLE); in do_catch_up()
Dspeakup_soft.c219 prepare_to_wait(&speakup_event, &wait, TASK_INTERRUPTIBLE); in softsynth_read()
Dspeakup_dtlk.c220 set_current_state(TASK_INTERRUPTIBLE); in do_catch_up()
Dspeakup_decpc.c404 set_current_state(TASK_INTERRUPTIBLE); in do_catch_up()
Dsynth.c116 set_current_state(TASK_INTERRUPTIBLE); in spk_do_catch_up()
/linux-4.4.14/drivers/mmc/core/
Dsdio_irq.c149 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/
Dvmwgfx_irq.c151 TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE); in vmw_fallback_wait()
169 TASK_INTERRUPTIBLE : in vmw_fallback_wait()
Dvmwgfx_fifo.c230 TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE); in vmw_fifo_wait_noirq()
/linux-4.4.14/net/vmw_vsock/
Daf_vsock.c1187 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/
Ddrm_os_linux.h50 __set_current_state(TASK_INTERRUPTIBLE); \
/linux-4.4.14/kernel/
Dfreezer.c143 wake_up_state(p, TASK_INTERRUPTIBLE); in freeze_task()
Dkthread.c515 set_current_state(TASK_INTERRUPTIBLE); in kthreadd()
573 set_current_state(TASK_INTERRUPTIBLE); /* mb paired w/ kthread_stop */ in kthread_worker_fn()
Dsmpboot.c111 set_current_state(TASK_INTERRUPTIBLE); in smpboot_thread_fn()
Dkmod.c381 TASK_INTERRUPTIBLE); in usermodehelper_read_trylock()
Dexit.c1474 TASK_INTERRUPTIBLE, 1, p); in __wake_up_parent()
1499 set_current_state(TASK_INTERRUPTIBLE); in do_wait()
/linux-4.4.14/drivers/media/rc/
Dlirc_dev.c136 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()
Drc-ir-raw.c47 set_current_state(TASK_INTERRUPTIBLE); in ir_raw_event_thread()
Dir-lirc-codec.c171 set_current_state(TASK_INTERRUPTIBLE); in ir_lirc_transmit_ir()
/linux-4.4.14/arch/um/drivers/
Drandom.c79 set_task_state(current, TASK_INTERRUPTIBLE); in rng_dev_read()
/linux-4.4.14/drivers/char/
Dnwbutton.c172 prepare_to_wait(&button_wait_queue, &wait, TASK_INTERRUPTIBLE); in button_read()
Dsnsc.c197 set_current_state(TASK_INTERRUPTIBLE); in scdrv_read()
293 set_current_state(TASK_INTERRUPTIBLE); in scdrv_write()
Dapplicom.c431 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()
Dlp.c227 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/
Dfence.c378 __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/
Deventfd.c199 set_current_state(TASK_INTERRUPTIBLE); in eventfd_ctx_read()
263 set_current_state(TASK_INTERRUPTIBLE); in eventfd_write()
Dsignalfd.c179 set_current_state(TASK_INTERRUPTIBLE); in signalfd_dequeue()
Dselect.c529 if (!poll_schedule_timeout(&table, TASK_INTERRUPTIBLE, in do_select()
861 if (!poll_schedule_timeout(wait, TASK_INTERRUPTIBLE, to, slack)) in do_poll()
Duserfaultfd.c352 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/
Dbackground.c96 set_current_state (TASK_INTERRUPTIBLE); in jffs2_garbage_collect_thread()
/linux-4.4.14/drivers/staging/rdma/amso1100/
Dc2_vq.c205 set_current_state(TASK_INTERRUPTIBLE); in vq_send_wr()
/linux-4.4.14/drivers/isdn/hardware/eicon/
Ddivasi.c514 set_current_state(TASK_INTERRUPTIBLE); in remove_entity()
531 set_current_state(TASK_INTERRUPTIBLE); in remove_entity()
/linux-4.4.14/drivers/mfd/
Ducb1x00-ts.c241 set_current_state(TASK_INTERRUPTIBLE); in ucb1x00_thread()
274 set_current_state(TASK_INTERRUPTIBLE); in ucb1x00_thread()
Ducb1x00-core.c255 set_current_state(TASK_INTERRUPTIBLE); in ucb1x00_adc_read()
/linux-4.4.14/drivers/hid/
Dhid-roccat.c90 set_current_state(TASK_INTERRUPTIBLE); in roccat_read()
110 set_current_state(TASK_INTERRUPTIBLE); in roccat_read()
Dhidraw.c57 set_current_state(TASK_INTERRUPTIBLE); in hidraw_read()
77 set_current_state(TASK_INTERRUPTIBLE); in hidraw_read()
Dhid-debug.c1117 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/
Drtsx.h78 #define wait_timeout(msecs) wait_timeout_x(TASK_INTERRUPTIBLE, (msecs))
/linux-4.4.14/drivers/media/usb/gspca/m5602/
Dm5602_s5k83a.c179 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/
Daf_decnet.c836 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/
Drio500.c331 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()
Dadutux.c452 set_current_state(TASK_INTERRUPTIBLE); in adu_read()
543 set_current_state(TASK_INTERRUPTIBLE); in adu_write()
Dyurex.c512 prepare_to_wait(&dev->waitq, &wait, TASK_INTERRUPTIBLE); in yurex_write()
/linux-4.4.14/sound/firewire/oxfw/
Doxfw-hwdep.c29 prepare_to_wait(&oxfw->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
/linux-4.4.14/sound/firewire/digi00x/
Ddigi00x-hwdep.c30 prepare_to_wait(&dg00x->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
/linux-4.4.14/sound/firewire/dice/
Ddice-hwdep.c22 prepare_to_wait(&dice->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Dsysfs.c128 TASK_INTERRUPTIBLE); in wl1271_sysfs_read_fwlog()
/linux-4.4.14/sound/firewire/bebob/
Dbebob_hwdep.c30 prepare_to_wait(&bebob->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
/linux-4.4.14/sound/firewire/tascam/
Dtascam-hwdep.c48 prepare_to_wait(&tscm->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
/linux-4.4.14/arch/powerpc/platforms/83xx/
Dmcu_mpc8349emitx.c67 set_current_state(TASK_INTERRUPTIBLE); in shutdown_thread_fn()
/linux-4.4.14/drivers/lguest/
Dcore.c268 set_current_state(TASK_INTERRUPTIBLE); in run_guest()
/linux-4.4.14/drivers/staging/media/lirc/
Dlirc_parallel.c336 set_current_state(TASK_INTERRUPTIBLE); in lirc_read()
356 set_current_state(TASK_INTERRUPTIBLE); in lirc_read()
Dlirc_sir.c212 set_current_state(TASK_INTERRUPTIBLE); in lirc_read()
233 set_current_state(TASK_INTERRUPTIBLE); in lirc_read()
Dlirc_zilog.c471 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/
Di2c-elektor.c112 prepare_to_wait(&pcf_wait, &wait, TASK_INTERRUPTIBLE); in pcf_isa_waitforpin()
/linux-4.4.14/drivers/crypto/ccp/
Dccp-dev.c233 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/
Dnouveau_fence.c329 __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/
Dseq_fifo.c190 set_current_state(TASK_INTERRUPTIBLE); in snd_seq_fifo_cell_out()
Dseq_memory.c245 set_current_state(TASK_INTERRUPTIBLE); in snd_seq_cell_alloc()
/linux-4.4.14/drivers/s390/char/
Dsclp_sdias.c68 set_current_state(TASK_INTERRUPTIBLE); in sdias_sclp_send()
/linux-4.4.14/arch/powerpc/platforms/44x/
Dwarp.c269 set_current_state(TASK_INTERRUPTIBLE); in pika_dtm_thread()
/linux-4.4.14/drivers/block/
Dswim.c334 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/
Ddrm_lock.c83 __set_current_state(TASK_INTERRUPTIBLE); in drm_legacy_lock()
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dlib-eq.c334 set_current_state(TASK_INTERRUPTIBLE); in lnet_eq_wait_locked()
Dlib-socket.c540 set_current_state(TASK_INTERRUPTIBLE); in lnet_sock_accept()
/linux-4.4.14/fs/dlm/
Drecoverd.c291 set_current_state(TASK_INTERRUPTIBLE); in dlm_recoverd()
/linux-4.4.14/net/nfc/
Dllcp_sock.c36 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/
Dkdb_support.c578 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/
Dn_hdlc.c610 set_current_state(TASK_INTERRUPTIBLE); in n_hdlc_tty_read()
694 set_current_state(TASK_INTERRUPTIBLE); in n_hdlc_tty_write()
Dtty_port.c399 prepare_to_wait(&port->open_wait, &wait, TASK_INTERRUPTIBLE); in tty_port_block_til_ready()
Dsynclink_gt.c2798 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/
Dbluecard_cs.c306 prepare_to_wait(&wq, &wait, TASK_INTERRUPTIBLE); in bluecard_write_wakeup()
320 prepare_to_wait(&wq, &wait, TASK_INTERRUPTIBLE); in bluecard_write_wakeup()
Dhci_intel.c128 TASK_INTERRUPTIBLE, in intel_wait_booting()
151 TASK_INTERRUPTIBLE, in intel_wait_lpm_transaction()
840 TASK_INTERRUPTIBLE, in intel_setup()
Dbtmrvl_main.c603 set_current_state(TASK_INTERRUPTIBLE); in btmrvl_service_main_thread()
Dhci_qca.c887 set_current_state(TASK_INTERRUPTIBLE); in qca_set_baudrate()
/linux-4.4.14/drivers/media/pci/solo6x10/
Dsolo6x10-i2c.c244 TASK_INTERRUPTIBLE); in solo_i2c_master_xfer()
/linux-4.4.14/sound/firewire/fireworks/
Dfireworks_hwdep.c105 prepare_to_wait(&efw->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
/linux-4.4.14/drivers/misc/
Dvexpress-syscfg.c91 set_current_state(TASK_INTERRUPTIBLE); in vexpress_syscfg_exec()
/linux-4.4.14/drivers/tty/vt/
Dselection.c354 set_current_state(TASK_INTERRUPTIBLE); in paste_selection()
/linux-4.4.14/net/llc/
Daf_llc.c539 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/
Divtv-fileops.c274 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()
Divtvfb.c308 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()
Divtv-driver.c353 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/
Dmtdblock.c84 set_current_state(TASK_INTERRUPTIBLE); in erase_write()
Dmtdoops.c112 set_current_state(TASK_INTERRUPTIBLE); in mtdoops_erase_block()
/linux-4.4.14/drivers/platform/chrome/
Dcros_ec_lightbar.c79 set_current_state(TASK_INTERRUPTIBLE); in lb_throttle()
/linux-4.4.14/Documentation/timers/
Dtimers-howto.txt102 TASK_INTERRUPTIBLE before scheduling the sleep. In
/linux-4.4.14/fs/nfs/
Dcallback.c120 prepare_to_wait(&serv->sv_cb_waitq, &wq, TASK_INTERRUPTIBLE); in nfs41_callback_svc()
/linux-4.4.14/arch/mips/kernel/
Drtlx.c131 &wait, TASK_INTERRUPTIBLE); in rtlx_open()
/linux-4.4.14/lib/
Dtest_rhashtable.c298 set_current_state(TASK_INTERRUPTIBLE); in threadfunc()
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
Dspufs.h326 prepare_to_wait(&(wq), &__wait, TASK_INTERRUPTIBLE); \
Dsched.c556 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/
Ddebug.c482 set_current_state(TASK_INTERRUPTIBLE); in libcfs_debug_dumplog()
/linux-4.4.14/Documentation/scheduler/
Dcompletion.txt161 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/
Dpsdev.c217 set_current_state(TASK_INTERRUPTIBLE); in coda_psdev_read()
/linux-4.4.14/drivers/media/usb/pvrusb2/
Dpvrusb2-dvb.c98 set_current_state(TASK_INTERRUPTIBLE); in pvr2_dvb_feed_thread()
/linux-4.4.14/net/rxrpc/
Dar-recvmsg.c96 TASK_INTERRUPTIBLE); in rxrpc_recvmsg()
Dar-output.c410 set_current_state(TASK_INTERRUPTIBLE); in rxrpc_wait_for_tx_window()
/linux-4.4.14/drivers/base/
Ddevtmpfs.c404 __set_current_state(TASK_INTERRUPTIBLE); in devtmpfsd()
/linux-4.4.14/kernel/rcu/
Dtree.h440 set_current_state(TASK_INTERRUPTIBLE); \
/linux-4.4.14/drivers/usb/mon/
Dmon_text.c453 set_current_state(TASK_INTERRUPTIBLE); in mon_text_read_wait()
469 set_current_state(TASK_INTERRUPTIBLE); in mon_text_read_wait()
Dmon_bin.c1278 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/
Drawmidi.c426 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()
Dhwdep.c129 set_current_state(TASK_INTERRUPTIBLE); in snd_hwdep_open()
/linux-4.4.14/net/bluetooth/cmtp/
Dcore.c293 set_current_state(TASK_INTERRUPTIBLE); in cmtp_session()
Dcapi.c419 set_current_state(TASK_INTERRUPTIBLE); in cmtp_register_appl()
/linux-4.4.14/drivers/media/v4l2-core/
Dvideobuf-dvb.c87 set_current_state(TASK_INTERRUPTIBLE); in videobuf_dvb_thread()
/linux-4.4.14/net/tipc/
Dsocket.c827 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/
Dpage.c339 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/
Dmxs-dcp.c353 __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/
Dmsg.c165 __set_current_state(TASK_INTERRUPTIBLE); in ss_add()
916 __set_current_state(TASK_INTERRUPTIBLE); in do_msgrcv()
/linux-4.4.14/drivers/hid/usbhid/
Dhiddev.c361 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/
Dlustre_lib.h552 set_current_state(TASK_INTERRUPTIBLE); \
/linux-4.4.14/drivers/rtc/
Drtc-dev.c165 __set_current_state(TASK_INTERRUPTIBLE); in rtc_dev_read()
/linux-4.4.14/drivers/infiniband/core/
Dfmr_pool.c192 set_current_state(TASK_INTERRUPTIBLE); in ib_fmr_cleanup_thread()
/linux-4.4.14/crypto/
Dalgif_skcipher.c214 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()
Dalgif_aead.c133 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in aead_wait_for_data()
/linux-4.4.14/net/caif/
Dcaif_socket.c315 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/
Dxfs_trans_ail.c505 __set_current_state(TASK_INTERRUPTIBLE); in xfsaild()
/linux-4.4.14/drivers/char/mwave/
Dmwavedd.c336 set_current_state(TASK_INTERRUPTIBLE); in mwave_ioctl()
/linux-4.4.14/drivers/staging/unisys/visornic/
Dvisornic_main.c519 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/
Dsaa7146_vbi.c98 set_current_state(TASK_INTERRUPTIBLE); in vbi_workaround()
/linux-4.4.14/drivers/mmc/card/
Dqueue.c62 set_current_state(TASK_INTERRUPTIBLE); in mmc_queue_thread()
/linux-4.4.14/drivers/pci/hotplug/
Dcpci_hotplug_core.c516 set_current_state(TASK_INTERRUPTIBLE); in event_thread()
/linux-4.4.14/drivers/virtio/
Dvirtio_balloon.c366 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in balloon()
/linux-4.4.14/net/sunrpc/
Dsvc_xprt.c617 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/
Dbnx2fc_fcoe.c476 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/
Dcosa.c518 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/
Dfile.c341 prepare_to_wait(&ctx->wq, &wait, TASK_INTERRUPTIBLE); in afu_read()
/linux-4.4.14/drivers/video/fbdev/
Darcfb.c417 TASK_INTERRUPTIBLE); in arcfb_ioctl()
/linux-4.4.14/drivers/md/bcache/
Dwriteback.c431 set_current_state(TASK_INTERRUPTIBLE); in bch_writeback_thread()
Dalloc.c283 set_current_state(TASK_INTERRUPTIBLE); \
/linux-4.4.14/security/keys/
Drequest_key.c594 intr ? TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE); in wait_for_key_construction()
/linux-4.4.14/arch/x86/kernel/
Dapm_32.c1438 set_current_state(TASK_INTERRUPTIBLE); in apm_mainloop()
1447 set_current_state(TASK_INTERRUPTIBLE); in apm_mainloop()
/linux-4.4.14/net/netrom/
Daf_netrom.c737 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/
Ddigi_acceleport.c350 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/
Dusblp.c891 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/
Dmanage.c741 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/
Doutput.c225 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in dccp_wait_for_ccid()
/linux-4.4.14/fs/ubifs/
Dcommit.c303 set_current_state(TASK_INTERRUPTIBLE); in ubifs_bg_thread()
/linux-4.4.14/fs/nilfs2/
Dsegment.c2171 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/
Discsi_target.c644 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/
Dalarmtimer.c655 set_current_state(TASK_INTERRUPTIBLE); in alarmtimer_do_nsleep()
/linux-4.4.14/drivers/media/i2c/
Dsaa717x.c1335 set_current_state(TASK_INTERRUPTIBLE); in saa717x_probe()
Dmsp3400-driver.c333 set_current_state(TASK_INTERRUPTIBLE); in msp_sleep()
/linux-4.4.14/net/bluetooth/bnep/
Dcore.c496 set_current_state(TASK_INTERRUPTIBLE); in bnep_session()
/linux-4.4.14/drivers/macintosh/
Dadb.c736 set_current_state(TASK_INTERRUPTIBLE); in adb_read()
/linux-4.4.14/drivers/base/power/
Dwakeup.c906 TASK_INTERRUPTIBLE); in pm_get_wakeup_count()
/linux-4.4.14/fs/notify/inotify/
Dinotify_user.c266 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in inotify_read()
/linux-4.4.14/drivers/md/
Ddm-log-userspace-base.c104 set_current_state(TASK_INTERRUPTIBLE); in userspace_do_request()
Ddm.c2946 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()
Ddm-log-writes.c401 set_current_state(TASK_INTERRUPTIBLE); in log_writes_kthread()
/linux-4.4.14/drivers/tty/hvc/
Dhvc_console.c759 set_current_state(TASK_INTERRUPTIBLE); in khvcd()
/linux-4.4.14/net/rose/
Daf_rose.c842 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/
Dcmt_speech.c870 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/
Dradeon_fence.c1061 set_current_state(TASK_INTERRUPTIBLE); in radeon_fence_default_wait()
/linux-4.4.14/drivers/net/can/usb/peak_usb/
Dpcan_usb.c252 set_current_state(TASK_INTERRUPTIBLE); in pcan_usb_write_mode()
/linux-4.4.14/drivers/pcmcia/
Dcs.c671 set_current_state(TASK_INTERRUPTIBLE); in pccardd()
/linux-4.4.14/drivers/memstick/host/
Dr592.c575 set_current_state(TASK_INTERRUPTIBLE); in r592_process_thread()
/linux-4.4.14/fs/proc/
Darray.c135 state = TASK_INTERRUPTIBLE; in get_task_state()
/linux-4.4.14/drivers/staging/comedi/drivers/
Dserial2002.c141 set_current_state(TASK_INTERRUPTIBLE); in serial2002_tty_read_poll_wait()
/linux-4.4.14/fs/afs/
Drxrpc.c560 set_current_state(TASK_INTERRUPTIBLE); in afs_wait_for_call_to_complete()
/linux-4.4.14/net/ipv4/
Daf_inet.c539 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/
Daf_x25.c715 __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/
Dclntproc.c234 prepare_to_wait(queue, &wait, TASK_INTERRUPTIBLE); in nlm_wait_on_grace()
/linux-4.4.14/drivers/net/irda/
Dstir4200.c794 set_current_state(TASK_INTERRUPTIBLE); in stir_transmit_thread()
/linux-4.4.14/net/phonet/
Dsocket.c284 TASK_INTERRUPTIBLE); in pn_socket_connect()
/linux-4.4.14/drivers/uio/
Duio.c523 set_current_state(TASK_INTERRUPTIBLE); in uio_read()
/linux-4.4.14/fs/notify/fanotify/
Dfanotify_user.c292 wait_woken(&wait, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); in fanotify_read()
/linux-4.4.14/drivers/misc/sgi-xp/
Dxpc_channel.c839 prepare_to_wait(&ch->msg_allocate_wq, &wait, TASK_INTERRUPTIBLE); in xpc_allocate_msg_wait()
/linux-4.4.14/drivers/media/pci/cx18/
Dcx18-fileops.c244 prepare_to_wait(&s->waitq, &wait, TASK_INTERRUPTIBLE); in cx18_get_mdl()
/linux-4.4.14/net/irda/irnet/
Dirnet_ppp.c308 set_current_state(TASK_INTERRUPTIBLE); in irnet_ctrl_read()
/linux-4.4.14/drivers/char/ipmi/
Dipmi_watchdog.c842 set_current_state(TASK_INTERRUPTIBLE); in ipmi_read()
/linux-4.4.14/drivers/usb/storage/
Dusb.c421 set_current_state(TASK_INTERRUPTIBLE); in usb_stor_control_thread()
/linux-4.4.14/drivers/scsi/aacraid/
Dcommsup.c1704 set_current_state(TASK_INTERRUPTIBLE); in aac_command_thread()
1972 set_current_state(TASK_INTERRUPTIBLE); in aac_command_thread()

12