Lines Matching full:allocated
33 * where only movable pages can be allocated from. This way, kernel
35 * it, allocated pages can be migrated.
209 * has been activated and all other subsystems have already allocated/reserved
267 * has been activated and all other subsystems have already allocated/reserved
314 * dma_release_from_contiguous() - release allocated pages
315 * @dev: Pointer to device for which the pages were allocated.
316 * @pages: Allocated pages.
317 * @count: Number of allocated pages.
319 * This function releases memory allocated by dma_alloc_from_contiguous().
391 * dma_free_contiguous() - release allocated pages
392 * @dev: Pointer to device for which the pages were allocated.
393 * @page: Pointer to the allocated pages.
394 * @size: Size of allocated pages.
396 * This function releases memory allocated by dma_alloc_contiguous(). As the