Home
last modified time | relevance | path

Searched refs:need_sync (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/msm/dsi/
Ddsi_manager.c723 bool need_sync = (IS_SYNC_NEEDED() && !is_read); in msm_dsi_manager_cmd_xfer() local
734 if (need_sync && (id == DSI_0)) in msm_dsi_manager_cmd_xfer()
737 if (need_sync && msm_dsi0) { in msm_dsi_manager_cmd_xfer()
757 if (need_sync && msm_dsi0) in msm_dsi_manager_cmd_xfer()
/Linux-v5.4/drivers/md/
Dmd-bitmap.h198 int need_sync; member
Dmd-bitmap.c1272 if (bitmap->need_sync && in md_bitmap_daemon_work()
1277 bitmap->need_sync = 0; in md_bitmap_daemon_work()
1311 if (*bmc == 1 && !bitmap->need_sync) { in md_bitmap_daemon_work()
1488 bitmap->need_sync = 1; in md_bitmap_endwrite()
2556 len = sprintf(page, "%s\n", (mddev->bitmap->need_sync ? in can_clear_show()
2569 mddev->bitmap->need_sync = 1; in can_clear_store()
2573 mddev->bitmap->need_sync = 0; in can_clear_store()
/Linux-v5.4/fs/ubifs/
Dio.c479 wbuf->need_sync = 1; in wbuf_timer_callback_nolock()
519 wbuf->need_sync = 0; in cancel_wbuf_timer_nolock()
674 if (!wbuf->need_sync) { in ubifs_bg_wbufs_sync()
Dubifs.h695 unsigned int need_sync:1; member
/Linux-v5.4/fs/gfs2/
Dsuper.c284 int need_sync = 0; in gfs2_statfs_change() local
302 need_sync = 1; in gfs2_statfs_change()
307 if (need_sync) in gfs2_statfs_change()
Dquota.c1072 static int need_sync(struct gfs2_quota_data *qd) in need_sync() function
1124 sync = need_sync(qd); in gfs2_quota_unlock()
/Linux-v5.4/arch/powerpc/kvm/
Dbook3s_hv_rm_mmu.c468 long npages, int global, bool need_sync) in do_tlbies() argument
478 if (need_sync) in do_tlbies()
488 if (need_sync) in do_tlbies()
/Linux-v5.4/drivers/iommu/
Damd_iommu_types.h561 bool need_sync; member
Damd_iommu.c1077 iommu->need_sync = sync; in __iommu_queue_command_sync()
1111 if (!iommu->need_sync) in iommu_completion_wait()
/Linux-v5.4/drivers/hid/
Dhid-multitouch.c893 bool need_sync = false; in mt_release_pending_palms() local
901 need_sync = true; in mt_release_pending_palms()
904 if (need_sync) { in mt_release_pending_palms()
/Linux-v5.4/drivers/input/
Dinput.c704 bool need_sync = false; in input_dev_release_keys() local
710 need_sync = true; in input_dev_release_keys()
713 if (need_sync) in input_dev_release_keys()
/Linux-v5.4/arch/x86/kvm/
Dmmu.c2555 bool need_sync = false; in kvm_mmu_get_page() local
2578 if (!need_sync && sp->unsync) in kvm_mmu_get_page()
2579 need_sync = true; in kvm_mmu_get_page()
2622 if (level > PT_PAGE_TABLE_LEVEL && need_sync) in kvm_mmu_get_page()