/linux-4.1.27/kernel/ |
H A D | hung_task.c | 88 * 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 D | freezer.c | 69 set_current_state(TASK_UNINTERRUPTIBLE); __refrigerator()
|
H A D | kthread.c | 198 __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 D | pid_namespace.c | 258 set_current_state(TASK_UNINTERRUPTIBLE); zap_pid_ns_processes()
|
H A D | cpu.c | 167 prepare_to_wait(&cpu_hotplug.wq, &wait, TASK_UNINTERRUPTIBLE); cpu_hotplug_begin()
|
H A D | kmod.c | 395 TASK_UNINTERRUPTIBLE); usermodehelper_read_lock_wait()
|
H A D | exit.c | 420 set_task_state(tsk, TASK_UNINTERRUPTIBLE); exit_mm() 697 set_current_state(TASK_UNINTERRUPTIBLE); do_exit()
|
H A D | ptrace.c | 391 TASK_UNINTERRUPTIBLE); ptrace_attach()
|
H A D | resource.c | 1083 set_current_state(TASK_UNINTERRUPTIBLE); __request_region()
|
H A D | audit.c | 1316 set_current_state(TASK_UNINTERRUPTIBLE); wait_for_auditd()
|
/linux-4.1.27/fs/jfs/ |
H A D | jfs_lock.h | 41 set_current_state(TASK_UNINTERRUPTIBLE);\
|
H A D | jfs_metapage.c | 59 set_current_state(TASK_UNINTERRUPTIBLE); __lock_metapage()
|
H A D | jfs_logmgr.c | 1585 set_current_state(TASK_UNINTERRUPTIBLE); jfs_flush_journal()
|
/linux-4.1.27/fs/ |
H A D | fs_pin.c | 59 set_current_state(TASK_UNINTERRUPTIBLE); pin_kill()
|
H A D | mbcache.c | 689 TASK_UNINTERRUPTIBLE); hlist_bl_for_each_entry() 746 TASK_UNINTERRUPTIBLE); __mb_cache_entry_find()
|
H A D | fs-writeback.c | 380 TASK_UNINTERRUPTIBLE); 407 prepare_to_wait(wqh, &wait, TASK_UNINTERRUPTIBLE);
|
H A D | inode.c | 1777 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 D | super.c | 1247 TASK_UNINTERRUPTIBLE); sb_wait_write()
|
H A D | direct-io.c | 439 __set_current_state(TASK_UNINTERRUPTIBLE); dio_await_one()
|
H A D | block_dev.c | 774 prepare_to_wait(wq, &wait, TASK_UNINTERRUPTIBLE); bd_prepare_to_claim()
|
H A D | buffer.c | 66 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 D | completion.c | 122 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 D | rwsem-spinlock.c | 144 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 D | semaphore.c | 238 __down_common(sem, TASK_UNINTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT); __down() 253 return __down_common(sem, TASK_UNINTERRUPTIBLE, timeout); __down_timeout()
|
H A D | rwsem-xadd.c | 247 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 D | mutex.c | 564 * 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 D | rtmutex.c | 1093 * or TASK_UNINTERRUPTIBLE) 1383 rt_mutex_fastlock(lock, TASK_UNINTERRUPTIBLE, rt_mutex_slowlock); rt_mutex_lock()
|
/linux-4.1.27/drivers/tty/ |
H A D | tty_ldsem.c | 235 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 D | bfin_jtag_comm.c | 78 __set_current_state(TASK_UNINTERRUPTIBLE); bfin_jc_emudat_manager()
|
H A D | sysrq.c | 286 show_state_filter(TASK_UNINTERRUPTIBLE); sysrq_handle_showstate_blocked()
|
/linux-4.1.27/include/linux/ |
H A D | wait.h | 247 (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 D | writeback.h | 107 wait_on_bit(&inode->i_state, __I_NEW, TASK_UNINTERRUPTIBLE); wait_on_inode()
|
H A D | sched.h | 204 #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 D | obd.h | 98 set_current_state(TASK_UNINTERRUPTIBLE); __client_obd_list_lock()
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/ |
H A D | fail.c | 132 set_current_state(TASK_UNINTERRUPTIBLE); __cfs_fail_timeout_set()
|
H A D | workitem.c | 337 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 D | vmwgfx_irq.c | 142 TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE); vmw_fallback_wait() 161 TASK_UNINTERRUPTIBLE); vmw_fallback_wait()
|
H A D | vmwgfx_fifo.c | 233 TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE); vmw_fifo_wait_noirq()
|
H A D | vmwgfx_fence.c | 207 __set_current_state(TASK_UNINTERRUPTIBLE); vmw_fence_wait()
|
/linux-4.1.27/net/rxrpc/ |
H A D | ar-local.c | 307 set_current_state(TASK_UNINTERRUPTIBLE); rxrpc_destroy_all_locals() 312 set_current_state(TASK_UNINTERRUPTIBLE); rxrpc_destroy_all_locals()
|
H A D | ar-peer.c | 290 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 D | cookie.c | 163 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 D | object.c | 798 * the appropriate sleep mode (such as TASK_UNINTERRUPTIBLE) and tested its own
|
H A D | page.c | 369 TASK_UNINTERRUPTIBLE); fscache_wait_for_operation_activation()
|
/linux-4.1.27/net/atm/ |
H A D | svc.c | 55 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 D | dm-bufio.c | 699 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 D | dm.c | 3355 * 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 D | dm-mpath.c | 914 set_current_state(TASK_UNINTERRUPTIBLE); multipath_wait_for_pg_init_completion()
|
H A D | dm-snap.c | 1089 wait_on_bit(&s->state_bits, RUNNING_MERGE, TASK_UNINTERRUPTIBLE); stop_merge()
|
H A D | raid5.c | 5090 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 D | bitmap.c | 1391 TASK_UNINTERRUPTIBLE); bitmap_startwrite()
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/ |
H A D | linux-debug.c | 165 set_task_state(current, TASK_UNINTERRUPTIBLE); lbug_with_loc()
|
/linux-4.1.27/fs/jffs2/ |
H A D | os-linux.h | 44 set_current_state(TASK_UNINTERRUPTIBLE); \
|
H A D | nodemgmt.c | 175 set_current_state(TASK_UNINTERRUPTIBLE); jffs2_reserve_space()
|
/linux-4.1.27/drivers/mtd/chips/ |
H A D | cfi_cmdset_0020.c | 351 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 D | cfi_cmdset_0002.c | 871 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 D | cfi_cmdset_0001.c | 882 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 D | cell.c | 389 set_current_state(TASK_UNINTERRUPTIBLE); afs_cell_destroy() 394 set_current_state(TASK_UNINTERRUPTIBLE); afs_cell_destroy()
|
H A D | vnode.c | 307 set_current_state(TASK_UNINTERRUPTIBLE); afs_vnode_fetch_status() 330 set_current_state(TASK_UNINTERRUPTIBLE); afs_vnode_fetch_status()
|
H A D | callback.c | 310 set_current_state(TASK_UNINTERRUPTIBLE); afs_give_up_callback()
|
H A D | vlocation.c | 131 set_current_state(TASK_UNINTERRUPTIBLE); afs_vlocation_access_vl_by_id()
|
/linux-4.1.27/lib/ |
H A D | percpu_ida.c | 135 * TASK_UNINTERRUPTIBLE | TASK_INTERRUPTIBLE, of course). 142 * Will not fail if passed TASK_UNINTERRUPTIBLE | TASK_INTERRUPTIBLE.
|
H A D | klist.c | 253 set_current_state(TASK_UNINTERRUPTIBLE); klist_remove()
|
/linux-4.1.27/drivers/mtd/lpddr/ |
H A D | lpddr_cmds.c | 158 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 D | saa7110.c | 199 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 D | toim3232-sir.c | 346 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 D | fid_request.c | 227 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 D | nouveau_fence.c | 331 TASK_UNINTERRUPTIBLE); nouveau_fence_wait_legacy() 361 TASK_UNINTERRUPTIBLE); nouveau_fence_wait_busy()
|
/linux-4.1.27/mm/ |
H A D | backing-dev.c | 517 prepare_to_wait(wqh, &wait, TASK_UNINTERRUPTIBLE); congestion_wait() 571 prepare_to_wait(wqh, &wait, TASK_UNINTERRUPTIBLE); wait_iff_congested()
|
H A D | highmem.c | 246 __set_current_state(TASK_UNINTERRUPTIBLE); map_new_virtual()
|
H A D | mempool.c | 366 prepare_to_wait(&pool->wait, &wait, TASK_UNINTERRUPTIBLE); mempool_alloc()
|
H A D | filemap.c | 685 TASK_UNINTERRUPTIBLE); wait_on_page_bit() local 812 TASK_UNINTERRUPTIBLE); __lock_page() local
|
H A D | memory_hotplug.c | 116 __set_current_state(TASK_UNINTERRUPTIBLE); mem_hotplug_begin()
|
/linux-4.1.27/sound/pci/mixart/ |
H A D | mixart_core.c | 255 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 D | ti_am335x_tscadc.c | 75 TASK_UNINTERRUPTIBLE); am335x_tscadc_need_adc()
|
/linux-4.1.27/drivers/scsi/bfa/ |
H A D | bfad_im.c | 233 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 D | peer.c | 148 set_current_state(TASK_UNINTERRUPTIBLE); cfs_percpt_for_each()
|
H A D | acceptor.c | 374 set_current_state(TASK_UNINTERRUPTIBLE); lnet_acceptor()
|
H A D | router.c | 779 set_current_state(TASK_UNINTERRUPTIBLE); lnet_wait_known_routerstate() 1157 set_current_state(TASK_UNINTERRUPTIBLE); lnet_prune_rc_data()
|
H A D | api-ni.c | 992 set_current_state(TASK_UNINTERRUPTIBLE); lnet_shutdown_lndnis()
|
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
H A D | pll.c | 218 set_current_state(TASK_UNINTERRUPTIBLE); wait_for_bit_change()
|
H A D | dsi.c | 522 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 D | rpc_pipefs.c | 94 set_current_state(TASK_UNINTERRUPTIBLE); bl_resolve_deviceid()
|
/linux-4.1.27/fs/nfs/ |
H A D | pagelist.c | 165 * 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 D | pnfs.c | 1432 TASK_UNINTERRUPTIBLE); pnfs_prepare_to_retry_layoutget() 1503 TASK_UNINTERRUPTIBLE); pnfs_update_layout()
|
/linux-4.1.27/arch/m68k/coldfire/ |
H A D | pci.c | 312 set_current_state(TASK_UNINTERRUPTIBLE); mcf_pci_init()
|
/linux-4.1.27/arch/s390/mm/ |
H A D | fault.c | 687 __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 D | cw1200_spi.c | 208 set_current_state(TASK_UNINTERRUPTIBLE); cw1200_spi_lock()
|
/linux-4.1.27/drivers/atm/ |
H A D | atmtcp.c | 79 set_current_state(TASK_UNINTERRUPTIBLE); atmtcp_send_control()
|
H A D | eni.c | 864 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 D | ambassador.c | 596 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 D | he.c | 2364 set_current_state(TASK_UNINTERRUPTIBLE); he_close() 2439 set_current_state(TASK_UNINTERRUPTIBLE); he_close()
|
H A D | iphase.c | 2620 prepare_to_wait(&iadev->timeout_wait, &wait, TASK_UNINTERRUPTIBLE); ia_close()
|
/linux-4.1.27/drivers/md/persistent-data/ |
H A D | dm-block-manager.c | 130 set_task_state(current, TASK_UNINTERRUPTIBLE); __wait()
|
/linux-4.1.27/security/keys/ |
H A D | gc.c | 118 TASK_UNINTERRUPTIBLE); key_gc_keytype()
|
H A D | request_key.c | 591 intr ? TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE); wait_for_key_construction()
|
/linux-4.1.27/drivers/infiniband/hw/cxgb4/ |
H A D | device.c | 1329 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 D | lirc_zilog.c | 384 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 D | runtime.c | 485 TASK_UNINTERRUPTIBLE); 653 TASK_UNINTERRUPTIBLE); 1073 TASK_UNINTERRUPTIBLE); __pm_runtime_barrier()
|
H A D | domain.c | 147 TASK_UNINTERRUPTIBLE); genpd_acquire_lock() 254 TASK_UNINTERRUPTIBLE); 742 TASK_UNINTERRUPTIBLE); pm_genpd_runtime_resume()
|
/linux-4.1.27/drivers/md/bcache/ |
H A D | closure.h | 227 set_current_state(TASK_UNINTERRUPTIBLE); __closure_start_sleep()
|
H A D | alloc.c | 399 TASK_UNINTERRUPTIBLE); bch_bucket_alloc()
|
H A D | btree.c | 845 TASK_UNINTERRUPTIBLE); mca_cannibalize_lock() 1159 TASK_UNINTERRUPTIBLE); for_each_cache()
|
H A D | super.c | 2077 TASK_UNINTERRUPTIBLE); bcache_reboot()
|
/linux-4.1.27/drivers/ide/ |
H A D | ide-eh.c | 368 prepare_to_wait(&ide_park_wq, &wait, TASK_UNINTERRUPTIBLE); do_reset1()
|
/linux-4.1.27/drivers/net/wireless/prism54/ |
H A D | islpci_mgt.c | 458 prepare_to_wait(&priv->mgmt_wqueue, &wait, TASK_UNINTERRUPTIBLE); islpci_mgt_transaction()
|
H A D | islpci_dev.c | 495 prepare_to_wait(&priv->reset_done, &wait, TASK_UNINTERRUPTIBLE); islpci_reset_if()
|
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/ |
H A D | selftest.h | 577 set_current_state(TASK_UNINTERRUPTIBLE); \
|
H A D | conrpc.c | 1349 set_current_state(TASK_UNINTERRUPTIBLE); lstcon_rpc_cleanup_wait()
|
H A D | rpc.c | 1594 set_current_state(TASK_UNINTERRUPTIBLE); srpc_startup()
|
/linux-4.1.27/drivers/dma-buf/ |
H A D | fence.c | 380 __set_current_state(TASK_UNINTERRUPTIBLE); fence_default_wait()
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | kvm.c | 150 prepare_to_wait(&n.wq, &wait, TASK_UNINTERRUPTIBLE); kvm_async_pf_task_wait()
|
/linux-4.1.27/block/ |
H A D | blk-mq-tag.c | 272 prepare_to_wait(&bs->wait, &wait, TASK_UNINTERRUPTIBLE); bt_get()
|
H A D | blk-core.c | 1172 TASK_UNINTERRUPTIBLE); get_request()
|
/linux-4.1.27/drivers/block/ |
H A D | null_blk.c | 202 prepare_to_wait(&nq->wait, &wait, TASK_UNINTERRUPTIBLE); alloc_cmd()
|
H A D | nvme-core.c | 1011 set_current_state(TASK_UNINTERRUPTIBLE); nvme_submit_sync_cmd()
|
/linux-4.1.27/drivers/video/fbdev/omap/ |
H A D | lcd_mipid.c | 179 set_current_state(TASK_UNINTERRUPTIBLE); hw_guard_wait()
|
H A D | hwa742.c | 928 set_current_state(TASK_UNINTERRUPTIBLE); hwa742_resume()
|
/linux-4.1.27/fs/gfs2/ |
H A D | recovery.c | 607 TASK_UNINTERRUPTIBLE); gfs2_recover_journal()
|
H A D | log.c | 357 TASK_UNINTERRUPTIBLE); gfs2_log_reserve() 508 TASK_UNINTERRUPTIBLE); log_flush_wait()
|
H A D | glock.c | 861 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 D | lock_dlm.c | 973 TASK_UNINTERRUPTIBLE); control_first_done()
|
H A D | super.c | 885 TASK_UNINTERRUPTIBLE); gfs2_put_super()
|
/linux-4.1.27/sound/usb/line6/ |
H A D | pcm.c | 134 set_current_state(TASK_UNINTERRUPTIBLE); line6_wait_clear_audio_urbs()
|
/linux-4.1.27/drivers/media/usb/dvb-usb-v2/ |
H A D | dvb_usb_core.c | 269 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 D | lov_object.c | 318 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 D | cpm_uart_core.c | 445 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 D | nfs4recover.c | 671 set_current_state(TASK_UNINTERRUPTIBLE); __cld_pipe_upcall() 1271 TASK_UNINTERRUPTIBLE); nfsd4_cltrack_upcall_lock()
|
/linux-4.1.27/kernel/debug/kdb/ |
H A D | kdb_support.c | 572 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 D | transaction.c | 154 &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 D | commit.c | 358 TASK_UNINTERRUPTIBLE); journal_commit_transaction()
|
/linux-4.1.27/drivers/hwmon/ |
H A D | abituguru.c | 368 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 D | timer.c | 1455 * %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 D | hrtimer.c | 1806 * %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 D | mtdconcat.c | 362 set_current_state(TASK_UNINTERRUPTIBLE); concat_dev_erase()
|
H A D | mtdchar.c | 706 set_current_state(TASK_UNINTERRUPTIBLE); mtdchar_ioctl()
|
/linux-4.1.27/drivers/media/pci/cx18/ |
H A D | cx18-mailbox.c | 691 prepare_to_wait(waitq, &w, TASK_UNINTERRUPTIBLE); cx18_api_call()
|
H A D | cx18-driver.c | 289 set_current_state(intr ? TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE); cx18_msleep_timeout()
|
/linux-4.1.27/drivers/media/pci/pt3/ |
H A D | pt3.c | 466 set_current_state(TASK_UNINTERRUPTIBLE); pt3_fetch_thread()
|
/linux-4.1.27/drivers/misc/ |
H A D | lkdtm.c | 437 set_current_state(TASK_UNINTERRUPTIBLE); lkdtm_do_action()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
H A D | lustre_lib.h | 556 TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE; \
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
H A D | sec_bulk.c | 545 set_current_state(TASK_UNINTERRUPTIBLE); sptlrpc_enc_pool_get_pages()
|
/linux-4.1.27/drivers/pci/ |
H A D | access.c | 225 set_current_state(TASK_UNINTERRUPTIBLE); pci_wait_cfg()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
H A D | intel_i2c.c | 227 TASK_UNINTERRUPTIBLE); gmbus_wait_hw_status()
|
H A D | intel_sprite.c | 114 prepare_to_wait(wq, &wait, TASK_UNINTERRUPTIBLE); intel_pipe_update_start()
|
/linux-4.1.27/arch/x86/xen/ |
H A D | smp.c | 498 __set_current_state(TASK_UNINTERRUPTIBLE); xen_cpu_die()
|
/linux-4.1.27/fs/ocfs2/dlm/ |
H A D | dlmthread.c | 69 set_current_state(TASK_UNINTERRUPTIBLE); __dlm_wait_on_lockres_flags()
|
/linux-4.1.27/drivers/video/fbdev/omap2/displays-new/ |
H A D | panel-sony-acx565akm.c | 194 set_current_state(TASK_UNINTERRUPTIBLE); hw_guard_wait()
|
H A D | panel-dsi-cm.c | 107 set_current_state(TASK_UNINTERRUPTIBLE); hw_guard_wait()
|
/linux-4.1.27/fs/jbd2/ |
H A D | transaction.c | 157 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 D | commit.c | 458 TASK_UNINTERRUPTIBLE); jbd2_journal_commit_transaction()
|
/linux-4.1.27/fs/coda/ |
H A D | upcall.c | 624 set_current_state(TASK_UNINTERRUPTIBLE); coda_waitfor_upcall()
|
/linux-4.1.27/net/rds/ |
H A D | ib_rdma.c | 595 TASK_UNINTERRUPTIBLE); rds_ib_flush_mr_pool()
|
/linux-4.1.27/drivers/tty/serial/ |
H A D | ucc_uart.c | 829 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 D | hfcpci.c | 224 set_current_state(TASK_UNINTERRUPTIBLE); reset_hfcpci() 1758 set_current_state(TASK_UNINTERRUPTIBLE); init_card()
|
H A D | hfcmulti.c | 1380 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 D | usbnet.c | 761 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 D | socklnd.c | 2322 set_current_state(TASK_UNINTERRUPTIBLE); 2566 set_current_state(TASK_UNINTERRUPTIBLE); ksocknal_shutdown()
|
H A D | socklnd_cb.c | 192 set_current_state(TASK_UNINTERRUPTIBLE); ksocknal_transmit() 349 set_current_state(TASK_UNINTERRUPTIBLE); ksocknal_receive()
|
/linux-4.1.27/drivers/block/drbd/ |
H A D | drbd_req.c | 984 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 D | smu.c | 1287 set_current_state(TASK_UNINTERRUPTIBLE); smu_release()
|
/linux-4.1.27/drivers/scsi/ |
H A D | ppa.c | 1017 prepare_to_wait(&waiting, &wait, TASK_UNINTERRUPTIBLE); __ppa_attach()
|
H A D | imm.c | 1157 prepare_to_wait(&waiting, &wait, TASK_UNINTERRUPTIBLE); __imm_attach()
|
/linux-4.1.27/drivers/scsi/libsas/ |
H A D | sas_scsi_host.c | 428 prepare_to_wait(&ha->eh_wait_q, &wait, TASK_UNINTERRUPTIBLE); sas_wait_eh()
|
/linux-4.1.27/drivers/spi/ |
H A D | spi-ep93xx.c | 646 set_current_state(TASK_UNINTERRUPTIBLE); ep93xx_spi_process_transfer()
|
/linux-4.1.27/drivers/staging/lustre/lustre/lclient/ |
H A D | lcommon_cl.c | 1172 set_current_state(TASK_UNINTERRUPTIBLE); cl_object_put_last()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
H A D | radeon_fence.c | 1063 set_current_state(TASK_UNINTERRUPTIBLE); radeon_fence_default_wait()
|
/linux-4.1.27/drivers/gpu/vga/ |
H A D | vgaarb.c | 396 TASK_UNINTERRUPTIBLE); vga_get()
|
/linux-4.1.27/fs/xfs/ |
H A D | xfs_log_priv.h | 555 __set_current_state(TASK_UNINTERRUPTIBLE); xlog_wait()
|
H A D | xfs_trans_ail.c | 603 prepare_to_wait(&ailp->xa_empty, &wait, TASK_UNINTERRUPTIBLE); xfs_ail_push_all_sync()
|
H A D | xfs_buf.c | 999 set_current_state(TASK_UNINTERRUPTIBLE); xfs_buf_wait_unpin()
|
H A D | xfs_inode.c | 551 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 D | compression.c | 799 prepare_to_wait(workspace_wait, &wait, TASK_UNINTERRUPTIBLE); find_workspace()
|
H A D | extent_io.c | 732 prepare_to_wait(&state->wq, &wait, TASK_UNINTERRUPTIBLE); 3604 TASK_UNINTERRUPTIBLE); wait_on_extent_buffer_writeback()
|
H A D | tree-log.c | 2551 &wait, TASK_UNINTERRUPTIBLE); wait_log_commit() 2571 &wait, TASK_UNINTERRUPTIBLE); wait_for_writer()
|
/linux-4.1.27/fs/cachefiles/ |
H A D | namei.c | 222 prepare_to_wait(wq, &wait, TASK_UNINTERRUPTIBLE); cachefiles_mark_object_active()
|
/linux-4.1.27/fs/f2fs/ |
H A D | checkpoint.c | 864 prepare_to_wait(&sbi->cp_wait, &wait, TASK_UNINTERRUPTIBLE); wait_on_all_pages_writeback()
|
/linux-4.1.27/net/sunrpc/ |
H A D | xprt.c | 1396 wait_on_bit_lock(&xprt->state, XPRT_LOCKED, TASK_UNINTERRUPTIBLE); xprt_destroy()
|
/linux-4.1.27/sound/core/ |
H A D | init.c | 1030 set_current_state(TASK_UNINTERRUPTIBLE); snd_power_wait()
|
/linux-4.1.27/sound/isa/opti9xx/ |
H A D | miro.c | 184 set_current_state(TASK_UNINTERRUPTIBLE); aci_busy_wait()
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
H A D | ef10.c | 2437 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 D | falcon.c | 735 TASK_UNINTERRUPTIBLE : TASK_INTERRUPTIBLE); falcon_spi_slow_wait()
|
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
H A D | o2iblnd.c | 2707 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 D | io_edgeport.c | 955 TASK_UNINTERRUPTIBLE); block_until_chase_response() 1008 TASK_UNINTERRUPTIBLE); block_until_tx_empty()
|
/linux-4.1.27/drivers/media/pci/ivtv/ |
H A D | ivtv-driver.c | 365 set_current_state(intr ? TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE); ivtv_msleep_timeout()
|
H A D | ivtv-ioctl.c | 1149 TASK_UNINTERRUPTIBLE); ivtv_s_std_dec()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
H A D | genops.c | 1545 set_current_state(TASK_UNINTERRUPTIBLE); obd_exports_barrier()
|
H A D | lu_object.c | 576 set_current_state(TASK_UNINTERRUPTIBLE); htable_lookup()
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | sa1100fb.c | 825 set_current_state(TASK_UNINTERRUPTIBLE); sa1100fb_disable_controller()
|
/linux-4.1.27/fs/kernfs/ |
H A D | dir.c | 1212 prepare_to_wait(waitq, &wait, TASK_UNINTERRUPTIBLE); kernfs_remove_self()
|
/linux-4.1.27/drivers/media/i2c/cx25840/ |
H A D | cx25840-core.c | 423 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 D | ap_bus.c | 1433 set_current_state(TASK_UNINTERRUPTIBLE); ap_scan_bus()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/ |
H A D | echo_client.c | 879 set_current_state(TASK_UNINTERRUPTIBLE); echo_device_free()
|
/linux-4.1.27/fs/nilfs2/ |
H A D | segment.c | 2143 TASK_UNINTERRUPTIBLE | TASK_INTERRUPTIBLE, nilfs_segctor_wakeup()
|
/linux-4.1.27/arch/ia64/kernel/ |
H A D | mca.c | 1824 p->state = TASK_UNINTERRUPTIBLE; format_mca_init_stack()
|
/linux-4.1.27/sound/usb/ |
H A D | midi.c | 1203 TASK_UNINTERRUPTIBLE); snd_usbmidi_output_drain()
|
/linux-4.1.27/drivers/mmc/core/ |
H A D | core.c | 909 set_current_state(TASK_UNINTERRUPTIBLE); __mmc_claim_host()
|
/linux-4.1.27/drivers/scsi/qla4xxx/ |
H A D | ql4_nx.c | 1571 set_current_state(TASK_UNINTERRUPTIBLE); qla4_82xx_cmdpeg_ready()
|
/linux-4.1.27/drivers/scsi/libfc/ |
H A D | fc_exch.c | 606 prepare_to_wait(&ep->resp_wq, &wait, TASK_UNINTERRUPTIBLE); fc_seq_set_resp()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | cxgb3_main.c | 2798 set_current_state(TASK_UNINTERRUPTIBLE); db_drop_task()
|