Searched refs:need_sync (Results 1 – 15 of 15) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| H A D | crypto.c | 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() 482 unsigned long *need_sync = bulk->need_sync; in mlx5_crypto_dek_bulk_reset_synced() local 490 i++, need_sync++, in_use++) { in mlx5_crypto_dek_bulk_reset_synced() [all …]
|
| /linux/tools/testing/selftests/bpf/benchs/ |
| H A D | bench_htab_mem.c | 20 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()
|
| /linux/include/sound/ |
| H A D | memalloc.h | 25 bool need_sync; /* explicit sync needed? */ member
|
| /linux/net/rfkill/ |
| H A D | core.c | 51 bool need_sync; member 376 if (!rfkill->need_sync) in rfkill_sync() 380 rfkill->need_sync = false; in rfkill_sync() 1104 rfkill->need_sync = true; in rfkill_register()
|
| /linux/sound/core/ |
| H A D | memalloc.c | 217 if (!dmab || !dmab->dev.need_sync) in snd_dma_buffer_sync() 567 dmab->dev.need_sync = dma_need_sync(dmab->dev.dev, in snd_dma_noncontig_alloc() 841 dmab->dev.need_sync = dma_need_sync(dmab->dev.dev, dmab->addr); in snd_dma_noncoherent_alloc()
|
| /linux/fs/ubifs/ |
| H A D | io.c | 496 wbuf->need_sync = 1; in wbuf_timer_callback_nolock() 536 wbuf->need_sync = 0; in cancel_wbuf_timer_nolock() 691 if (!wbuf->need_sync) { in ubifs_bg_wbufs_sync()
|
| H A D | ubifs.h | 698 unsigned int need_sync:1; member
|
| /linux/arch/powerpc/kvm/ |
| H A D | book3s_hv_rm_mmu.c | 455 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/include/linux/ |
| H A D | virtio_config.h | 209 bool (*need_sync)(union virtio_map map, dma_addr_t map_handle); member
|
| /linux/drivers/iommu/amd/ |
| H A D | amd_iommu_types.h | 672 bool need_sync; member
|
| /linux/drivers/hid/ |
| H A D | hid-multitouch.c | 988 bool need_sync = false; in mt_release_pending_palms() local 997 need_sync = true; in mt_release_pending_palms() 1000 if (need_sync) { in mt_release_pending_palms()
|
| /linux/kernel/sched/ |
| H A D | core.c | 5976 bool need_sync; in pick_next_task() local 6019 need_sync = !!rq->core->core_cookie; in pick_next_task() 6033 need_sync = true; in pick_next_task() 6053 if (!need_sync) { in pick_next_task()
|
| /linux/drivers/vdpa/vdpa_user/ |
| H A D | vduse_dev.c | 909 .need_sync = vduse_dev_need_sync,
|
| /linux/drivers/net/ |
| H A D | virtio_net.c | 298 u16 need_sync; member 966 if (dma->need_sync && len) { in virtnet_rq_unmap() 1051 dma->need_sync = virtqueue_map_need_sync(rq->vq, addr); in virtnet_rq_alloc()
|
| /linux/drivers/virtio/ |
| H A D | virtio_ring.c | 3336 return vdev->map->need_sync(vq->map, addr); in virtqueue_map_need_sync()
|