Lines Matching full:contiguous
3 * Contiguous Memory Allocator
156 * cma_init_reserved_mem() - create custom contiguous area from reserved memory
165 * This function creates custom contiguous area from already reserved memory.
217 * cma_declare_contiguous_nid() - reserve custom contiguous area
233 * If @fixed is true, reserve contiguous area at exactly @base. If false,
271 * you couldn't get a contiguous memory, which is not what we want. in cma_declare_contiguous_nid()
402 * cma_alloc() - allocate pages from contiguous area
403 * @cma: Contiguous memory region for which the allocation is performed.
408 * This function allocates part of contiguous memory on specific
409 * contiguous memory area.
500 * @cma: Contiguous memory region for which the allocation is performed.
505 * It returns false when provided pages do not belong to contiguous area and