Home
last modified time | relevance | path

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

/Linux-v6.1/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()
/Linux-v6.1/drivers/gpu/drm/msm/dsi/
Ddsi_manager.c567 bool need_sync = (IS_SYNC_NEEDED() && !is_read); in msm_dsi_manager_cmd_xfer() local
578 if (need_sync && (id == DSI_0)) in msm_dsi_manager_cmd_xfer()
581 if (need_sync && msm_dsi0) { in msm_dsi_manager_cmd_xfer()
601 if (need_sync && msm_dsi0) in msm_dsi_manager_cmd_xfer()
/Linux-v6.1/include/sound/
Dmemalloc.h25 bool need_sync; /* explicit sync needed? */ member
/Linux-v6.1/drivers/md/
Dmd-bitmap.h198 int need_sync; member
Dmd-bitmap.c1268 if (bitmap->need_sync && in md_bitmap_daemon_work()
1273 bitmap->need_sync = 0; in md_bitmap_daemon_work()
1307 if (*bmc == 1 && !bitmap->need_sync) { in md_bitmap_daemon_work()
1485 bitmap->need_sync = 1; in md_bitmap_endwrite()
2576 len = sprintf(page, "%s\n", (mddev->bitmap->need_sync ? in can_clear_show()
2589 mddev->bitmap->need_sync = 1; in can_clear_store()
2593 mddev->bitmap->need_sync = 0; in can_clear_store()
/Linux-v6.1/sound/core/
Dmemalloc.c212 if (!dmab || !dmab->dev.need_sync) in snd_dma_buffer_sync()
559 dmab->dev.need_sync = dma_need_sync(dmab->dev.dev, in snd_dma_noncontig_alloc()
816 dmab->dev.need_sync = dma_need_sync(dmab->dev.dev, dmab->addr); in snd_dma_noncoherent_alloc()
Dpcm_native.c2756 substream->dma_buffer.dev.need_sync) in snd_pcm_open_substream()
/Linux-v6.1/fs/ubifs/
Dio.c501 wbuf->need_sync = 1; in wbuf_timer_callback_nolock()
541 wbuf->need_sync = 0; in cancel_wbuf_timer_nolock()
696 if (!wbuf->need_sync) { in ubifs_bg_wbufs_sync()
Dubifs.h706 unsigned int need_sync:1; member
/Linux-v6.1/fs/gfs2/
Dsuper.c223 int need_sync = 0; in gfs2_statfs_change() local
237 need_sync = 1; in gfs2_statfs_change()
241 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()
/Linux-v6.1/arch/powerpc/kvm/
Dbook3s_hv_rm_mmu.c455 long npages, int global, bool need_sync) in do_tlbies() argument
465 if (need_sync) in do_tlbies()
475 if (need_sync) in do_tlbies()
/Linux-v6.1/drivers/iommu/amd/
Damd_iommu_types.h709 bool need_sync; member
Diommu.c1122 iommu->need_sync = sync; in __iommu_queue_command_sync()
1157 if (!iommu->need_sync) in iommu_completion_wait()
/Linux-v6.1/drivers/hid/
Dhid-multitouch.c934 bool need_sync = false; in mt_release_pending_palms() local
942 need_sync = true; in mt_release_pending_palms()
945 if (need_sync) { in mt_release_pending_palms()
/Linux-v6.1/drivers/input/
Dinput.c730 bool need_sync = false; in input_dev_release_keys() local
738 need_sync = true; in input_dev_release_keys()
742 return need_sync; in input_dev_release_keys()
/Linux-v6.1/kernel/sched/
Dcore.c5903 bool need_sync; in pick_next_task() local
5948 need_sync = !!rq->core->core_cookie; in pick_next_task()
5962 need_sync = true; in pick_next_task()
5982 if (!need_sync) { in pick_next_task()