Lines Matching full:allocated
33 * where only movable pages can be allocated from. This way, kernel
35 * it, allocated pages can be migrated.
215 * has been activated and all other subsystems have already allocated/reserved
273 * has been activated and all other subsystems have already allocated/reserved
320 * dma_release_from_contiguous() - release allocated pages
321 * @dev: Pointer to device for which the pages were allocated.
322 * @pages: Allocated pages.
323 * @count: Number of allocated pages.
325 * This function releases memory allocated by dma_alloc_from_contiguous().
397 * dma_free_contiguous() - release allocated pages
398 * @dev: Pointer to device for which the pages were allocated.
399 * @page: Pointer to the allocated pages.
400 * @size: Size of allocated pages.
402 * This function releases memory allocated by dma_alloc_contiguous(). As the