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
269 * has been activated and all other subsystems have already allocated/reserved
316 * dma_release_from_contiguous() - release allocated pages
317 * @dev: Pointer to device for which the pages were allocated.
318 * @pages: Allocated pages.
319 * @count: Number of allocated pages.
321 * This function releases memory allocated by dma_alloc_from_contiguous().
393 * dma_free_contiguous() - release allocated pages
394 * @dev: Pointer to device for which the pages were allocated.
395 * @page: Pointer to the allocated pages.
396 * @size: Size of allocated pages.
398 * This function releases memory allocated by dma_alloc_contiguous(). As the