/linux-4.4.14/fs/hpfs/ |
D | buffer.c | 79 cond_resched(); in hpfs_map_sector() 99 cond_resched(); in hpfs_get_sector() 120 cond_resched(); in hpfs_map_4sectors() 170 cond_resched(); in hpfs_get_4sectors()
|
/linux-4.4.14/mm/ |
D | ksm.c | 369 cond_resched(); in break_ksm() 507 cond_resched(); in remove_node_from_stable_tree() 655 cond_resched(); /* we're called from many long loops */ in remove_rmap_item_from_tree() 756 cond_resched(); in remove_all_stable_nodes() 763 cond_resched(); in remove_all_stable_nodes() 1174 cond_resched(); in stable_tree_search() 1278 cond_resched(); in stable_tree_insert() 1359 cond_resched(); in unstable_tree_search_insert() 1596 cond_resched(); in scan_get_next_rmap_item() 1639 cond_resched(); in scan_get_next_rmap_item() [all …]
|
D | page_idle.c | 155 cond_resched(); in page_idle_bitmap_read() 192 cond_resched(); in page_idle_bitmap_write()
|
D | truncate.c | 285 cond_resched(); in truncate_inode_pages_range() 330 cond_resched(); in truncate_inode_pages_range() 496 cond_resched(); in invalidate_mapping_pages() 632 cond_resched(); in invalidate_inode_pages2_range()
|
D | page_counter.c | 162 cond_resched(); in page_counter_limit()
|
D | workingset.c | 367 cond_resched(); in shadow_lru_isolate()
|
D | mincore.c | 164 cond_resched(); in mincore_pte_range()
|
D | userfaultfd.c | 254 cond_resched(); in __mcopy_atomic()
|
D | swapfile.c | 140 cond_resched(); in discard_swap() 152 cond_resched(); in discard_swap() 544 cond_resched(); in scan_swap_map() 612 cond_resched(); in scan_swap_map() 627 cond_resched(); in scan_swap_map() 1501 cond_resched(); in try_to_unuse() 1584 cond_resched(); in try_to_unuse()
|
D | compaction.c | 223 cond_resched(); in __reset_isolation_suitable() 359 cond_resched(); in compact_unlock_should_abort() 383 cond_resched(); in compact_should_abort()
|
D | vmscan.c | 359 cond_resched(); in do_shrink_slab() 449 cond_resched(); in shrink_slab() 901 cond_resched(); in shrink_page_list() 910 cond_resched(); in shrink_page_list() 1801 cond_resched(); in shrink_active_list() 3742 cond_resched(); in __zone_reclaim()
|
D | swap_state.c | 347 cond_resched(); in __read_swap_cache_async()
|
D | hugetlb_cgroup.c | 161 cond_resched(); in hugetlb_cgroup_css_offline()
|
D | kmemleak.c | 1247 cond_resched(); in scan_large_block() 1284 cond_resched(); in scan_object() 1311 cond_resched(); in scan_gray_list()
|
D | migrate.c | 486 cond_resched(); in __copy_gigantic_page() 516 cond_resched(); in copy_huge_page() 1148 cond_resched(); in migrate_pages()
|
D | shmem.c | 388 cond_resched(); in shmem_unlock_mapping() 449 cond_resched(); in shmem_undo_range() 483 cond_resched(); in shmem_undo_range() 744 cond_resched(); in shmem_unuse() 1634 cond_resched(); in shmem_file_read_iter() 1801 cond_resched(); in shmem_seek_hole_data() 2180 cond_resched(); in shmem_fallocate()
|
D | memory.c | 979 cond_resched(); in copy_pte_range() 1263 cond_resched(); in zap_pmd_range() 3864 cond_resched(); in clear_gigantic_page() 3880 cond_resched(); in clear_huge_page() 3895 cond_resched(); in copy_user_gigantic_page() 3918 cond_resched(); in copy_user_huge_page()
|
D | rmap.c | 1595 cond_resched(); in rmap_walk_anon() 1646 cond_resched(); in rmap_walk_file()
|
D | mremap.c | 182 cond_resched(); in move_page_tables()
|
D | mlock.c | 485 cond_resched(); in munlock_vma_pages_range()
|
D | huge_memory.c | 1091 cond_resched(); in do_huge_pmd_wp_page_fallback() 2774 cond_resched(); in khugepaged_scan_mm_slot() 2796 cond_resched(); in khugepaged_scan_mm_slot() 2873 cond_resched(); in khugepaged_do_scan()
|
D | filemap.c | 365 cond_resched(); in __filemap_fdatawait_range() 1553 cond_resched(); in do_generic_file_read() 2552 cond_resched(); in generic_perform_write()
|
D | memory_hotplug.c | 1366 cond_resched(); in is_mem_section_removable() 1771 cond_resched(); in __offline_pages()
|
D | page-writeback.c | 2116 cond_resched(); in tag_pages_for_writeback() 2280 cond_resched(); in write_cache_pages()
|
D | backing-dev.c | 994 cond_resched(); in wait_iff_congested()
|
D | memcontrol.c | 4417 cond_resched(); in mem_cgroup_do_precharge() 4731 cond_resched(); in mem_cgroup_count_precharge_pte_range() 4982 cond_resched(); in mem_cgroup_move_charge_pte_range() 5024 cond_resched(); in mem_cgroup_move_charge()
|
/linux-4.4.14/drivers/mtd/tests/ |
D | mtd_test.c | 58 cond_resched(); in mtdtest_scan_for_bad_eraseblocks() 77 cond_resched(); in mtdtest_erase_good_eraseblocks()
|
D | mtd_test.h | 6 cond_resched(); in mtdtest_relax()
|
D | readtest.c | 106 cond_resched(); in dump_eraseblock() 121 cond_resched(); in dump_eraseblock()
|
D | torturetest.c | 407 cond_resched(); in report_corrupt()
|
D | pagetest.c | 58 cond_resched(); in write_eraseblock()
|
/linux-4.4.14/fs/proc/ |
D | page.c | 62 cond_resched(); in kpagecount_read() 225 cond_resched(); in kpageflags_read() 275 cond_resched(); in kpagecgroup_read()
|
D | task_mmu.c | 569 cond_resched(); in smaps_pte_range() 883 cond_resched(); in clear_refs_pte_range() 1172 cond_resched(); in pagemap_pmd_range() 1218 cond_resched(); in pagemap_hugetlb_range()
|
/linux-4.4.14/fs/jffs2/ |
D | build.c | 125 cond_resched(); in jffs2_build_filesystem() 143 cond_resched(); in jffs2_build_filesystem() 211 cond_resched(); in jffs2_build_filesystem()
|
D | erase.c | 160 cond_resched(); in jffs2_erase_pending_blocks() 419 cond_resched(); in jffs2_block_check_erase()
|
D | nodemgmt.c | 188 cond_resched(); in jffs2_reserve_space() 230 cond_resched(); in jffs2_reserve_space_gc()
|
D | scan.c | 146 cond_resched(); in jffs2_scan_medium() 618 cond_resched(); in jffs2_scan_eraseblock()
|
D | nodelist.c | 581 cond_resched(); in jffs2_kill_fragtree()
|
/linux-4.4.14/arch/arm64/kernel/ |
D | sys_compat.c | 46 cond_resched(); in __do_compat_cache_op()
|
D | armv8_deprecated.c | 366 cond_resched(); in emulate_swpX()
|
/linux-4.4.14/fs/nilfs2/ |
D | page.c | 295 cond_resched(); in nilfs_copy_dirty_pages() 367 cond_resched(); in nilfs_copy_back_pages() 395 cond_resched(); in nilfs_clear_dirty_pages() 573 cond_resched(); in nilfs_find_uncommitted_extent()
|
D | segment.c | 734 cond_resched(); in nilfs_lookup_dirty_data_buffers() 740 cond_resched(); in nilfs_lookup_dirty_data_buffers() 771 cond_resched(); in nilfs_lookup_dirty_node_buffers()
|
/linux-4.4.14/kernel/ |
D | task_work.c | 117 cond_resched(); in task_work_run()
|
D | hung_task.c | 144 cond_resched(); in rcu_lock_break()
|
D | futex_compat.c | 111 cond_resched(); in compat_exit_robust_list()
|
D | torture.c | 534 cond_resched(); in stutter_wait()
|
D | futex.c | 1765 cond_resched(); in futex_requeue() 2428 cond_resched(); in futex_lock_pi() 3054 cond_resched(); in exit_robust_list()
|
/linux-4.4.14/fs/ |
D | userfaultfd.c | 448 cond_resched(); in userfaultfd_release() 691 cond_resched(); in wake_userfault() 784 cond_resched(); in userfaultfd_register() 814 cond_resched(); in userfaultfd_register() 927 cond_resched(); in userfaultfd_unregister() 951 cond_resched(); in userfaultfd_unregister()
|
D | ioctl.c | 381 cond_resched(); in __generic_block_fiemap()
|
D | eventpoll.c | 760 cond_resched(); in ep_free() 775 cond_resched(); in ep_free()
|
D | exec.c | 449 cond_resched(); in count() 498 cond_resched(); in copy_strings()
|
D | inode.c | 578 cond_resched(); in dispose_list() 620 cond_resched(); in evict_inodes()
|
D | dax.c | 62 cond_resched(); in dax_clear_blocks()
|
D | fs-writeback.c | 1549 cond_resched(); in writeback_sb_inodes() 2207 cond_resched(); in wait_sb_inodes()
|
D | file.c | 685 cond_resched(); in do_close_on_exec()
|
/linux-4.4.14/arch/x86/kvm/ |
D | iommu.c | 141 cond_resched(); in kvm_iommu_map_pages() 312 cond_resched(); in kvm_iommu_put_pages()
|
/linux-4.4.14/drivers/mtd/ubi/ |
D | misc.c | 77 cond_resched(); in ubi_check_volume()
|
D | eba.c | 1174 cond_resched(); in ubi_eba_copy_leb() 1176 cond_resched(); in ubi_eba_copy_leb() 1198 cond_resched(); in ubi_eba_copy_leb() 1221 cond_resched(); in ubi_eba_copy_leb() 1240 cond_resched(); in ubi_eba_copy_leb() 1429 cond_resched(); in ubi_eba_init()
|
D | vtbl.c | 179 cond_resched(); in vtbl_check() 539 cond_resched(); in init_volumes() 733 cond_resched(); in check_attaching_info()
|
D | wl.c | 206 cond_resched(); in do_work() 522 cond_resched(); in serve_prot_queue() 1461 cond_resched(); 1523 cond_resched(); 1542 cond_resched(); 1562 cond_resched();
|
D | attach.c | 1245 cond_resched(); in scan_all() 1356 cond_resched(); in scan_fast() 1520 cond_resched(); in self_check_ai() 1561 cond_resched(); in self_check_ai() 1636 cond_resched(); in self_check_ai()
|
D | cdev.c | 225 cond_resched(); in vol_cdev_read() 305 cond_resched(); in vol_cdev_direct_write()
|
/linux-4.4.14/kernel/gcov/ |
D | base.c | 119 cond_resched(); in gcov_enable_events()
|
/linux-4.4.14/drivers/media/pci/cobalt/ |
D | cobalt-i2c.c | 155 cond_resched(); in cobalt_tx_bytes() 214 cond_resched(); in cobalt_rx_bytes()
|
/linux-4.4.14/fs/ubifs/ |
D | gc.c | 131 cond_resched(); in data_nodes_cmp() 175 cond_resched(); in nondata_nodes_cmp() 326 cond_resched(); in move_node() 673 cond_resched(); in ubifs_garbage_collect()
|
D | replay.c | 281 cond_resched(); in replay_entries_cmp() 308 cond_resched(); in apply_replay_list() 589 cond_resched(); in replay_bud() 899 cond_resched(); in replay_log_leb()
|
D | shrinker.c | 140 cond_resched(); in shrink_tnc()
|
D | scan.c | 285 cond_resched(); in ubifs_scan()
|
D | tnc_misc.c | 244 cond_resched(); in ubifs_destroy_tnc_subtree()
|
D | debug.c | 805 cond_resched(); in ubifs_dump_sleb() 836 cond_resched(); in ubifs_dump_leb() 1606 cond_resched(); in dbg_walk_index() 2313 cond_resched(); in dbg_check_data_nodes_order() 2380 cond_resched(); in dbg_check_nondata_nodes_order()
|
D | budget.c | 496 cond_resched(); in ubifs_budget_space()
|
D | recovery.c | 653 cond_resched(); in ubifs_recover_leb() 1014 cond_resched(); in clean_an_unclean_leb()
|
D | lpt_commit.c | 1525 cond_resched(); in dbg_is_nnode_dirty() 1559 cond_resched(); in dbg_is_pnode_dirty() 1716 cond_resched(); in dbg_check_ltab()
|
D | commit.c | 324 cond_resched(); in ubifs_bg_thread()
|
D | orphan.c | 864 cond_resched(); in dbg_read_orphans()
|
D | tnc_commit.c | 840 cond_resched(); in write_index()
|
/linux-4.4.14/drivers/mmc/core/ |
D | core.h | 60 cond_resched(); in mmc_delay()
|
/linux-4.4.14/kernel/trace/ |
D | trace_benchmark.c | 157 cond_resched(); in benchmark_event_kthread()
|
D | ring_buffer_benchmark.c | 279 cond_resched(); in ring_buffer_producer()
|
/linux-4.4.14/lib/ |
D | test_rhashtable.c | 183 cond_resched(); in test_rhashtable() 208 cond_resched(); in test_rhashtable()
|
D | crc32.c | 1051 cond_resched(); 1145 cond_resched();
|
D | random32.c | 456 cond_resched(); in prandom_state_selftest()
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
D | run.c | 117 cond_resched(); in spu_setup_isolated() 146 cond_resched(); in spu_setup_isolated()
|
/linux-4.4.14/net/tipc/ |
D | server.c | 514 cond_resched(); in tipc_send_to_sock() 522 cond_resched(); in tipc_send_to_sock() 549 cond_resched(); in tipc_recv_work()
|
/linux-4.4.14/net/rds/ |
D | threads.c | 167 cond_resched(); in rds_send_worker()
|
D | tcp.c | 285 cond_resched(); in rds_tcp_accept_worker()
|
/linux-4.4.14/kernel/rcu/ |
D | tiny.c | 198 cond_resched(); in synchronize_sched()
|
D | update.c | 751 cond_resched(); in rcu_tasks_kthread() 784 cond_resched(); in rcu_tasks_kthread()
|
/linux-4.4.14/arch/powerpc/platforms/pasemi/ |
D | dma_lib.c | 332 cond_resched(); in pasemi_dma_stop_chan() 343 cond_resched(); in pasemi_dma_stop_chan()
|
/linux-4.4.14/arch/arm/kernel/ |
D | swp_emulate.c | 156 cond_resched(); in emulate_swpX()
|
D | traps.c | 549 cond_resched(); in __do_cache_op()
|
/linux-4.4.14/drivers/input/keyboard/ |
D | clps711x-keypad.c | 58 cond_resched(); in clps711x_keypad_poll()
|
/linux-4.4.14/security/selinux/ss/ |
D | hashtab.c | 44 cond_resched(); in hashtab_insert()
|
D | policydb.c | 761 cond_resched(); in filenametr_destroy() 772 cond_resched(); in range_tr_destroy() 801 cond_resched(); in policydb_destroy() 820 cond_resched(); in policydb_destroy() 832 cond_resched(); in policydb_destroy() 849 cond_resched(); in policydb_destroy() 856 cond_resched(); in policydb_destroy()
|
D | mls.c | 496 cond_resched(); in mls_convert_context()
|
/linux-4.4.14/drivers/net/ |
D | dummy.c | 211 cond_resched(); in dummy_init_module()
|
D | ifb.c | 339 cond_resched(); in ifb_init_module()
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/ |
D | hash.c | 1014 cond_resched(); in cfs_hash_depth_wi_cancel() 1148 cond_resched(); in cfs_hash_destroy() 1482 cond_resched(); in cfs_hash_for_each_tight() 1616 cond_resched(); in cfs_hash_for_each_relax() 1800 cond_resched(); in cfs_hash_rehash_cancel_locked() 1950 cond_resched(); in cfs_hash_rehash_worker()
|
D | workitem.c | 282 cond_resched(); in cfs_wi_scheduler()
|
/linux-4.4.14/fs/f2fs/ |
D | checkpoint.c | 39 cond_resched(); in grab_meta_page() 68 cond_resched(); in __get_meta_page() 331 cond_resched(); in sync_meta_pages() 846 cond_resched(); in sync_dirty_dir_inodes()
|
D | inode.c | 276 cond_resched(); in update_inode_page()
|
D | data.c | 856 cond_resched(); in f2fs_fiemap() 1313 cond_resched(); in f2fs_write_cache_pages()
|
/linux-4.4.14/fs/nfs/ |
D | fscache-index.c | 289 cond_resched(); in nfs_fscache_inode_now_uncached()
|
/linux-4.4.14/fs/btrfs/tests/ |
D | extent-io-tests.c | 56 cond_resched(); in process_page_range()
|
/linux-4.4.14/drivers/misc/ |
D | vmw_balloon.c | 575 cond_resched(); in vmballoon_pop() 907 cond_resched(); in vmballoon_inflate() 972 cond_resched(); in vmballoon_deflate()
|
/linux-4.4.14/drivers/vfio/ |
D | vfio_iommu_type1.c | 356 cond_resched(); in vfio_unmap_unpin() 390 cond_resched(); in vfio_unmap_unpin() 549 cond_resched(); in vfio_iommu_map()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_itable.c | 467 cond_resched(); in xfs_bulkstat() 496 cond_resched(); in xfs_bulkstat()
|
D | xfs_icache.c | 602 cond_resched(); in xfs_inode_ag_walk() 1113 cond_resched(); in xfs_reclaim_inodes_ag()
|
/linux-4.4.14/drivers/char/mwave/ |
D | 3780i.c | 67 cond_resched(); in PaceMsaAccess() 69 cond_resched(); in PaceMsaAccess()
|
/linux-4.4.14/drivers/video/console/ |
D | vgacon.c | 1131 cond_resched(); in vgacon_do_font_op() 1136 cond_resched(); in vgacon_do_font_op() 1150 cond_resched(); in vgacon_do_font_op() 1155 cond_resched(); in vgacon_do_font_op()
|
/linux-4.4.14/block/ |
D | blk-lib.c | 119 cond_resched(); in blkdev_issue_discard()
|
/linux-4.4.14/drivers/mtd/onenand/ |
D | onenand_base.c | 542 cond_resched(); in onenand_wait() 1146 cond_resched(); in onenand_mlc_read_ops_nolock() 1314 cond_resched(); in onenand_read_ops_nolock() 1394 cond_resched(); in onenand_read_oob_nolock() 1601 cond_resched(); in onenand_bbt_read_oob() 1906 cond_resched(); in onenand_write_ops_nolock() 2102 cond_resched(); in onenand_write_oob_nolock() 2346 cond_resched(); in onenand_multiblock_erase() 2406 cond_resched(); in onenand_block_by_block_erase() 2927 cond_resched(); in onenand_otp_write_oob_nolock()
|
/linux-4.4.14/fs/jbd2/ |
D | commit.c | 742 cond_resched(); in jbd2_journal_commit_transaction() 825 cond_resched(); in jbd2_journal_commit_transaction() 867 cond_resched(); in jbd2_journal_commit_transaction()
|
D | checkpoint.c | 529 cond_resched(); in jbd2_journal_destroy_checkpoint()
|
D | recovery.c | 466 cond_resched(); in do_one_pass()
|
/linux-4.4.14/security/keys/ |
D | gc.c | 267 cond_resched(); in key_garbage_collector()
|
/linux-4.4.14/fs/dlm/ |
D | dir.c | 98 cond_resched(); in dlm_recover_directory()
|
D | lowcomms.c | 1459 cond_resched(); in send_to_sock() 1467 cond_resched(); in send_to_sock()
|
D | recover.c | 545 cond_resched(); in dlm_recover_masters()
|
/linux-4.4.14/fs/cifs/ |
D | cache.c | 321 cond_resched(); in cifs_fscache_inode_now_uncached()
|
/linux-4.4.14/sound/isa/sb/ |
D | emu8000_patch.c | 237 cond_resched(); in snd_emu8000_sample_new()
|
D | emu8000_pcm.c | 418 cond_resched();\
|
/linux-4.4.14/net/ipv4/ |
D | inet_timewait_sock.c | 270 cond_resched(); in inet_twsk_purge()
|
D | inet_fragment.c | 234 cond_resched(); in inet_frags_exit_net()
|
D | inetpeer.c | 102 cond_resched(); in inetpeer_gc_worker()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | catas.c | 155 cond_resched(); in mlx4_reset_slave()
|
D | cmd.c | 315 cond_resched(); in mlx4_comm_cmd_poll() 390 cond_resched(); in mlx4_comm_cmd_wait() 473 cond_resched(); in mlx4_cmd_post() 631 cond_resched(); in mlx4_cmd_poll() 2292 cond_resched(); in sync_toggles()
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-ibm_iic.c | 214 cond_resched(); in iic_dev_reset() 236 cond_resched(); in iic_dc_wait()
|
D | i2c-highlander.c | 194 cond_resched(); in highlander_i2c_poll()
|
D | scx200_acb.c | 244 cond_resched(); in scx200_acb_poll()
|
D | i2c-mxs.c | 315 cond_resched(); in mxs_i2c_pio_wait_xfer_end()
|
D | i2c-mpc.c | 624 cond_resched(); in mpc_xfer()
|
/linux-4.4.14/drivers/staging/mt29f_spinand/ |
D | mt29f_spinand.c | 181 cond_resched(); in wait_till_ready() 704 cond_resched(); in spinand_wait()
|
/linux-4.4.14/drivers/char/ |
D | ppdev.c | 176 cond_resched(); in pp_read() 257 cond_resched(); in pp_write()
|
D | mem.c | 649 cond_resched(); in read_iter_zero()
|
D | lp.c | 475 cond_resched (); in lp_read()
|
/linux-4.4.14/fs/fscache/ |
D | cache.c | 351 cond_resched(); in fscache_withdraw_all_objects()
|
D | page.c | 1190 cond_resched(); in __fscache_uncache_all_inode_pages()
|
/linux-4.4.14/fs/ceph/ |
D | cache.c | 172 cond_resched(); in ceph_fscache_inode_now_uncached()
|
/linux-4.4.14/fs/9p/ |
D | cache.c | 178 cond_resched(); in v9fs_cache_inode_now_uncached()
|
/linux-4.4.14/fs/btrfs/ |
D | uuid-tree.c | 290 cond_resched(); in btrfs_uuid_tree_iterate()
|
D | relocation.c | 766 cond_resched(); 1656 cond_resched(); 2033 cond_resched(); 2472 cond_resched(); 2534 cond_resched(); 2572 cond_resched(); 2659 cond_resched(); 2843 cond_resched(); 3704 cond_resched(); 3765 cond_resched();
|
D | ordered-data.c | 690 cond_resched(); in btrfs_wait_ordered_extents() 703 cond_resched(); in btrfs_wait_ordered_extents()
|
D | extent_io.c | 745 cond_resched(); in __clear_extent_bit() 1056 cond_resched(); in __set_extent_bit() 1282 cond_resched(); in convert_extent_bit() 1671 cond_resched(); in __unlock_for_delalloc() 1724 cond_resched(); in lock_delalloc_pages() 1813 cond_resched(); in find_lock_delalloc_range() 1870 cond_resched(); in extent_clear_unlock_delalloc() 4008 cond_resched(); in btree_write_cache_pages() 4145 cond_resched(); in extent_write_cache_pages()
|
D | transaction.c | 948 cond_resched(); in btrfs_write_marked_extents() 993 cond_resched(); in btrfs_wait_marked_extents() 1274 cond_resched(); in btrfs_defrag_root()
|
D | inode.c | 618 cond_resched(); in compress_file_range() 729 cond_resched(); in submit_compressed_extents() 854 cond_resched(); in submit_compressed_extents() 2293 cond_resched(); in record_one_backref() 2671 cond_resched(); in relink_file_extents() 2781 cond_resched(); in record_old_file_extents() 5075 cond_resched(); in evict_inode_truncate_pages() 5129 cond_resched(); in evict_inode_truncate_pages() 5518 cond_resched(); in btrfs_invalidate_inodes() 7442 cond_resched(); in lock_extent_direct() [all …]
|
D | backref.c | 1230 cond_resched(); 1303 cond_resched();
|
/linux-4.4.14/drivers/mtd/lpddr/ |
D | lpddr_cmds.c | 150 cond_resched(); in wait_for_ready() 671 cond_resched(); in lpddr_writev()
|
/linux-4.4.14/drivers/mtd/devices/ |
D | sst25l.c | 140 cond_resched(); in sst25l_wait_till_ready()
|
D | st_spi_fsm.c | 747 cond_resched(); in stfsm_wait_seq() 910 cond_resched(); in stfsm_wait_busy()
|
D | spear_smi.c | 281 cond_resched(); in spear_smi_wait_till_ready()
|
/linux-4.4.14/drivers/spi/ |
D | spi-meson-spifc.c | 109 cond_resched(); in meson_spifc_wait_ready()
|
D | spi-ep93xx.c | 657 cond_resched(); in ep93xx_spi_process_transfer()
|
/linux-4.4.14/include/crypto/ |
D | algapi.h | 388 cond_resched(); in crypto_yield()
|
/linux-4.4.14/drivers/media/i2c/ |
D | vpx3220.c | 99 cond_resched(); in vpx3220_fp_status()
|
/linux-4.4.14/fs/afs/ |
D | cache.c | 398 cond_resched(); in afs_vnode_cache_now_uncached()
|
D | write.c | 526 cond_resched(); in afs_writepages_region()
|
/linux-4.4.14/drivers/lguest/x86/ |
D | core.c | 438 cond_resched(); in lguest_arch_handle_trap()
|
/linux-4.4.14/include/linux/ |
D | rcupdate.h | 414 if (!cond_resched()) \
|
D | sched.h | 2934 #define cond_resched() ({ \ macro 2957 cond_resched(); in cond_resched_rcu()
|
/linux-4.4.14/drivers/misc/genwqe/ |
D | card_base.c | 986 cond_resched(); in genwqe_health_thread() 1023 cond_resched(); in genwqe_health_thread()
|
D | card_dev.c | 1348 cond_resched(); in genwqe_inform_and_stop_processes() 1366 cond_resched(); in genwqe_inform_and_stop_processes()
|
/linux-4.4.14/arch/s390/kvm/ |
D | gaccess.c | 281 cond_resched(); in ipte_lock_simple() 318 cond_resched(); in ipte_lock_siif()
|
/linux-4.4.14/sound/pci/echoaudio/ |
D | echoaudio_dsp.c | 103 cond_resched(); in write_dsp() 126 cond_resched(); in read_dsp()
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_bitmap.c | 570 cond_resched(); in bm_count_bits() 1115 cond_resched(); in bm_rw() 1489 cond_resched(); in _drbd_bm_set_bits()
|
/linux-4.4.14/net/core/ |
D | dst.c | 80 cond_resched(); in dst_gc_task()
|
/linux-4.4.14/sound/hda/ |
D | hdac_controller.c | 233 cond_resched(); in snd_hdac_bus_get_response()
|
/linux-4.4.14/drivers/mtd/chips/ |
D | cfi_util.c | 32 cond_resched(); in cfi_udelay()
|
D | cfi_cmdset_0001.c | 1175 cond_resched(); in xip_wait_for_operation() 1304 cond_resched(); in inval_cache_and_wait_for_operation() 1882 cond_resched(); in cfi_intelext_writev()
|
/linux-4.4.14/drivers/xen/ |
D | balloon.c | 595 cond_resched(); in balloon_process()
|
D | xen-scsiback.c | 775 cond_resched(); in scsiback_do_cmd_fn() 790 cond_resched(); in scsiback_irq_fn()
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_sup.c | 470 cond_resched(); in qla24xx_read_flash_dword() 514 cond_resched(); in qla24xx_write_flash_dword() 2087 cond_resched(); in qla2x00_poll_flash() 2236 cond_resched(); in qla2x00_read_flash_data() 2523 cond_resched(); in qla2x00_write_optrom_data()
|
/linux-4.4.14/arch/mips/kernel/ |
D | process.c | 637 cond_resched(); in mips_set_process_fp_mode()
|
/linux-4.4.14/sound/pci/mixart/ |
D | mixart_hwdep.c | 56 cond_resched(); in mixart_wait_nice_for_register_value()
|
/linux-4.4.14/drivers/mmc/card/ |
D | queue.c | 71 cond_resched(); in mmc_queue_thread()
|
/linux-4.4.14/drivers/virtio/ |
D | virtio_balloon.c | 382 cond_resched(); in balloon()
|
/linux-4.4.14/sound/pci/pcxhr/ |
D | pcxhr_core.c | 321 cond_resched(); in pcxhr_load_xilinx_binary() 374 cond_resched(); in pcxhr_download_dsp()
|
/linux-4.4.14/Documentation/RCU/ |
D | stallwarn.txt | 202 kernel without invoking schedule(). Note that cond_resched() 205 behavior, you might need to replace some of the cond_resched()
|
/linux-4.4.14/net/sched/ |
D | sch_api.c | 741 cond_resched(); in qdisc_alloc_handle() 1345 cond_resched(); in tc_fill_qdisc() 1664 cond_resched(); in tc_fill_tclass()
|
/linux-4.4.14/drivers/net/ethernet/pasemi/ |
D | pasemi_mac.c | 1276 cond_resched(); in pasemi_mac_pause_txchan() 1297 cond_resched(); in pasemi_mac_pause_rxchan() 1316 cond_resched(); in pasemi_mac_pause_rxint()
|
/linux-4.4.14/fs/hugetlbfs/ |
D | inode.c | 436 cond_resched(); in remove_inode_hugepages() 594 cond_resched(); in hugetlbfs_fallocate()
|
/linux-4.4.14/drivers/block/ |
D | loop.c | 114 cond_resched(); in transfer_xor() 294 cond_resched(); in lo_write_simple() 358 cond_resched(); in lo_read_simple()
|
/linux-4.4.14/fs/ntfs/ |
D | attrib.c | 2549 cond_resched(); in ntfs_attr_set() 2590 cond_resched(); in ntfs_attr_set() 2607 cond_resched(); in ntfs_attr_set()
|
D | file.c | 280 cond_resched(); in ntfs_attr_extend_initialized() 1897 cond_resched(); in ntfs_perform_write()
|
/linux-4.4.14/drivers/pci/ |
D | access.c | 326 if (!cond_resched()) in pci_vpd_pci22_wait()
|
/linux-4.4.14/drivers/base/power/ |
D | domain.c | 1719 cond_resched(); in genpd_dev_pm_detach() 1804 cond_resched(); in genpd_dev_pm_attach()
|
/linux-4.4.14/sound/pci/vx222/ |
D | vx222_ops.c | 393 cond_resched(); in vx2_load_xilinx_binary()
|
/linux-4.4.14/fs/ocfs2/dlm/ |
D | dlmthread.c | 755 cond_resched(); in dlm_thread()
|
/linux-4.4.14/arch/arm/kvm/ |
D | arm.c | 559 cond_resched(); in kvm_arch_vcpu_ioctl_run()
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | falcon.c | 632 cond_resched(); in falcon_spi_read() 725 cond_resched(); in falcon_spi_write() 841 cond_resched(); in falcon_spi_erase()
|
/linux-4.4.14/drivers/mtd/ |
D | inftlcore.c | 752 cond_resched(); in INFTL_trydeletechain()
|
/linux-4.4.14/sound/pci/lola/ |
D | lola.c | 183 cond_resched(); in rirb_get_response()
|
/linux-4.4.14/drivers/net/wireless/b43/ |
D | pio.c | 784 cond_resched(); in b43_pio_rx()
|
/linux-4.4.14/drivers/mtd/nand/ |
D | hisi504_nand.c | 843 cond_resched(); in hisi_nfc_suspend()
|
D | diskonchip.c | 259 cond_resched(); in _DoC_WaitReady() 268 cond_resched(); in _DoC_WaitReady()
|
/linux-4.4.14/net/sunrpc/ |
D | cache.c | 491 cond_resched(); in cache_flush() 493 cond_resched(); in cache_flush()
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_page.c | 892 cond_resched(); in osc_lru_reserve()
|
/linux-4.4.14/fs/cachefiles/ |
D | namei.c | 365 cond_resched(); in cachefiles_bury_object()
|
/linux-4.4.14/fs/gfs2/ |
D | glock.c | 727 cond_resched(); in gfs2_glock_get() 1434 cond_resched(); in glock_hash_walk()
|
/linux-4.4.14/fs/ext4/ |
D | mballoc.c | 2167 cond_resched(); in ext4_mb_regular_allocator() 3901 cond_resched(); in ext4_mb_discard_group_preallocations() 4445 cond_resched(); in ext4_mb_new_blocks() 4747 cond_resched(); in ext4_free_blocks() 5150 cond_resched(); in ext4_trim_all_free()
|