Lines Matching full:allocated
33 * where only movable pages can be allocated from. This way, kernel
35 * it, allocated pages can be migrated.
164 * has been activated and all other subsystems have already allocated/reserved
220 * has been activated and all other subsystems have already allocated/reserved
267 * dma_release_from_contiguous() - release allocated pages
268 * @dev: Pointer to device for which the pages were allocated.
269 * @pages: Allocated pages.
270 * @count: Number of allocated pages.
272 * This function releases memory allocated by dma_alloc_from_contiguous().
337 * dma_free_contiguous() - release allocated pages
338 * @dev: Pointer to device for which the pages were allocated.
339 * @page: Pointer to the allocated pages.
340 * @size: Size of allocated pages.
342 * This function releases memory allocated by dma_alloc_contiguous(). As the