Lines Matching full:contiguous
3 * Contiguous Memory Allocator
168 * cma_init_reserved_mem() - create custom contiguous area from reserved memory
177 * This function creates custom contiguous area from already reserved memory.
233 * cma_declare_contiguous_nid() - reserve custom contiguous area
249 * If @fixed is true, reserve contiguous area at exactly @base. If false,
288 * you couldn't get a contiguous memory, which is not what we want. in cma_declare_contiguous_nid()
446 * cma_alloc() - allocate pages from contiguous area
447 * @cma: Contiguous memory region for which the allocation is performed.
452 * This function allocates part of contiguous memory on specific
453 * contiguous memory area.
616 * @cma: Contiguous memory region for which the allocation is performed.
621 * It returns false when provided pages do not belong to contiguous area and