/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
H A D | memgf100.c | 77 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 D | memnv50.c | 74 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 D | nouveau_mem.c | 125 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 D | nouveau_mem.h | 34 int nouveau_mem_vram(struct ttm_resource *, bool contig, u8 page);
|
H A D | nouveau_ttm.c | 82 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 D | rx.c | 164 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 D | if900b.h | 12 __u8 contig; member
|
H A D | if500b.h | 13 __u8 contig; member
|
/linux/drivers/media/common/videobuf2/ |
H A D | Makefile | 12 obj-$(CONFIG_VIDEOBUF2_DMA_CONTIG) += videobuf2-dma-contig.o
|
/linux/mm/ |
H A D | percpu.c | 308 * 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 D | fb.h | 166 bool contig, bool back, struct nvkm_memory **);
|
/linux/fs/btrfs/ |
H A D | extent-io-tree.h | 166 u64 max_bytes, u32 bits, int contig,
|
H A D | extent-io-tree.c | 1654 * @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 D | vimc.rst | 110 - 1: dma-contig
|
H A D | vivid.rst | 294 - 1: dma-contig
|
/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_switch.c | 167 alloc_req.contig = true; in rvu_switch_enable()
|
H A D | mbox.h | 1453 u8 contig; /* Contiguous entries ? */ member 1517 u8 contig; /* Contiguous counters ? */ member
|
/linux/Documentation/admin-guide/mm/ |
H A D | memory-hotplug.rst | 406 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 D | otx2_flows.c | 99 req->contig = false; in otx2_alloc_mcam_entries() 186 req->contig = false; in otx2_mcam_entry_init()
|
H A D | rep.c | 60 req->contig = false; in rvu_rep_mcam_flow_init()
|