Home
last modified time | relevance | path

Searched refs:need_sync (Results 1 - 25 of 36) sorted by relevance

12

/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dcrypto.c60 int avail_deks; /* the number of keys available, with need_sync bit 0 */
71 unsigned long *need_sync; member
301 bulk->need_sync = bitmap_zalloc(num_deks, GFP_KERNEL); in mlx5_crypto_dek_bulk_create()
302 if (!bulk->need_sync) { in mlx5_crypto_dek_bulk_create()
328 bitmap_free(bulk->need_sync); in mlx5_crypto_dek_bulk_create()
352 bitmap_free(bulk->need_sync); in mlx5_crypto_dek_bulk_free()
380 pos = find_next_zero_bit(bulk->need_sync, bulk->num_deks, in mlx5_crypto_dek_pool_pop()
384 pos = find_first_zero_bit(bulk->need_sync, bulk->num_deks); in mlx5_crypto_dek_pool_pop()
402 bitmap_set(bulk->need_sync, pos, 1); in mlx5_crypto_dek_pool_pop()
470 * As the combinations of (need_sync, in_us
482 unsigned long *need_sync = bulk->need_sync; mlx5_crypto_dek_bulk_reset_synced() local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/
H A Dbench_htab_mem.c20 bool need_sync; member
36 { .name = "add_del_on_diff_cpu", .progs = add_del_progs, .need_sync = true },
109 if (!ctx.uc->need_sync) in htab_mem_bench_init_barriers()
252 if (!ctx.uc->need_sync) { in htab_mem_producer()
/kernel/linux/linux-5.10/net/ipv4/
H A Dudp_tunnel_nic.c32 * @need_sync: at least one port start changed
44 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-6.6/net/ipv4/
H A Dudp_tunnel_nic.c32 * @need_sync: at least one port start changed
44 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()
675 WARN_ON(utn->need_sync); in udp_tunnel_nic_flush()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dir2_assemble.c373 bool need_sync = true; in assemble() local
420 need_sync = sync_id != sync_id_prev; in assemble()
452 (exec.count && (need_sync || block != block_idx))) { in assemble()
500 if (need_sync) in assemble()
503 need_sync = false; in assemble()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dsi/
H A 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-6.6/drivers/gpu/drm/msm/dsi/
H A Ddsi_manager.c571 bool need_sync = (IS_SYNC_NEEDED() && !is_read); in msm_dsi_manager_cmd_xfer() local
582 if (need_sync && (id == DSI_0)) in msm_dsi_manager_cmd_xfer()
585 if (need_sync && msm_dsi0) { in msm_dsi_manager_cmd_xfer()
605 if (need_sync && msm_dsi0) in msm_dsi_manager_cmd_xfer()
/kernel/linux/linux-6.6/include/sound/
H A Dmemalloc.h25 bool need_sync; /* explicit sync needed? */ member
/kernel/linux/linux-5.10/drivers/md/
H A Dmd-bitmap.h198 int need_sync; member
H A 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()
1920 * All chunks should be clean, but some might need_sync. in md_bitmap_load()
2590 len = sprintf(page, "%s\n", (mddev->bitmap->need_sync ? in can_clear_show()
2603 mddev->bitmap->need_sync = 1; in can_clear_store()
2607 mddev->bitmap->need_sync = 0; in can_clear_store()
/kernel/linux/linux-6.6/drivers/md/
H A Dmd-bitmap.h198 int need_sync; member
H A Dmd-bitmap.c1336 if (bitmap->need_sync && in md_bitmap_daemon_work()
1341 bitmap->need_sync = 0; in md_bitmap_daemon_work()
1375 if (*bmc == 1 && !bitmap->need_sync) { in md_bitmap_daemon_work()
1559 bitmap->need_sync = 1; in md_bitmap_endwrite()
1991 * All chunks should be clean, but some might need_sync. in md_bitmap_load()
2655 len = sprintf(page, "%s\n", (mddev->bitmap->need_sync ? in can_clear_show()
2668 mddev->bitmap->need_sync = 1; in can_clear_store()
2672 mddev->bitmap->need_sync = 0; in can_clear_store()
/kernel/linux/linux-6.6/sound/core/
H A Dmemalloc.c211 if (!dmab || !dmab->dev.need_sync) in snd_dma_buffer_sync()
557 dmab->dev.need_sync = dma_need_sync(dmab->dev.dev, in snd_dma_noncontig_alloc()
876 dmab->dev.need_sync = dma_need_sync(dmab->dev.dev, dmab->addr); in snd_dma_noncoherent_alloc()
/kernel/linux/linux-6.6/net/rfkill/
H A Dcore.c51 bool need_sync; member
376 if (!rfkill->need_sync) in rfkill_sync()
380 rfkill->need_sync = false; in rfkill_sync()
1108 rfkill->need_sync = true; in rfkill_register()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Dbook3s_hv_rm_mmu.c458 long npages, int global, bool need_sync) in do_tlbies()
468 if (need_sync) in do_tlbies()
478 if (need_sync) in do_tlbies()
457 do_tlbies(struct kvm *kvm, unsigned long *rbvalues, long npages, int global, bool need_sync) do_tlbies() argument
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A Dbook3s_hv_rm_mmu.c455 long npages, int global, bool need_sync) in do_tlbies()
465 if (need_sync) in do_tlbies()
475 if (need_sync) in do_tlbies()
454 do_tlbies(struct kvm *kvm, unsigned long *rbvalues, long npages, int global, bool need_sync) do_tlbies() argument
/kernel/linux/linux-5.10/fs/ubifs/
H A 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()
/kernel/linux/linux-5.10/fs/gfs2/
H A 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()
/kernel/linux/linux-6.6/fs/gfs2/
H A Dsuper.c227 int need_sync = 0; in gfs2_statfs_change() local
241 need_sync = 1; in gfs2_statfs_change()
245 if (need_sync) in gfs2_statfs_change()
/kernel/linux/linux-6.6/fs/ubifs/
H A 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()
/kernel/linux/linux-5.10/drivers/hid/
H A 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/
H A 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-6.6/drivers/hid/
H A Dhid-multitouch.c935 bool need_sync = false; in mt_release_pending_palms() local
943 need_sync = true; in mt_release_pending_palms()
946 if (need_sync) { in mt_release_pending_palms()
/kernel/linux/linux-6.6/drivers/input/
H A Dinput.c734 bool need_sync = false; in input_dev_release_keys() local
742 need_sync = true; in input_dev_release_keys()
746 return need_sync; in input_dev_release_keys()
/kernel/linux/linux-5.10/drivers/iommu/amd/
H A Damd_iommu_types.h576 bool need_sync; member

Completed in 47 milliseconds

12