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