Lines Matching full:allocated
33 * where only movable pages can be allocated from. This way, kernel
35 * it, allocated pages can be migrated.
219 * has been activated and all other subsystems have already allocated/reserved
288 * has been activated and all other subsystems have already allocated/reserved
335 * dma_release_from_contiguous() - release allocated pages
336 * @dev: Pointer to device for which the pages were allocated.
337 * @pages: Allocated pages.
338 * @count: Number of allocated pages.
340 * This function releases memory allocated by dma_alloc_from_contiguous().
412 * dma_free_contiguous() - release allocated pages
413 * @dev: Pointer to device for which the pages were allocated.
414 * @page: Pointer to the allocated pages.
415 * @size: Size of allocated pages.
417 * This function releases memory allocated by dma_alloc_contiguous(). As the