Lines Matching full:allocated
33 * where only movable pages can be allocated from. This way, kernel
35 * it, allocated pages can be migrated.
166 * has been activated and all other subsystems have already allocated/reserved
222 * has been activated and all other subsystems have already allocated/reserved
270 * dma_release_from_contiguous() - release allocated pages
271 * @dev: Pointer to device for which the pages were allocated.
272 * @pages: Allocated pages.
273 * @count: Number of allocated pages.
275 * This function releases memory allocated by dma_alloc_from_contiguous().
346 * dma_free_contiguous() - release allocated pages
347 * @dev: Pointer to device for which the pages were allocated.
348 * @page: Pointer to the allocated pages.
349 * @size: Size of allocated pages.
351 * This function releases memory allocated by dma_alloc_contiguous(). As the