need_sync 468 arch/powerpc/kvm/book3s_hv_rm_mmu.c long npages, int global, bool need_sync) need_sync 478 arch/powerpc/kvm/book3s_hv_rm_mmu.c if (need_sync) need_sync 488 arch/powerpc/kvm/book3s_hv_rm_mmu.c if (need_sync) need_sync 2560 arch/x86/kvm/mmu.c bool need_sync = false; need_sync 2583 arch/x86/kvm/mmu.c if (!need_sync && sp->unsync) need_sync 2584 arch/x86/kvm/mmu.c need_sync = true; need_sync 2627 arch/x86/kvm/mmu.c if (level > PT_PAGE_TABLE_LEVEL && need_sync) need_sync 728 drivers/gpu/drm/msm/dsi/dsi_manager.c bool need_sync = (IS_SYNC_NEEDED() && !is_read); need_sync 739 drivers/gpu/drm/msm/dsi/dsi_manager.c if (need_sync && (id == DSI_0)) need_sync 742 drivers/gpu/drm/msm/dsi/dsi_manager.c if (need_sync && msm_dsi0) { need_sync 762 drivers/gpu/drm/msm/dsi/dsi_manager.c if (need_sync && msm_dsi0) need_sync 904 drivers/hid/hid-multitouch.c bool need_sync = false; need_sync 912 drivers/hid/hid-multitouch.c need_sync = true; need_sync 915 drivers/hid/hid-multitouch.c if (need_sync) { need_sync 705 drivers/input/input.c bool need_sync = false; need_sync 711 drivers/input/input.c need_sync = true; need_sync 714 drivers/input/input.c if (need_sync) need_sync 1060 drivers/iommu/amd_iommu.c iommu->need_sync = sync; need_sync 1094 drivers/iommu/amd_iommu.c if (!iommu->need_sync) need_sync 561 drivers/iommu/amd_iommu_types.h bool need_sync; need_sync 1272 drivers/md/md-bitmap.c if (bitmap->need_sync && need_sync 1277 drivers/md/md-bitmap.c bitmap->need_sync = 0; need_sync 1311 drivers/md/md-bitmap.c if (*bmc == 1 && !bitmap->need_sync) { need_sync 1488 drivers/md/md-bitmap.c bitmap->need_sync = 1; need_sync 2556 drivers/md/md-bitmap.c len = sprintf(page, "%s\n", (mddev->bitmap->need_sync ? need_sync 2569 drivers/md/md-bitmap.c mddev->bitmap->need_sync = 1; need_sync 2573 drivers/md/md-bitmap.c mddev->bitmap->need_sync = 0; need_sync 198 drivers/md/md-bitmap.h int need_sync; need_sync 1123 fs/gfs2/quota.c sync = need_sync(qd); need_sync 284 fs/gfs2/super.c int need_sync = 0; need_sync 302 fs/gfs2/super.c need_sync = 1; need_sync 307 fs/gfs2/super.c if (need_sync) need_sync 479 fs/ubifs/io.c wbuf->need_sync = 1; need_sync 519 fs/ubifs/io.c wbuf->need_sync = 0; need_sync 674 fs/ubifs/io.c if (!wbuf->need_sync) { need_sync 695 fs/ubifs/ubifs.h unsigned int need_sync:1;