Searched refs:TASK_UNINTERRUPTIBLE (Results 1 - 200 of 230) sorted by relevance

12

/linux-4.1.27/kernel/
H A Dhung_task.c88 * TASK_UNINTERRUPTIBLE without having ever been switched out once, it check_hung_task()
154 * Check whether a TASK_UNINTERRUPTIBLE does not get woken up for
181 if (t->state == TASK_UNINTERRUPTIBLE) for_each_process_thread()
H A Dfreezer.c69 set_current_state(TASK_UNINTERRUPTIBLE); __refrigerator()
H A Dkthread.c198 __set_current_state(TASK_UNINTERRUPTIBLE); kthread()
351 __kthread_bind(p, cpu, TASK_UNINTERRUPTIBLE); kthread_bind()
378 /* Park the thread to get it out of TASK_UNINTERRUPTIBLE state */ kthread_create_on_cpu()
H A Dpid_namespace.c258 set_current_state(TASK_UNINTERRUPTIBLE); zap_pid_ns_processes()
H A Dcpu.c167 prepare_to_wait(&cpu_hotplug.wq, &wait, TASK_UNINTERRUPTIBLE); cpu_hotplug_begin()
H A Dkmod.c395 TASK_UNINTERRUPTIBLE); usermodehelper_read_lock_wait()
H A Dexit.c420 set_task_state(tsk, TASK_UNINTERRUPTIBLE); exit_mm()
697 set_current_state(TASK_UNINTERRUPTIBLE); do_exit()
H A Dptrace.c391 TASK_UNINTERRUPTIBLE); ptrace_attach()
H A Dresource.c1083 set_current_state(TASK_UNINTERRUPTIBLE); __request_region()
H A Daudit.c1316 set_current_state(TASK_UNINTERRUPTIBLE); wait_for_auditd()
/linux-4.1.27/fs/jfs/
H A Djfs_lock.h41 set_current_state(TASK_UNINTERRUPTIBLE);\
H A Djfs_metapage.c59 set_current_state(TASK_UNINTERRUPTIBLE); __lock_metapage()
H A Djfs_logmgr.c1585 set_current_state(TASK_UNINTERRUPTIBLE); jfs_flush_journal()
/linux-4.1.27/fs/
H A Dfs_pin.c59 set_current_state(TASK_UNINTERRUPTIBLE); pin_kill()
H A Dmbcache.c689 TASK_UNINTERRUPTIBLE); hlist_bl_for_each_entry()
746 TASK_UNINTERRUPTIBLE); __mb_cache_entry_find()
H A Dfs-writeback.c380 TASK_UNINTERRUPTIBLE);
407 prepare_to_wait(wqh, &wait, TASK_UNINTERRUPTIBLE);
H A Dinode.c1777 prepare_to_wait(wq, &wait.wait, TASK_UNINTERRUPTIBLE); __wait_on_freeing_inode()
1924 prepare_to_wait(wq, &q.wait, TASK_UNINTERRUPTIBLE); __inode_dio_wait()
H A Dsuper.c1247 TASK_UNINTERRUPTIBLE); sb_wait_write()
H A Ddirect-io.c439 __set_current_state(TASK_UNINTERRUPTIBLE); dio_await_one()
H A Dblock_dev.c774 prepare_to_wait(wq, &wait, TASK_UNINTERRUPTIBLE); bd_prepare_to_claim()
H A Dbuffer.c66 wait_on_bit_lock_io(&bh->b_state, BH_Lock, TASK_UNINTERRUPTIBLE); __lock_buffer()
119 wait_on_bit_io(&bh->b_state, BH_Lock, TASK_UNINTERRUPTIBLE); __wait_on_buffer()
/linux-4.1.27/kernel/sched/
H A Dcompletion.c122 wait_for_common(x, MAX_SCHEDULE_TIMEOUT, TASK_UNINTERRUPTIBLE); wait_for_completion()
141 return wait_for_common(x, timeout, TASK_UNINTERRUPTIBLE); wait_for_completion_timeout()
155 wait_for_common_io(x, MAX_SCHEDULE_TIMEOUT, TASK_UNINTERRUPTIBLE); wait_for_completion_io()
175 return wait_for_common_io(x, timeout, TASK_UNINTERRUPTIBLE); wait_for_completion_io_timeout()
/linux-4.1.27/kernel/locking/
H A Drwsem-spinlock.c144 set_task_state(tsk, TASK_UNINTERRUPTIBLE); __down_read()
161 set_task_state(tsk, TASK_UNINTERRUPTIBLE); __down_read()
218 set_task_state(tsk, TASK_UNINTERRUPTIBLE); __down_write_nested()
H A Dsemaphore.c238 __down_common(sem, TASK_UNINTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); __down()
253 return __down_common(sem, TASK_UNINTERRUPTIBLE, timeout); __down_timeout()
H A Drwsem-xadd.c247 set_task_state(tsk, TASK_UNINTERRUPTIBLE); rwsem_down_read_failed()
467 set_current_state(TASK_UNINTERRUPTIBLE); rwsem_down_write_failed()
476 set_current_state(TASK_UNINTERRUPTIBLE); rwsem_down_write_failed()
H A Dmutex.c564 * TASK_UNINTERRUPTIBLE case.) __mutex_lock_common()
620 __mutex_lock_common(lock, TASK_UNINTERRUPTIBLE, mutex_lock_nested()
630 __mutex_lock_common(lock, TASK_UNINTERRUPTIBLE, _mutex_lock_nest_lock()
687 ret = __mutex_lock_common(&lock->base, TASK_UNINTERRUPTIBLE, __ww_mutex_lock()
822 __mutex_lock_common(lock, TASK_UNINTERRUPTIBLE, 0, __mutex_lock_slowpath()
843 return __mutex_lock_common(&lock->base, TASK_UNINTERRUPTIBLE, 0, __ww_mutex_lock_slowpath()
H A Drtmutex.c1093 * or TASK_UNINTERRUPTIBLE)
1383 rt_mutex_fastlock(lock, TASK_UNINTERRUPTIBLE, rt_mutex_slowlock); rt_mutex_lock()
/linux-4.1.27/drivers/tty/
H A Dtty_ldsem.c235 set_task_state(tsk, TASK_UNINTERRUPTIBLE); down_read_failed()
294 set_task_state(tsk, TASK_UNINTERRUPTIBLE); down_write_failed()
301 set_task_state(tsk, TASK_UNINTERRUPTIBLE); down_write_failed()
H A Dbfin_jtag_comm.c78 __set_current_state(TASK_UNINTERRUPTIBLE); bfin_jc_emudat_manager()
H A Dsysrq.c286 show_state_filter(TASK_UNINTERRUPTIBLE); sysrq_handle_showstate_blocked()
/linux-4.1.27/include/linux/
H A Dwait.h247 (void)___wait_event(wq, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
255 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
271 (void)___wait_event(wq, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
312 TASK_UNINTERRUPTIBLE, 0, timeout, \
321 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
362 (void)___wait_event(wq, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
372 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
480 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
496 TASK_UNINTERRUPTIBLE); \
730 (void)___wait_event(wq, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
748 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
776 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
H A Dwriteback.h107 wait_on_bit(&inode->i_state, __I_NEW, TASK_UNINTERRUPTIBLE); wait_on_inode()
H A Dsched.h204 #define TASK_UNINTERRUPTIBLE 2 macro
224 #define TASK_KILLABLE (TASK_WAKEKILL | TASK_UNINTERRUPTIBLE)
229 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE)
234 TASK_UNINTERRUPTIBLE | __TASK_STOPPED | \
242 ((task->state & TASK_UNINTERRUPTIBLE) != 0 && \
263 * set_current_state(TASK_UNINTERRUPTIBLE);
292 * set_current_state(TASK_UNINTERRUPTIBLE);
/linux-4.1.27/drivers/staging/lustre/lustre/include/linux/
H A Dobd.h98 set_current_state(TASK_UNINTERRUPTIBLE); __client_obd_list_lock()
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
H A Dfail.c132 set_current_state(TASK_UNINTERRUPTIBLE); __cfs_fail_timeout_set()
H A Dworkitem.c337 set_current_state(TASK_UNINTERRUPTIBLE); cfs_wi_sched_destroy()
464 set_current_state(TASK_UNINTERRUPTIBLE); cfs_wi_shutdown()
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_irq.c142 TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE); vmw_fallback_wait()
161 TASK_UNINTERRUPTIBLE); vmw_fallback_wait()
H A Dvmwgfx_fifo.c233 TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE); vmw_fifo_wait_noirq()
H A Dvmwgfx_fence.c207 __set_current_state(TASK_UNINTERRUPTIBLE); vmw_fence_wait()
/linux-4.1.27/net/rxrpc/
H A Dar-local.c307 set_current_state(TASK_UNINTERRUPTIBLE); rxrpc_destroy_all_locals()
312 set_current_state(TASK_UNINTERRUPTIBLE); rxrpc_destroy_all_locals()
H A Dar-peer.c290 set_current_state(TASK_UNINTERRUPTIBLE); rxrpc_destroy_all_peers()
295 set_current_state(TASK_UNINTERRUPTIBLE); rxrpc_destroy_all_peers()
/linux-4.1.27/fs/fscache/
H A Dcookie.c163 TASK_UNINTERRUPTIBLE); __fscache_enable_cookie()
258 TASK_UNINTERRUPTIBLE); fscache_acquire_non_index_cookie()
466 TASK_UNINTERRUPTIBLE); __fscache_wait_on_invalidate()
527 TASK_UNINTERRUPTIBLE); __fscache_disable_cookie()
560 TASK_UNINTERRUPTIBLE); __fscache_disable_cookie()
H A Dobject.c798 * the appropriate sleep mode (such as TASK_UNINTERRUPTIBLE) and tested its own
H A Dpage.c369 TASK_UNINTERRUPTIBLE); fscache_wait_for_operation_activation()
/linux-4.1.27/net/atm/
H A Dsvc.c55 prepare_to_wait(sk_sleep(sk), &wait, TASK_UNINTERRUPTIBLE); svc_disconnect() local
131 prepare_to_wait(sk_sleep(sk), &wait, TASK_UNINTERRUPTIBLE); svc_bind() local
302 prepare_to_wait(sk_sleep(sk), &wait, TASK_UNINTERRUPTIBLE); svc_listen() local
394 TASK_UNINTERRUPTIBLE); svc_accept()
439 prepare_to_wait(sk_sleep(sk), &wait, TASK_UNINTERRUPTIBLE); svc_change_qos() local
/linux-4.1.27/drivers/md/
H A Ddm-bufio.c699 wait_on_bit_lock_io(&b->state, B_WRITING, TASK_UNINTERRUPTIBLE); __write_dirty_buffer()
733 wait_on_bit_io(&b->state, B_READING, TASK_UNINTERRUPTIBLE); __make_buffer_clean()
735 wait_on_bit_io(&b->state, B_WRITING, TASK_UNINTERRUPTIBLE); __make_buffer_clean()
784 set_task_state(current, TASK_UNINTERRUPTIBLE); __wait_for_free_buffer()
1070 wait_on_bit_io(&b->state, B_READING, TASK_UNINTERRUPTIBLE); new_read()
1250 TASK_UNINTERRUPTIBLE); dm_bufio_write_dirty_buffers()
1255 TASK_UNINTERRUPTIBLE); dm_bufio_write_dirty_buffers()
1360 TASK_UNINTERRUPTIBLE); dm_bufio_release_move()
1367 TASK_UNINTERRUPTIBLE); dm_bufio_release_move()
1380 TASK_UNINTERRUPTIBLE); dm_bufio_release_move()
H A Ddm.c3355 * Using TASK_UNINTERRUPTIBLE because only NOFLUSH internal suspend is __dm_internal_suspend()
3360 (void) __dm_suspend(md, map, suspend_flags, TASK_UNINTERRUPTIBLE); __dm_internal_suspend()
3419 dm_wait_for_completion(md, TASK_UNINTERRUPTIBLE); dm_internal_suspend_fast()
H A Ddm-mpath.c914 set_current_state(TASK_UNINTERRUPTIBLE); multipath_wait_for_pg_init_completion()
H A Ddm-snap.c1089 wait_on_bit(&s->state_bits, RUNNING_MERGE, TASK_UNINTERRUPTIBLE); stop_merge()
H A Draid5.c5090 TASK_UNINTERRUPTIBLE); make_discard_request()
5187 prepare_to_wait(&conf->wait_for_overlap, &w, TASK_UNINTERRUPTIBLE); make_request()
5198 TASK_UNINTERRUPTIBLE); make_request()
H A Dbitmap.c1391 TASK_UNINTERRUPTIBLE); bitmap_startwrite()
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/
H A Dlinux-debug.c165 set_task_state(current, TASK_UNINTERRUPTIBLE); lbug_with_loc()
/linux-4.1.27/fs/jffs2/
H A Dos-linux.h44 set_current_state(TASK_UNINTERRUPTIBLE); \
H A Dnodemgmt.c175 set_current_state(TASK_UNINTERRUPTIBLE); jffs2_reserve_space()
/linux-4.1.27/drivers/mtd/chips/
H A Dcfi_cmdset_0020.c351 set_current_state(TASK_UNINTERRUPTIBLE); do_read_onechip()
484 set_current_state(TASK_UNINTERRUPTIBLE); do_write_buffer()
541 set_current_state(TASK_UNINTERRUPTIBLE); do_write_buffer()
777 set_current_state(TASK_UNINTERRUPTIBLE); do_erase_oneblock()
806 set_current_state(TASK_UNINTERRUPTIBLE); do_erase_oneblock()
1006 set_current_state(TASK_UNINTERRUPTIBLE); cfi_staa_sync()
1076 set_current_state(TASK_UNINTERRUPTIBLE); do_lock_oneblock()
1222 set_current_state(TASK_UNINTERRUPTIBLE); do_unlock_oneblock()
H A Dcfi_cmdset_0002.c871 set_current_state(TASK_UNINTERRUPTIBLE); get_chip()
1021 set_current_state(TASK_UNINTERRUPTIBLE); xip_udelay()
1221 set_current_state(TASK_UNINTERRUPTIBLE); do_read_secsi_onechip()
1618 set_current_state(TASK_UNINTERRUPTIBLE); do_write_oneword()
1690 set_current_state(TASK_UNINTERRUPTIBLE); cfi_amdstd_write_words()
1761 set_current_state(TASK_UNINTERRUPTIBLE); cfi_amdstd_write_words()
1867 set_current_state(TASK_UNINTERRUPTIBLE); do_write_buffer()
2278 set_current_state(TASK_UNINTERRUPTIBLE); do_erase_chip()
2367 set_current_state(TASK_UNINTERRUPTIBLE); do_erase_oneblock()
2759 set_current_state(TASK_UNINTERRUPTIBLE); cfi_amdstd_sync()
H A Dcfi_cmdset_0001.c882 set_current_state(TASK_UNINTERRUPTIBLE); chip_ready()
966 set_current_state(TASK_UNINTERRUPTIBLE); get_chip()
1186 set_current_state(TASK_UNINTERRUPTIBLE); xip_wait_for_operation()
1262 set_current_state(TASK_UNINTERRUPTIBLE); inval_cache_and_wait_for_operation()
/linux-4.1.27/fs/afs/
H A Dcell.c389 set_current_state(TASK_UNINTERRUPTIBLE); afs_cell_destroy()
394 set_current_state(TASK_UNINTERRUPTIBLE); afs_cell_destroy()
H A Dvnode.c307 set_current_state(TASK_UNINTERRUPTIBLE); afs_vnode_fetch_status()
330 set_current_state(TASK_UNINTERRUPTIBLE); afs_vnode_fetch_status()
H A Dcallback.c310 set_current_state(TASK_UNINTERRUPTIBLE); afs_give_up_callback()
H A Dvlocation.c131 set_current_state(TASK_UNINTERRUPTIBLE); afs_vlocation_access_vl_by_id()
/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.
H A Dklist.c253 set_current_state(TASK_UNINTERRUPTIBLE); klist_remove()
/linux-4.1.27/drivers/mtd/lpddr/
H A Dlpddr_cmds.c158 set_current_state(TASK_UNINTERRUPTIBLE); wait_for_ready()
257 set_current_state(TASK_UNINTERRUPTIBLE); get_chip()
324 set_current_state(TASK_UNINTERRUPTIBLE); chip_ready()
/linux-4.1.27/drivers/media/i2c/
H A Dsaa7110.c199 prepare_to_wait(&decoder->wq, &wait, TASK_UNINTERRUPTIBLE); determine_norm()
234 prepare_to_wait(&decoder->wq, &wait, TASK_UNINTERRUPTIBLE); determine_norm()
/linux-4.1.27/drivers/net/irda/
H A Dtoim3232-sir.c346 set_current_state(TASK_UNINTERRUPTIBLE); toim3232_reset()
353 set_current_state(TASK_UNINTERRUPTIBLE); toim3232_reset()
/linux-4.1.27/drivers/staging/lustre/lustre/fid/
H A Dfid_request.c227 set_current_state(TASK_UNINTERRUPTIBLE); seq_fid_alloc_prep()
380 set_current_state(TASK_UNINTERRUPTIBLE); seq_client_flush()
/linux-4.1.27/drivers/gpu/drm/nouveau/
H A Dnouveau_fence.c331 TASK_UNINTERRUPTIBLE); nouveau_fence_wait_legacy()
361 TASK_UNINTERRUPTIBLE); nouveau_fence_wait_busy()
/linux-4.1.27/mm/
H A Dbacking-dev.c517 prepare_to_wait(wqh, &wait, TASK_UNINTERRUPTIBLE); congestion_wait()
571 prepare_to_wait(wqh, &wait, TASK_UNINTERRUPTIBLE); wait_iff_congested()
H A Dhighmem.c246 __set_current_state(TASK_UNINTERRUPTIBLE); map_new_virtual()
H A Dmempool.c366 prepare_to_wait(&pool->wait, &wait, TASK_UNINTERRUPTIBLE); mempool_alloc()
H A Dfilemap.c685 TASK_UNINTERRUPTIBLE); wait_on_page_bit() local
812 TASK_UNINTERRUPTIBLE); __lock_page() local
H A Dmemory_hotplug.c116 __set_current_state(TASK_UNINTERRUPTIBLE); mem_hotplug_begin()
/linux-4.1.27/sound/pci/mixart/
H A Dmixart_core.c255 set_current_state(TASK_UNINTERRUPTIBLE); snd_mixart_send_msg()
307 set_current_state(TASK_UNINTERRUPTIBLE); snd_mixart_send_msg_wait_notif()
/linux-4.1.27/drivers/mfd/
H A Dti_am335x_tscadc.c75 TASK_UNINTERRUPTIBLE); am335x_tscadc_need_adc()
/linux-4.1.27/drivers/scsi/bfa/
H A Dbfad_im.c233 set_current_state(TASK_UNINTERRUPTIBLE); bfad_im_abort_handler()
1276 set_current_state(TASK_UNINTERRUPTIBLE); DEF_SCSI_QCMD()
1285 set_current_state(TASK_UNINTERRUPTIBLE); DEF_SCSI_QCMD()
1290 set_current_state(TASK_UNINTERRUPTIBLE); DEF_SCSI_QCMD()
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
H A Dpeer.c148 set_current_state(TASK_UNINTERRUPTIBLE); cfs_percpt_for_each()
H A Dacceptor.c374 set_current_state(TASK_UNINTERRUPTIBLE); lnet_acceptor()
H A Drouter.c779 set_current_state(TASK_UNINTERRUPTIBLE); lnet_wait_known_routerstate()
1157 set_current_state(TASK_UNINTERRUPTIBLE); lnet_prune_rc_data()
H A Dapi-ni.c992 set_current_state(TASK_UNINTERRUPTIBLE); lnet_shutdown_lndnis()
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
H A Dpll.c218 set_current_state(TASK_UNINTERRUPTIBLE); wait_for_bit_change()
H A Ddsi.c522 set_current_state(TASK_UNINTERRUPTIBLE); wait_for_bit_change()
2157 set_current_state(TASK_UNINTERRUPTIBLE); dsi_cio_init()
/linux-4.1.27/fs/nfs/blocklayout/
H A Drpc_pipefs.c94 set_current_state(TASK_UNINTERRUPTIBLE); bl_resolve_deviceid()
/linux-4.1.27/fs/nfs/
H A Dpagelist.c165 * with TASK_UNINTERRUPTIBLE), so there is no need to check the result.
179 TASK_UNINTERRUPTIBLE); nfs_page_group_lock()
198 TASK_UNINTERRUPTIBLE); nfs_page_group_lock_wait()
482 TASK_UNINTERRUPTIBLE); nfs_wait_on_request()
H A Dpnfs.c1432 TASK_UNINTERRUPTIBLE); pnfs_prepare_to_retry_layoutget()
1503 TASK_UNINTERRUPTIBLE); pnfs_update_layout()
/linux-4.1.27/arch/m68k/coldfire/
H A Dpci.c312 set_current_state(TASK_UNINTERRUPTIBLE); mcf_pci_init()
/linux-4.1.27/arch/s390/mm/
H A Dfault.c687 __set_task_state(tsk, TASK_UNINTERRUPTIBLE); pfault_interrupt()
703 __set_task_state(tsk, TASK_UNINTERRUPTIBLE); pfault_interrupt()
/linux-4.1.27/drivers/net/wireless/cw1200/
H A Dcw1200_spi.c208 set_current_state(TASK_UNINTERRUPTIBLE); cw1200_spi_lock()
/linux-4.1.27/drivers/atm/
H A Datmtcp.c79 set_current_state(TASK_UNINTERRUPTIBLE); atmtcp_send_control()
H A Deni.c864 set_current_state(TASK_UNINTERRUPTIBLE); close_rx()
877 set_current_state(TASK_UNINTERRUPTIBLE); close_rx()
893 set_current_state(TASK_UNINTERRUPTIBLE); close_rx()
1402 set_current_state(TASK_UNINTERRUPTIBLE); close_tx()
1412 set_current_state(TASK_UNINTERRUPTIBLE); close_tx()
H A Dambassador.c596 set_current_state(TASK_UNINTERRUPTIBLE); command_do()
603 set_current_state(TASK_UNINTERRUPTIBLE); command_do()
2041 set_current_state(TASK_UNINTERRUPTIBLE); amb_ucode_version()
2058 set_current_state(TASK_UNINTERRUPTIBLE); amb_esi()
H A Dhe.c2364 set_current_state(TASK_UNINTERRUPTIBLE); he_close()
2439 set_current_state(TASK_UNINTERRUPTIBLE); he_close()
H A Diphase.c2620 prepare_to_wait(&iadev->timeout_wait, &wait, TASK_UNINTERRUPTIBLE); ia_close()
/linux-4.1.27/drivers/md/persistent-data/
H A Ddm-block-manager.c130 set_task_state(current, TASK_UNINTERRUPTIBLE); __wait()
/linux-4.1.27/security/keys/
H A Dgc.c118 TASK_UNINTERRUPTIBLE); key_gc_keytype()
H A Drequest_key.c591 intr ? TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE); wait_for_key_construction()
/linux-4.1.27/drivers/infiniband/hw/cxgb4/
H A Ddevice.c1329 set_current_state(TASK_UNINTERRUPTIBLE); resume_queues()
1419 set_current_state(TASK_UNINTERRUPTIBLE); recover_lost_dbs()
1432 set_current_state(TASK_UNINTERRUPTIBLE); recover_queues()
/linux-4.1.27/drivers/staging/media/lirc/
H A Dlirc_zilog.c384 set_current_state(TASK_UNINTERRUPTIBLE); add_to_buf()
1061 set_current_state(TASK_UNINTERRUPTIBLE); send_code()
1187 set_current_state(TASK_UNINTERRUPTIBLE); write()
/linux-4.1.27/drivers/base/power/
H A Druntime.c485 TASK_UNINTERRUPTIBLE);
653 TASK_UNINTERRUPTIBLE);
1073 TASK_UNINTERRUPTIBLE); __pm_runtime_barrier()
H A Ddomain.c147 TASK_UNINTERRUPTIBLE); genpd_acquire_lock()
254 TASK_UNINTERRUPTIBLE);
742 TASK_UNINTERRUPTIBLE); pm_genpd_runtime_resume()
/linux-4.1.27/drivers/md/bcache/
H A Dclosure.h227 set_current_state(TASK_UNINTERRUPTIBLE); __closure_start_sleep()
H A Dalloc.c399 TASK_UNINTERRUPTIBLE); bch_bucket_alloc()
H A Dbtree.c845 TASK_UNINTERRUPTIBLE); mca_cannibalize_lock()
1159 TASK_UNINTERRUPTIBLE); for_each_cache()
H A Dsuper.c2077 TASK_UNINTERRUPTIBLE); bcache_reboot()
/linux-4.1.27/drivers/ide/
H A Dide-eh.c368 prepare_to_wait(&ide_park_wq, &wait, TASK_UNINTERRUPTIBLE); do_reset1()
/linux-4.1.27/drivers/net/wireless/prism54/
H A Dislpci_mgt.c458 prepare_to_wait(&priv->mgmt_wqueue, &wait, TASK_UNINTERRUPTIBLE); islpci_mgt_transaction()
H A Dislpci_dev.c495 prepare_to_wait(&priv->reset_done, &wait, TASK_UNINTERRUPTIBLE); islpci_reset_if()
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/
H A Dselftest.h577 set_current_state(TASK_UNINTERRUPTIBLE); \
H A Dconrpc.c1349 set_current_state(TASK_UNINTERRUPTIBLE); lstcon_rpc_cleanup_wait()
H A Drpc.c1594 set_current_state(TASK_UNINTERRUPTIBLE); srpc_startup()
/linux-4.1.27/drivers/dma-buf/
H A Dfence.c380 __set_current_state(TASK_UNINTERRUPTIBLE); fence_default_wait()
/linux-4.1.27/arch/x86/kernel/
H A Dkvm.c150 prepare_to_wait(&n.wq, &wait, TASK_UNINTERRUPTIBLE); kvm_async_pf_task_wait()
/linux-4.1.27/block/
H A Dblk-mq-tag.c272 prepare_to_wait(&bs->wait, &wait, TASK_UNINTERRUPTIBLE); bt_get()
H A Dblk-core.c1172 TASK_UNINTERRUPTIBLE); get_request()
/linux-4.1.27/drivers/block/
H A Dnull_blk.c202 prepare_to_wait(&nq->wait, &wait, TASK_UNINTERRUPTIBLE); alloc_cmd()
H A Dnvme-core.c1011 set_current_state(TASK_UNINTERRUPTIBLE); nvme_submit_sync_cmd()
/linux-4.1.27/drivers/video/fbdev/omap/
H A Dlcd_mipid.c179 set_current_state(TASK_UNINTERRUPTIBLE); hw_guard_wait()
H A Dhwa742.c928 set_current_state(TASK_UNINTERRUPTIBLE); hwa742_resume()
/linux-4.1.27/fs/gfs2/
H A Drecovery.c607 TASK_UNINTERRUPTIBLE); gfs2_recover_journal()
H A Dlog.c357 TASK_UNINTERRUPTIBLE); gfs2_log_reserve()
508 TASK_UNINTERRUPTIBLE); log_flush_wait()
H A Dglock.c861 wait_on_bit(&gh->gh_iflags, HIF_WAIT, TASK_UNINTERRUPTIBLE); gfs2_glock_wait()
1101 wait_on_bit(&gl->gl_flags, GLF_DEMOTE, TASK_UNINTERRUPTIBLE); gfs2_glock_dq_wait()
H A Dlock_dlm.c973 TASK_UNINTERRUPTIBLE); control_first_done()
H A Dsuper.c885 TASK_UNINTERRUPTIBLE); gfs2_put_super()
/linux-4.1.27/sound/usb/line6/
H A Dpcm.c134 set_current_state(TASK_UNINTERRUPTIBLE); line6_wait_clear_audio_urbs()
/linux-4.1.27/drivers/media/usb/dvb-usb-v2/
H A Ddvb_usb_core.c269 wait_on_bit(&adap->state_bits, ADAP_INIT, TASK_UNINTERRUPTIBLE); dvb_usb_start_feed()
619 TASK_UNINTERRUPTIBLE); dvb_usb_fe_sleep()
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
H A Dlov_object.c318 set_current_state(TASK_UNINTERRUPTIBLE); lov_subobject_kill()
322 set_current_state(TASK_UNINTERRUPTIBLE); lov_subobject_kill()
/linux-4.1.27/drivers/tty/serial/cpm_uart/
H A Dcpm_uart_core.c445 set_current_state(TASK_UNINTERRUPTIBLE); cpm_uart_wait_until_send()
466 set_current_state(TASK_UNINTERRUPTIBLE); cpm_uart_shutdown()
/linux-4.1.27/fs/nfsd/
H A Dnfs4recover.c671 set_current_state(TASK_UNINTERRUPTIBLE); __cld_pipe_upcall()
1271 TASK_UNINTERRUPTIBLE); nfsd4_cltrack_upcall_lock()
/linux-4.1.27/kernel/debug/kdb/
H A Dkdb_support.c572 res |= TASK_UNINTERRUPTIBLE; kdb_task_state_string()
633 (p->state & TASK_UNINTERRUPTIBLE) ? 'D' : kdb_task_state_char()
/linux-4.1.27/fs/jbd/
H A Dtransaction.c154 &wait, TASK_UNINTERRUPTIBLE); start_this_handle()
180 TASK_UNINTERRUPTIBLE); start_this_handle()
471 TASK_UNINTERRUPTIBLE); journal_lock_updates()
646 TASK_UNINTERRUPTIBLE); do_get_write_access()
1430 set_current_state(TASK_UNINTERRUPTIBLE); journal_stop()
H A Dcommit.c358 TASK_UNINTERRUPTIBLE); journal_commit_transaction()
/linux-4.1.27/drivers/hwmon/
H A Dabituguru.c368 set_current_state(TASK_UNINTERRUPTIBLE); abituguru_send_address()
543 set_current_state(TASK_UNINTERRUPTIBLE); abituguru_detect_bank1_sensor_type()
580 set_current_state(TASK_UNINTERRUPTIBLE); abituguru_detect_bank1_sensor_type()
/linux-4.1.27/kernel/time/
H A Dtimer.c1455 * %TASK_UNINTERRUPTIBLE - at least @timeout jiffies are guaranteed to
1542 __set_current_state(TASK_UNINTERRUPTIBLE); schedule_timeout_uninterruptible()
1717 __set_current_state(TASK_UNINTERRUPTIBLE); usleep_range()
H A Dhrtimer.c1806 * %TASK_UNINTERRUPTIBLE - at least @timeout time is guaranteed to
1836 * %TASK_UNINTERRUPTIBLE - at least @timeout time is guaranteed to
/linux-4.1.27/drivers/mtd/
H A Dmtdconcat.c362 set_current_state(TASK_UNINTERRUPTIBLE); concat_dev_erase()
H A Dmtdchar.c706 set_current_state(TASK_UNINTERRUPTIBLE); mtdchar_ioctl()
/linux-4.1.27/drivers/media/pci/cx18/
H A Dcx18-mailbox.c691 prepare_to_wait(waitq, &w, TASK_UNINTERRUPTIBLE); cx18_api_call()
H A Dcx18-driver.c289 set_current_state(intr ? TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE); cx18_msleep_timeout()
/linux-4.1.27/drivers/media/pci/pt3/
H A Dpt3.c466 set_current_state(TASK_UNINTERRUPTIBLE); pt3_fetch_thread()
/linux-4.1.27/drivers/misc/
H A Dlkdtm.c437 set_current_state(TASK_UNINTERRUPTIBLE); lkdtm_do_action()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
H A Dlustre_lib.h556 TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE; \
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
H A Dsec_bulk.c545 set_current_state(TASK_UNINTERRUPTIBLE); sptlrpc_enc_pool_get_pages()
/linux-4.1.27/drivers/pci/
H A Daccess.c225 set_current_state(TASK_UNINTERRUPTIBLE); pci_wait_cfg()
/linux-4.1.27/drivers/gpu/drm/i915/
H A Dintel_i2c.c227 TASK_UNINTERRUPTIBLE); gmbus_wait_hw_status()
H A Dintel_sprite.c114 prepare_to_wait(wq, &wait, TASK_UNINTERRUPTIBLE); intel_pipe_update_start()
/linux-4.1.27/arch/x86/xen/
H A Dsmp.c498 __set_current_state(TASK_UNINTERRUPTIBLE); xen_cpu_die()
/linux-4.1.27/fs/ocfs2/dlm/
H A Ddlmthread.c69 set_current_state(TASK_UNINTERRUPTIBLE); __dlm_wait_on_lockres_flags()
/linux-4.1.27/drivers/video/fbdev/omap2/displays-new/
H A Dpanel-sony-acx565akm.c194 set_current_state(TASK_UNINTERRUPTIBLE); hw_guard_wait()
H A Dpanel-dsi-cm.c107 set_current_state(TASK_UNINTERRUPTIBLE); hw_guard_wait()
/linux-4.1.27/fs/jbd2/
H A Dtransaction.c157 TASK_UNINTERRUPTIBLE);
711 TASK_UNINTERRUPTIBLE); jbd2_journal_lock_updates()
901 TASK_UNINTERRUPTIBLE); do_get_write_access()
1618 set_current_state(TASK_UNINTERRUPTIBLE); jbd2_journal_stop()
H A Dcommit.c458 TASK_UNINTERRUPTIBLE); jbd2_journal_commit_transaction()
/linux-4.1.27/fs/coda/
H A Dupcall.c624 set_current_state(TASK_UNINTERRUPTIBLE); coda_waitfor_upcall()
/linux-4.1.27/net/rds/
H A Dib_rdma.c595 TASK_UNINTERRUPTIBLE); rds_ib_flush_mr_pool()
/linux-4.1.27/drivers/tty/serial/
H A Ducc_uart.c829 set_current_state(TASK_UNINTERRUPTIBLE); qe_uart_shutdown()
835 set_current_state(TASK_UNINTERRUPTIBLE); qe_uart_shutdown()
/linux-4.1.27/drivers/isdn/hardware/mISDN/
H A Dhfcpci.c224 set_current_state(TASK_UNINTERRUPTIBLE); reset_hfcpci()
1758 set_current_state(TASK_UNINTERRUPTIBLE); init_card()
H A Dhfcmulti.c1380 set_current_state(TASK_UNINTERRUPTIBLE); init_chip()
1439 set_current_state(TASK_UNINTERRUPTIBLE); init_chip()
4310 set_current_state(TASK_UNINTERRUPTIBLE); init_card()
/linux-4.1.27/drivers/net/usb/
H A Dusbnet.c761 set_current_state(TASK_UNINTERRUPTIBLE); usbnet_terminate_urbs()
770 set_current_state(TASK_UNINTERRUPTIBLE); usbnet_terminate_urbs()
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/
H A Dsocklnd.c2322 set_current_state(TASK_UNINTERRUPTIBLE);
2566 set_current_state(TASK_UNINTERRUPTIBLE); ksocknal_shutdown()
H A Dsocklnd_cb.c192 set_current_state(TASK_UNINTERRUPTIBLE); ksocknal_transmit()
349 set_current_state(TASK_UNINTERRUPTIBLE); ksocknal_receive()
/linux-4.1.27/drivers/block/drbd/
H A Ddrbd_req.c984 prepare_to_wait(&device->misc_wait, &wait, TASK_UNINTERRUPTIBLE); complete_conflicting_writes()
1417 prepare_to_wait(&device->al_wait, &wait, TASK_UNINTERRUPTIBLE); do_submit()
/linux-4.1.27/drivers/macintosh/
H A Dsmu.c1287 set_current_state(TASK_UNINTERRUPTIBLE); smu_release()
/linux-4.1.27/drivers/scsi/
H A Dppa.c1017 prepare_to_wait(&waiting, &wait, TASK_UNINTERRUPTIBLE); __ppa_attach()
H A Dimm.c1157 prepare_to_wait(&waiting, &wait, TASK_UNINTERRUPTIBLE); __imm_attach()
/linux-4.1.27/drivers/scsi/libsas/
H A Dsas_scsi_host.c428 prepare_to_wait(&ha->eh_wait_q, &wait, TASK_UNINTERRUPTIBLE); sas_wait_eh()
/linux-4.1.27/drivers/spi/
H A Dspi-ep93xx.c646 set_current_state(TASK_UNINTERRUPTIBLE); ep93xx_spi_process_transfer()
/linux-4.1.27/drivers/staging/lustre/lustre/lclient/
H A Dlcommon_cl.c1172 set_current_state(TASK_UNINTERRUPTIBLE); cl_object_put_last()
/linux-4.1.27/drivers/gpu/drm/radeon/
H A Dradeon_fence.c1063 set_current_state(TASK_UNINTERRUPTIBLE); radeon_fence_default_wait()
/linux-4.1.27/drivers/gpu/vga/
H A Dvgaarb.c396 TASK_UNINTERRUPTIBLE); vga_get()
/linux-4.1.27/fs/xfs/
H A Dxfs_log_priv.h555 __set_current_state(TASK_UNINTERRUPTIBLE); xlog_wait()
H A Dxfs_trans_ail.c603 prepare_to_wait(&ailp->xa_empty, &wait, TASK_UNINTERRUPTIBLE); xfs_ail_push_all_sync()
H A Dxfs_buf.c999 set_current_state(TASK_UNINTERRUPTIBLE); xfs_buf_wait_unpin()
H A Dxfs_inode.c551 prepare_to_wait_exclusive(wq, &wait.wait, TASK_UNINTERRUPTIBLE); __xfs_iflock()
2485 prepare_to_wait(wq, &wait.wait, TASK_UNINTERRUPTIBLE); __xfs_iunpin_wait()
/linux-4.1.27/fs/btrfs/
H A Dcompression.c799 prepare_to_wait(workspace_wait, &wait, TASK_UNINTERRUPTIBLE); find_workspace()
H A Dextent_io.c732 prepare_to_wait(&state->wq, &wait, TASK_UNINTERRUPTIBLE);
3604 TASK_UNINTERRUPTIBLE); wait_on_extent_buffer_writeback()
H A Dtree-log.c2551 &wait, TASK_UNINTERRUPTIBLE); wait_log_commit()
2571 &wait, TASK_UNINTERRUPTIBLE); wait_for_writer()
/linux-4.1.27/fs/cachefiles/
H A Dnamei.c222 prepare_to_wait(wq, &wait, TASK_UNINTERRUPTIBLE); cachefiles_mark_object_active()
/linux-4.1.27/fs/f2fs/
H A Dcheckpoint.c864 prepare_to_wait(&sbi->cp_wait, &wait, TASK_UNINTERRUPTIBLE); wait_on_all_pages_writeback()
/linux-4.1.27/net/sunrpc/
H A Dxprt.c1396 wait_on_bit_lock(&xprt->state, XPRT_LOCKED, TASK_UNINTERRUPTIBLE); xprt_destroy()
/linux-4.1.27/sound/core/
H A Dinit.c1030 set_current_state(TASK_UNINTERRUPTIBLE); snd_power_wait()
/linux-4.1.27/sound/isa/opti9xx/
H A Dmiro.c184 set_current_state(TASK_UNINTERRUPTIBLE); aci_busy_wait()
/linux-4.1.27/drivers/net/ethernet/sfc/
H A Def10.c2437 prepare_to_wait(&table->waitq, &wait, TASK_UNINTERRUPTIBLE); efx_ef10_filter_insert()
2595 prepare_to_wait(&table->waitq, &wait, TASK_UNINTERRUPTIBLE); efx_ef10_filter_remove_internal()
H A Dfalcon.c735 TASK_UNINTERRUPTIBLE : TASK_INTERRUPTIBLE); falcon_spi_slow_wait()
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/
H A Do2iblnd.c2707 set_current_state(TASK_UNINTERRUPTIBLE); kiblnd_base_shutdown()
2768 set_current_state(TASK_UNINTERRUPTIBLE); kiblnd_shutdown()
/linux-4.1.27/drivers/usb/serial/
H A Dio_edgeport.c955 TASK_UNINTERRUPTIBLE); block_until_chase_response()
1008 TASK_UNINTERRUPTIBLE); block_until_tx_empty()
/linux-4.1.27/drivers/media/pci/ivtv/
H A Divtv-driver.c365 set_current_state(intr ? TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE); ivtv_msleep_timeout()
H A Divtv-ioctl.c1149 TASK_UNINTERRUPTIBLE); ivtv_s_std_dec()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
H A Dgenops.c1545 set_current_state(TASK_UNINTERRUPTIBLE); obd_exports_barrier()
H A Dlu_object.c576 set_current_state(TASK_UNINTERRUPTIBLE); htable_lookup()
/linux-4.1.27/drivers/video/fbdev/
H A Dsa1100fb.c825 set_current_state(TASK_UNINTERRUPTIBLE); sa1100fb_disable_controller()
/linux-4.1.27/fs/kernfs/
H A Ddir.c1212 prepare_to_wait(waitq, &wait, TASK_UNINTERRUPTIBLE); kernfs_remove_self()
/linux-4.1.27/drivers/media/i2c/cx25840/
H A Dcx25840-core.c423 prepare_to_wait(&state->fw_wait, &wait, TASK_UNINTERRUPTIBLE); cx25840_initialize()
634 prepare_to_wait(&state->fw_wait, &wait, TASK_UNINTERRUPTIBLE); cx23885_initialize()
749 prepare_to_wait(&state->fw_wait, &wait, TASK_UNINTERRUPTIBLE); cx231xx_initialize()
/linux-4.1.27/drivers/s390/crypto/
H A Dap_bus.c1433 set_current_state(TASK_UNINTERRUPTIBLE); ap_scan_bus()
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/
H A Decho_client.c879 set_current_state(TASK_UNINTERRUPTIBLE); echo_device_free()
/linux-4.1.27/fs/nilfs2/
H A Dsegment.c2143 TASK_UNINTERRUPTIBLE | TASK_INTERRUPTIBLE, nilfs_segctor_wakeup()
/linux-4.1.27/arch/ia64/kernel/
H A Dmca.c1824 p->state = TASK_UNINTERRUPTIBLE; format_mca_init_stack()
/linux-4.1.27/sound/usb/
H A Dmidi.c1203 TASK_UNINTERRUPTIBLE); snd_usbmidi_output_drain()
/linux-4.1.27/drivers/mmc/core/
H A Dcore.c909 set_current_state(TASK_UNINTERRUPTIBLE); __mmc_claim_host()
/linux-4.1.27/drivers/scsi/qla4xxx/
H A Dql4_nx.c1571 set_current_state(TASK_UNINTERRUPTIBLE); qla4_82xx_cmdpeg_ready()
/linux-4.1.27/drivers/scsi/libfc/
H A Dfc_exch.c606 prepare_to_wait(&ep->resp_wq, &wait, TASK_UNINTERRUPTIBLE); fc_seq_set_resp()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_main.c2798 set_current_state(TASK_UNINTERRUPTIBLE); db_drop_task()

Completed in 8048 milliseconds

12