Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
Dudp_tunnel_nic.c44 u8 need_sync:1; member
116 utn->need_sync = 1; in udp_tunnel_nic_entry_queue()
283 if (!utn->need_sync) in __udp_tunnel_nic_device_sync()
291 utn->need_sync = 0; in __udp_tunnel_nic_device_sync()
304 if (!utn->need_sync) in udp_tunnel_nic_device_sync()
563 utn->need_sync = false; in __udp_tunnel_nic_reset_ntf()
673 WARN_ON(utn->need_sync); in udp_tunnel_nic_flush()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dsi/
Ddsi_manager.c747 bool need_sync = (IS_SYNC_NEEDED() && !is_read); in msm_dsi_manager_cmd_xfer() local
758 if (need_sync && (id == DSI_0)) in msm_dsi_manager_cmd_xfer()
761 if (need_sync && msm_dsi0) { in msm_dsi_manager_cmd_xfer()
781 if (need_sync && msm_dsi0) in msm_dsi_manager_cmd_xfer()
/kernel/linux/linux-5.10/drivers/md/
Dmd-bitmap.h198 int need_sync; member
Dmd-bitmap.c1262 if (bitmap->need_sync && in md_bitmap_daemon_work()
1267 bitmap->need_sync = 0; in md_bitmap_daemon_work()
1301 if (*bmc == 1 && !bitmap->need_sync) { in md_bitmap_daemon_work()
1487 bitmap->need_sync = 1; in md_bitmap_endwrite()
2592 len = sprintf(page, "%s\n", (mddev->bitmap->need_sync ? in can_clear_show()
2605 mddev->bitmap->need_sync = 1; in can_clear_store()
2609 mddev->bitmap->need_sync = 0; in can_clear_store()
/kernel/linux/linux-5.10/fs/ubifs/
Dio.c480 wbuf->need_sync = 1; in wbuf_timer_callback_nolock()
520 wbuf->need_sync = 0; in cancel_wbuf_timer_nolock()
675 if (!wbuf->need_sync) { in ubifs_bg_wbufs_sync()
Dubifs.h697 unsigned int need_sync:1; member
/kernel/linux/linux-5.10/arch/powerpc/kvm/
Dbook3s_hv_rm_mmu.c458 long npages, int global, bool need_sync) in do_tlbies() argument
468 if (need_sync) in do_tlbies()
478 if (need_sync) in do_tlbies()
/kernel/linux/linux-5.10/fs/gfs2/
Dsuper.c242 int need_sync = 0; in gfs2_statfs_change() local
260 need_sync = 1; in gfs2_statfs_change()
265 if (need_sync) in gfs2_statfs_change()
Dquota.c1090 static int need_sync(struct gfs2_quota_data *qd) in need_sync() function
1142 sync = need_sync(qd); in gfs2_quota_unlock()
/kernel/linux/linux-5.10/drivers/iommu/amd/
Damd_iommu_types.h576 bool need_sync; member
Diommu.c1103 iommu->need_sync = sync; in __iommu_queue_command_sync()
1138 if (!iommu->need_sync) in iommu_completion_wait()
/kernel/linux/linux-5.10/drivers/hid/
Dhid-multitouch.c903 bool need_sync = false; in mt_release_pending_palms() local
911 need_sync = true; in mt_release_pending_palms()
914 if (need_sync) { in mt_release_pending_palms()
/kernel/linux/linux-5.10/drivers/input/
Dinput.c719 bool need_sync = false; in input_dev_release_keys() local
725 need_sync = true; in input_dev_release_keys()
728 if (need_sync) in input_dev_release_keys()
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
Dmmu.c2032 bool need_sync = false; in kvm_mmu_get_page() local
2056 if (!need_sync && sp->unsync) in kvm_mmu_get_page()
2057 need_sync = true; in kvm_mmu_get_page()
2103 if (level > PG_LEVEL_4K && need_sync) in kvm_mmu_get_page()