Home
last modified time | relevance | path

Searched refs:contig (Results 1 – 20 of 20) sorted by relevance

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dmemgf100.c77 bool contig; in gf100_mem_new() local
80 contig = args->v0.contig; in gf100_mem_new()
83 contig = false; in gf100_mem_new()
93 size, contig, false, pmemory); in gf100_mem_new()
H A Dmemnv50.c74 bool contig; in nv50_mem_new() local
78 contig = args->v0.contig; in nv50_mem_new()
82 contig = false; in nv50_mem_new()
87 page, size, contig, false, pmemory); in nv50_mem_new()
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_mem.c125 nouveau_mem_vram(struct ttm_resource *reg, bool contig, u8 page) in nouveau_mem_vram() argument
139 .contig = contig, in nouveau_mem_vram()
148 .contig = contig, in nouveau_mem_vram()
H A Dnouveau_mem.h34 int nouveau_mem_vram(struct ttm_resource *, bool contig, u8 page);
H A Dnouveau_ttm.c82 ret = nouveau_mem_vram(*res, nvbo->contig, nvbo->page); in nouveau_vram_manager_new()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
H A Drx.c164 u32 contig, alloc; in mlx5e_xsk_alloc_rx_wqes_batched() local
171 contig = mlx5_wq_cyc_get_size(wq) - ix; in mlx5e_xsk_alloc_rx_wqes_batched()
172 if (wqe_bulk <= contig) { in mlx5e_xsk_alloc_rx_wqes_batched()
175 alloc = xsk_buff_alloc_batch(rq->xsk_pool, buffs + ix, contig); in mlx5e_xsk_alloc_rx_wqes_batched()
176 if (likely(alloc == contig)) in mlx5e_xsk_alloc_rx_wqes_batched()
177 alloc += xsk_buff_alloc_batch(rq->xsk_pool, buffs, wqe_bulk - contig); in mlx5e_xsk_alloc_rx_wqes_batched()
/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dif900b.h12 __u8 contig; member
H A Dif500b.h13 __u8 contig; member
/linux/drivers/media/common/videobuf2/
H A DMakefile12 obj-$(CONFIG_VIDEOBUF2_DMA_CONTIG) += videobuf2-dma-contig.o
/linux/mm/
H A Dpercpu.c308 * pcpu_check_block_hint - check against the contig hint
313 * Check to see if the allocation can fit in the block's contig hint.
315 * the chunk's contig hint.
375 /* handles contig area across blocks */ in pcpu_next_md_free_region()
387 * right contig hint. In the last case, it spills over into in pcpu_next_md_free_region()
388 * the next block and should be handled by the contig area in pcpu_next_md_free_region()
417 * within the block to see if the request can be fulfilled prior to the contig
430 /* handles contig area across blocks */ in pcpu_next_fit_region()
628 * the best starting offset if the contig hints are equal.
632 int contig in pcpu_block_update() local
[all...]
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dfb.h166 bool contig, bool back, struct nvkm_memory **);
/linux/fs/btrfs/
H A Dextent-io-tree.h166 u64 max_bytes, u32 bits, int contig,
H A Dextent-io-tree.c1654 * @contig: Indicate if we should ignore holes in the range or not. If
1667 u32 bits, int contig, in btrfs_count_range_bits() argument
1720 if (contig && found && state->start > last + 1) in btrfs_count_range_bits()
1732 } else if (contig && found) { in btrfs_count_range_bits()
/linux/Documentation/admin-guide/media/
H A Dvimc.rst110 - 1: dma-contig
H A Dvivid.rst294 - 1: dma-contig
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_switch.c167 alloc_req.contig = true; in rvu_switch_enable()
H A Dmbox.h1453 u8 contig; /* Contiguous entries ? */ member
1517 u8 contig; /* Contiguous counters ? */ member
/linux/Documentation/admin-guide/mm/
H A Dmemory-hotplug.rst406 using the ``contig-zones`` online policy. When
460 ``contig-zones`` has been the kernel default
466 When set to ``contig-zones``, the kernel will
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c99 req->contig = false; in otx2_alloc_mcam_entries()
186 req->contig = false; in otx2_mcam_entry_init()
H A Drep.c60 req->contig = false; in rvu_rep_mcam_flow_init()