Home
last modified time | relevance | path

Searched refs:TASK_UNINTERRUPTIBLE (Results 1 – 200 of 235) sorted by relevance

12

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

12