Lines Matching full:allocate

212  * @pool: pool to allocate from
265 * gen_pool_alloc_algo_owner - allocate special memory from the pool
266 * @pool: pool to allocate from
267 * @size: number of bytes to allocate from the pool
272 * Allocate the requested number of bytes from the specified pool.
329 * gen_pool_dma_alloc - allocate special memory from the pool for DMA usage
330 * @pool: pool to allocate from
331 * @size: number of bytes to allocate from the pool
334 * Allocate the requested number of bytes from the specified pool.
348 * gen_pool_dma_alloc_algo - allocate special memory from the pool for DMA
350 * @pool: pool to allocate from
351 * @size: number of bytes to allocate from the pool
356 * Allocate the requested number of bytes from the specified pool. Uses the
382 * gen_pool_dma_alloc_align - allocate special memory from the pool for DMA
384 * @pool: pool to allocate from
385 * @size: number of bytes to allocate from the pool
389 * Allocate the requested number bytes from the specified pool, with the given
406 * gen_pool_dma_zalloc - allocate special zeroed memory from the pool for
408 * @pool: pool to allocate from
409 * @size: number of bytes to allocate from the pool
412 * Allocate the requested number of zeroed bytes from the specified pool.
426 * gen_pool_dma_zalloc_algo - allocate special zeroed memory from the pool for
428 * @pool: pool to allocate from
429 * @size: number of bytes to allocate from the pool
434 * Allocate the requested number of zeroed bytes from the specified pool. Uses
453 * gen_pool_dma_zalloc_align - allocate special zeroed memory from the pool for
455 * @pool: pool to allocate from
456 * @size: number of bytes to allocate from the pool
460 * Allocate the requested number of zeroed bytes from the specified pool,
752 * which we can allocate the memory.