Lines Matching full:contiguous
2 * Contiguous Memory Allocator
167 * cma_init_reserved_mem() - create custom contiguous area from reserved memory
176 * This function creates custom contiguous area from already reserved memory.
229 * cma_declare_contiguous() - reserve custom contiguous area
244 * If @fixed is true, reserve contiguous area at exactly @base. If false,
281 * you couldn't get a contiguous memory, which is not what we want. in cma_declare_contiguous()
414 * cma_alloc() - allocate pages from contiguous area
415 * @cma: Contiguous memory region for which the allocation is performed.
420 * This function allocates part of contiguous memory on specific
421 * contiguous memory area.
501 * @cma: Contiguous memory region for which the allocation is performed.
506 * It returns false when provided pages do not belong to contiguous area and