Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/rcu/
Dsync.c102 bool need_wait, need_sync; in rcu_sync_enter() local
106 need_sync = rsp->gp_state == GP_IDLE; in rcu_sync_enter()
107 if (need_sync) in rcu_sync_enter()
111 BUG_ON(need_wait && need_sync); in rcu_sync_enter()
113 if (need_sync) { in rcu_sync_enter()
/linux-4.4.14/drivers/macintosh/
Dvia-maciisi.c72 static int need_sync; variable
222 need_sync = 0; in maciisi_init_via()
265 need_sync = 1; in maciisi_send_request()
267 need_sync = 0; in maciisi_send_request()
531 if(i == 0 && need_sync) { in maciisi_interrupt()
536 need_sync = 0; in maciisi_interrupt()
559 if(i == 0 && need_sync) { in maciisi_interrupt()
564 need_sync = 0; in maciisi_interrupt()
641 if(i == 0 && need_sync) { in maciisi_interrupt()
646 need_sync = 0; in maciisi_interrupt()
/linux-4.4.14/drivers/gpu/drm/msm/dsi/
Ddsi_manager.c737 bool need_sync = (IS_SYNC_NEEDED() && !is_read); in msm_dsi_manager_cmd_xfer() local
748 if (need_sync && (id == DSI_0)) in msm_dsi_manager_cmd_xfer()
751 if (need_sync && msm_dsi0) { in msm_dsi_manager_cmd_xfer()
771 if (need_sync && msm_dsi0) in msm_dsi_manager_cmd_xfer()
/linux-4.4.14/drivers/md/
Dbitmap.h197 int need_sync; member
Dbitmap.c1231 if (bitmap->need_sync && in bitmap_daemon_work()
1236 bitmap->need_sync = 0; in bitmap_daemon_work()
1272 if (*bmc == 1 && !bitmap->need_sync) { in bitmap_daemon_work()
1448 bitmap->need_sync = 1; in bitmap_endwrite()
2371 len = sprintf(page, "%s\n", (mddev->bitmap->need_sync ? in can_clear_show()
2384 mddev->bitmap->need_sync = 1; in can_clear_store()
2388 mddev->bitmap->need_sync = 0; in can_clear_store()
/linux-4.4.14/fs/ubifs/
Dio.c443 wbuf->need_sync = 1; in wbuf_timer_callback_nolock()
476 wbuf->need_sync = 0; in cancel_wbuf_timer_nolock()
631 if (!wbuf->need_sync) { in ubifs_bg_wbufs_sync()
Dubifs.h705 unsigned int need_sync:1; member
/linux-4.4.14/arch/powerpc/kvm/
Dbook3s_hv_rm_mmu.c408 long npages, int global, bool need_sync) in do_tlbies() argument
415 if (need_sync) in do_tlbies()
423 if (need_sync) in do_tlbies()
/linux-4.4.14/drivers/iommu/
Damd_iommu_types.h538 bool need_sync; member
Damd_iommu.c946 iommu->need_sync = sync; in iommu_queue_command_sync()
968 if (!iommu->need_sync) in iommu_completion_wait()
/linux-4.4.14/fs/gfs2/
Dsuper.c523 int need_sync = 0; in gfs2_statfs_change() local
541 need_sync = 1; in gfs2_statfs_change()
546 if (need_sync) in gfs2_statfs_change()
Dquota.c1038 static int need_sync(struct gfs2_quota_data *qd) in need_sync() function
1090 sync = need_sync(qd); in gfs2_quota_unlock()
/linux-4.4.14/drivers/input/
Dinput.c677 bool need_sync = false; in input_dev_release_keys() local
683 need_sync = true; in input_dev_release_keys()
686 if (need_sync) in input_dev_release_keys()
/linux-4.4.14/arch/x86/kvm/
Dmmu.c2092 bool need_sync = false; in kvm_mmu_get_page() local
2110 if (!need_sync && sp->unsync) in kvm_mmu_get_page()
2111 need_sync = true; in kvm_mmu_get_page()
2141 if (level > PT_PAGE_TABLE_LEVEL && need_sync) in kvm_mmu_get_page()