Lines Matching full:allocate
210 * @pool: pool to allocate from
263 * gen_pool_alloc_algo_owner - allocate special memory from the pool
264 * @pool: pool to allocate from
265 * @size: number of bytes to allocate from the pool
270 * Allocate the requested number of bytes from the specified pool.
327 * gen_pool_dma_alloc - allocate special memory from the pool for DMA usage
328 * @pool: pool to allocate from
329 * @size: number of bytes to allocate from the pool
332 * Allocate the requested number of bytes from the specified pool.
346 * gen_pool_dma_alloc_algo - allocate special memory from the pool for DMA
348 * @pool: pool to allocate from
349 * @size: number of bytes to allocate from the pool
354 * Allocate the requested number of bytes from the specified pool. Uses the
380 * gen_pool_dma_alloc_align - allocate special memory from the pool for DMA
382 * @pool: pool to allocate from
383 * @size: number of bytes to allocate from the pool
387 * Allocate the requested number bytes from the specified pool, with the given
404 * gen_pool_dma_zalloc - allocate special zeroed memory from the pool for
406 * @pool: pool to allocate from
407 * @size: number of bytes to allocate from the pool
410 * Allocate the requested number of zeroed bytes from the specified pool.
424 * gen_pool_dma_zalloc_algo - allocate special zeroed memory from the pool for
426 * @pool: pool to allocate from
427 * @size: number of bytes to allocate from the pool
432 * Allocate the requested number of zeroed bytes from the specified pool. Uses
451 * gen_pool_dma_zalloc_align - allocate special zeroed memory from the pool for
453 * @pool: pool to allocate from
454 * @size: number of bytes to allocate from the pool
458 * Allocate the requested number of zeroed bytes from the specified pool,
745 * which we can allocate the memory.